# Documents

- [Themes](https://docs.moasapp.com/documents/themes.md): Themes are used to set consistent styling across all templates and documents.
- [Templates](https://docs.moasapp.com/documents/templates.md): Templates in MOAS are designed to help you create consistent advice documents.
- [Documents](https://docs.moasapp.com/documents/documents.md): Documents in MOAS are created as part of the advice tool.
- [Page Content](https://docs.moasapp.com/documents/page-content.md): Page content is all the content that can be added to a page. This includes text content or a number of data driven components, such as models and cashflow.
- [Styling text](https://docs.moasapp.com/documents/page-content/styling-text.md)
- [Mention](https://docs.moasapp.com/documents/page-content/mention.md)


---

# 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.moasapp.com/documents.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.
