# Advanced: Monogatari Development

- [Core Libraries](https://developers.monogatari.io/documentation/develop/advanced-monogatari-development/core-libraries.md): Get the best of Monogatari by learning more about the libraries it uses on its core!
- [Artemis](https://developers.monogatari.io/documentation/develop/advanced-monogatari-development/core-libraries/artemis.md): DOM manipulation, storage, HTTP requests handling, text transformations, etc.
- [Kayros](https://developers.monogatari.io/documentation/develop/advanced-monogatari-development/core-libraries/kayros.md)
- [Pandora](https://developers.monogatari.io/documentation/develop/advanced-monogatari-development/core-libraries/pandora.md)
- [Actions](https://developers.monogatari.io/documentation/develop/advanced-monogatari-development/actions.md)
- [Components](https://developers.monogatari.io/documentation/develop/advanced-monogatari-development/components.md)
- [Translations](https://developers.monogatari.io/documentation/develop/advanced-monogatari-development/translations.md): Learn everything about translating Monogatari's UI to other languages!
- [Events](https://developers.monogatari.io/documentation/develop/advanced-monogatari-development/events.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://developers.monogatari.io/documentation/develop/advanced-monogatari-development.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.
