Skip to main content
llms.txt is a compact index for AI readers. It lists documentation pages with human-readable descriptions so assistants can discover the right source before answering. The Strawberry docs app includes llms.txt at the project root. When deployed, it should be available at:
https://docs.strawberrybrowser.com/llms.txt

Why it matters

Users often ask assistants questions like:
  • “Where do I manage Strawberry team billing?”
  • “How do credits work?”
  • “Can Strawberry import from Chrome?”
  • “How do routines decide when to notify me?”
llms.txt helps AI readers find the relevant docs page instead of guessing from memory.

Maintenance rules

When adding or moving docs pages:
  1. Update docs.json.
  2. Update llms.txt.
  3. Run pnpm --filter docs validate:local.
  4. If the behavior also appears inside Strawberry, update the in-product docs in apps/api-v2/src/routes/documentation.

Page descriptions

Keep frontmatter descriptions specific. They should answer what the page covers, not repeat generic marketing copy. Good:
description: Configure per-app tool permissions so companions ask, always allow,
or cannot use specific connected app actions.
Weak:
description: Learn more about permissions.