Guides
One job each, start to finish. Where the reference pages tell you what a thing does, these build something with it and leave you a working result.
Each page here answers one question by building the answer. They assume you have an app running, so if you do not, start with your first app.
| Guide | The question it answers |
|---|---|
| Connect an AI agent | How does an agent call my app under the rules I already wrote? |
| Collaborative documents | How do two people edit the same article without overwriting each other? |
| Trace a slow request | Which part of this request is actually slow? |
| Multi-tenancy | How do I serve many tenants from one app? |
| Build a plugin | How do I teach QUESTPIE a new file convention of my own? |
Guides against reference
A guide gives you one path that works, not the whole surface. When you want every option instead of one worked example, go to the group pages. Schema covers what you declare. Code covers what you write beside it.