# Documentação

***

### Resumo

Use esta seção como ponto de entrada para navegar a documentação do Madrix.

Aqui você encontra os conceitos da plataforma, modos de uso e configurações principais.

### Próximos passos

* Entenda o mapa mental da plataforma: [Plataforma](/br/documentacao/plataforma.md)
* Gere e itere com prompts: [Modo Chat AI](/br/documentacao/modo-chat-ai.md)
* Faça ajustes avançados: [Modo Editor](/br/documentacao/modo-editor.md)
* Revise settings do app: [Configurações do Projeto](/br/documentacao/configuracoes-do-projeto.md)
* Configure runtime (auth, segurança, etc): [Configurações do Runtime](/br/documentacao/configuracoes-do-runtime.md)
* Conecte com serviços externos: [Integrações e API](/br/documentacao/integracoes-e-api.md)
* Se travar em algo: [Solução de problemas](/br/solucao-de-problemas.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/br/documentacao.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.
