# Troubleshooting

Solve common problems by symptom. Follow the quick checklist first.

### Quick checklist (2 min)

1. Reload the page and try again.
2. Test in an incognito window (no extensions).
3. Disable adblock/privacy extensions for the domain.
4. Confirm permissions and the correct environment (Dev/Staging/Prod).

### Choose the topic

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td><strong>AI generation failures</strong><br>Generation doesn't start, freezes, or delivers inconsistent results.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/c88ccfc4e3b96fb8e894224a3798848537296cfe">/spaces/jLpkUQEEJ5BcMqj70lza/pages/c88ccfc4e3b96fb8e894224a3798848537296cfe</a></td></tr><tr><td><strong>Deployment issues</strong><br>Deployment failing, stuck, or app down after publishing.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/da80cd1d946a058845c6d629b7458fe3ac0e8742">/spaces/jLpkUQEEJ5BcMqj70lza/pages/da80cd1d946a058845c6d629b7458fe3ac0e8742</a></td></tr><tr><td><strong>SSO and login</strong><br>Login looping, callback error, or access denied after authenticating.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/1ead91f77b7b43b0f7bacbc9ede8cb58df53aa44">/spaces/jLpkUQEEJ5BcMqj70lza/pages/1ead91f77b7b43b0f7bacbc9ede8cb58df53aa44</a></td></tr><tr><td><strong>Performance and slowness</strong><br>Slow UI, slow endpoints, or timeouts.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/ffd4c1d6ca45e6646842549bd4c4a80b2c79f809">/spaces/jLpkUQEEJ5BcMqj70lza/pages/ffd4c1d6ca45e6646842549bd4c4a80b2c79f809</a></td></tr><tr><td><strong>Database, migrations and schema</strong><br>Migration fails, divergent schema, or connection error.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/6192c43368d5befb9c7421a950dadb3110d7ff22">/spaces/jLpkUQEEJ5BcMqj70lza/pages/6192c43368d5befb9c7421a950dadb3110d7ff22</a></td></tr></tbody></table>

### How to escalate (open a ticket)


---

# 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/troubleshooting.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.
