QUESTPIE

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.

View markdown

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.

GuideThe question it answers
Connect an AI agentHow does an agent call my app under the rules I already wrote?
Collaborative documentsHow do two people edit the same article without overwriting each other?
Trace a slow requestWhich part of this request is actually slow?
Multi-tenancyHow do I serve many tenants from one app?
Build a pluginHow 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.

On this page