# DESIGN & STRUCTURE

- [Core Concepts](https://docs.foundationtemplate.com/design-and-structure/core-concepts.md): Some of the concepts we build with.
- [Global Styles & Branding](https://docs.foundationtemplate.com/design-and-structure/global-styles-and-branding.md): New logo? Want a fresh look? Foundation makes it easy to update UI
- [Light / Dark Mode](https://docs.foundationtemplate.com/design-and-structure/light-dark-mode.md): Always the priority, Foundation has native Light or Dark on all elements.
- [Page Variables](https://docs.foundationtemplate.com/design-and-structure/page-variables.md): All relevant page information in one place.
- [Mobile Mode](https://docs.foundationtemplate.com/design-and-structure/page-variables/mobile-mode.md): The Foundation template is fully-responsive. This variable is how.
- [App Settings](https://docs.foundationtemplate.com/design-and-structure/page-variables/app-settings.md): Returns your app's global settings.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.foundationtemplate.com/design-and-structure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
