> For the complete documentation index, see [llms.txt](https://docs.madrix.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.madrix.dev/hands-on-tutorials.md).

# Hands-on Tutorials

{% hint style="info" %}
If you're just starting out, do [Start here](/get-started-here.md) first.
{% endhint %}

### Shortcuts (if you already know what you want)

* **Write a “good” prompt and generate from scratch:** [Prompt tips](/hands-on-tutorials/1.-prompt-tips.md)
* **Evolve an existing app (small changes):** [Quick prompts](/hands-on-tutorials/2.-quick-prompts.md)
* **Publish to the Cloud (first deploy):** [Deploy and Cloud Environments](/hands-on-tutorials/3.-deployment-and-cloud-environments.md)
* **Advanced adjustments (when Chat doesn't solve it):** [Using Editor Mode](/hands-on-tutorials/5.-using-editor-mode.md)

### Choose a tutorial

<table data-view="cards"><thead><tr><th>Tutorial</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td><strong>1. Prompt tips</strong><br>Clear, testable prompts that are easy to iterate.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/8b5ad70a297e68ac5f8c16bf515fb317b9a20172">/spaces/jLpkUQEEJ5BcMqj70lza/pages/8b5ad70a297e68ac5f8c16bf515fb317b9a20172</a></td></tr><tr><td><strong>2. Quick prompts</strong><br>Copyable prompts to evolve an existing project.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/daf0ba5d784d2f1af1238c66d79ae1add8d1b875">/spaces/jLpkUQEEJ5BcMqj70lza/pages/daf0ba5d784d2f1af1238c66d79ae1add8d1b875</a></td></tr><tr><td><strong>3. Deploy and Cloud Environments</strong><br>From Preview to Cloud (Dev/Staging/Prod).</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/8dc21bf0e3f5d240f35fadfd0754d277c3485d86">/spaces/jLpkUQEEJ5BcMqj70lza/pages/8dc21bf0e3f5d240f35fadfd0754d277c3485d86</a></td></tr><tr><td><strong>4. Prompt Templates</strong><br>Copyable templates to generate complete apps (CRM, ERP, Helpdesk, OKRs and more).</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/c6e6d14e16ef83dbec397bd92277667966d87602">/spaces/jLpkUQEEJ5BcMqj70lza/pages/c6e6d14e16ef83dbec397bd92277667966d87602</a></td></tr><tr><td><strong>5. Using Editor Mode</strong><br>Advanced adjustments with assistant + editor.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/c51996ab7a0c38c1852153c7dae92d333111c436">/spaces/jLpkUQEEJ5BcMqj70lza/pages/c51996ab7a0c38c1852153c7dae92d333111c436</a></td></tr></tbody></table>

### Quick references (for consulting, not for “step-by-step” following)

* Platform blocks (projects, modules, entities, UI, rules, permissions): [Platform](/documentation/platform.md)
* Generation and iteration flow via chat: [AI Chat Mode](/documentation/chat-ai-mode.md)
* Advanced project adjustments (structure and editing): [Editor Mode](/documentation/editor-mode.md)
* Project settings (environments, visual identity, etc): [Project Settings](/documentation/project-settings.md)
* Running app settings (security, authentication, runtime): [Runtime Settings](/documentation/runtime-settings.md)
* Connect with external systems: [Integrations](/documentation/integrations-and-api.md)

### Next steps

* Want to see the full flow (prompt → deploy): [Demonstrations](/demonstrations.md)
* Want ready-made prompts to speed up: [Prompt Templates](/hands-on-tutorials/4.-prompt-templates.md)
* Stuck on something: [Troubleshooting](/troubleshooting.md)


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.madrix.dev/hands-on-tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
