# Central de Ajuda

## US English

- [Welcome!](https://docs.madrix.dev/welcome.md): Welcome to the AI platform that puts the power of innovation in your hands.
- [Get started here](https://docs.madrix.dev/get-started-here.md): This page is designed to get your first app running in 15 minutes.
- [Hands-on Tutorials](https://docs.madrix.dev/hands-on-tutorials.md): Detailed, consultative guides to master every aspect of the Madrix platform.
- [1. Prompt tips](https://docs.madrix.dev/hands-on-tutorials/1.-prompt-tips.md): How to write clear, testable prompts that are easy to iterate on.
- [2. Quick prompts](https://docs.madrix.dev/hands-on-tutorials/2.-quick-prompts.md): Use these prompts in Chat AI to evolve an existing project.
- [3. Deployment and Cloud Environments](https://docs.madrix.dev/hands-on-tutorials/3.-deployment-and-cloud-environments.md): Provision a Cloud environment (Dev/Staging/Prod) and perform the first deploy.
- [4. Prompt Templates](https://docs.madrix.dev/hands-on-tutorials/4.-prompt-templates.md): Copyable templates to generate complete apps (CRM, ERP, Helpdesk, OKRs and more).
- [5. Using Editor Mode](https://docs.madrix.dev/hands-on-tutorials/5.-using-editor-mode.md): How to adjust backend (modules, entities, fields, scripts) and understand the frontend scaffold.
- [Demonstrations](https://docs.madrix.dev/demonstrations.md): Learn by watching real systems being created, from prompt to deploy, with use cases by industry.
- [Documentation](https://docs.madrix.dev/documentation.md): Madrix documentation hub: platform, modes (Chat AI/Editor), settings and integrations.
- [Platform](https://docs.madrix.dev/documentation/platform.md): Overview of the platform’s main building blocks (projects, modules, entities, UI, dashboards, rules and permissions).
- [Chat AI Mode](https://docs.madrix.dev/documentation/chat-ai-mode.md)
- [Editor Mode](https://docs.madrix.dev/documentation/editor-mode.md)
- [Project Settings](https://docs.madrix.dev/documentation/project-settings.md)
- [Runtime Settings](https://docs.madrix.dev/documentation/runtime-settings.md)
- [Integrations and API](https://docs.madrix.dev/documentation/integrations-and-api.md)
- [Plans and Pricing](https://docs.madrix.dev/documentation/plans-and-pricing.md)
- [Troubleshooting](https://docs.madrix.dev/troubleshooting.md)
- [AI generation failures](https://docs.madrix.dev/troubleshooting/ai-generation-failures.md): When generation doesn't start, freezes, or delivers inconsistent results.
- [Deploy issues](https://docs.madrix.dev/troubleshooting/deploy-issues.md): Deploy failing, stuck, or app down after publishing.
- [SSO and login](https://docs.madrix.dev/troubleshooting/sso-and-login.md): SSO, login loop, callback error, or expired session.
- [Performance and slowness](https://docs.madrix.dev/troubleshooting/performance-and-slowness.md): Slow UI, slow endpoints, timeouts, or high consumption.
- [Database, migrations and schema](https://docs.madrix.dev/troubleshooting/database-migrations-and-schema.md): Migrations failing, divergent schema, or connection errors.
- [Release Notes](https://docs.madrix.dev/release-notes.md)
- [Roadmap](https://docs.madrix.dev/roadmap.md)
- [Affiliate Program](https://docs.madrix.dev/affiliate-program.md): Make acquisition and conversion easier with simple, copyable, scalable content. Earn commissions by promoting Madrix.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.madrix.dev/welcome.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.
