Overview
Rules let you customize AI behavior per space. They’re persistent instructions the AI follows every time it works in that space — like giving a colleague a standing brief.What rules do
Rules set context and constraints:- Coding style — “Use TypeScript strict mode. Prefer functional components.”
- Project context — “This is a Next.js app deployed on Vercel. The API is at
/api/.” - Behavior — “Always ask before deleting files. Run tests after making changes.”
- Knowledge — “The main database is PostgreSQL. Auth uses JWT tokens.”
Setting rules
Add rules in your space settings. They apply to every thread in that space. The AI reads them before starting any work.Tips for effective rules
| Do | Don’t |
|---|---|
| Be specific and actionable | Write vague aspirations |
| State constraints the AI should always follow | Repeat instructions you’ll give per-thread |
| Include project-specific knowledge | Write rules that are obvious or universal |
| Keep rules concise | Write essays — the AI handles short, clear rules best |