# Documentation

***

### Summary

Use this section as an entry point to navigate the Madrix documentation.

Here you will find the platform concepts, usage modes and main configurations.

### Next steps

* Understand the platform mind map: [Platform](/documentation/platform.md)
* Generate and iterate with prompts: [AI Chat Mode](/documentation/chat-ai-mode.md)
* Make advanced adjustments: [Editor Mode](/documentation/editor-mode.md)
* Review the app settings: [Project Settings](/documentation/project-settings.md)
* Configure runtime (auth, security, etc): [Runtime Settings](/documentation/runtime-settings.md)
* Connect with external services: [Integrations and API](/documentation/integrations-and-api.md)
* If you get stuck on something: [Troubleshooting](/troubleshooting.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.madrix.dev/documentation.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.
