> ## Documentation Index
> Fetch the complete documentation index at: https://docs.strawberrybrowser.com/llms.txt
> Use this file to discover all available pages before exploring further.

# llms.txt and AI readers

> Use Strawberry docs with AI readers through llms.txt, stable page descriptions, and maintained navigation.

`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:

```text theme={null}
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:

```text theme={null}
description: Configure per-app tool permissions so companions ask, always allow,
or cannot use specific connected app actions.
```

Weak:

```text theme={null}
description: Learn more about permissions.
```
