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

# Pages

> The pages a Tylon team writes for itself and its agents — conventions, runbooks, what a decision was, linked to each other and to the cards.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/tylon/aP5jvSr_-30WaN2w/images/light/docs.webp?fit=max&auto=format&n=aP5jvSr_-30WaN2w&q=85&s=ba2bd5cf76084e7a08b99d01c0a96522" alt="Tylon pages" width="2720" height="1800" data-path="images/light/docs.webp" />

  <img className="hidden dark:block" src="https://mintcdn.com/tylon/aP5jvSr_-30WaN2w/images/dark/docs.webp?fit=max&auto=format&n=aP5jvSr_-30WaN2w&q=85&s=29ec3c7b5f8d8a584eb29e8dde434d7e" alt="Tylon pages" width="2720" height="1800" data-path="images/dark/docs.webp" />
</Frame>

What a team knows, written where the work is — and, deliberately, where the
agents read.

## Why it is not a wiki in another tab

An agent about to touch this repository reads these. *How we name branches*,
*Writing migrations*, *Working with the provider* are not documentation about
the product; they are the instructions a member is expected to have.

Kept here rather than in a separate tool for the same reason the diff is:
something a person has to go somewhere else to find is something that gets out
of date, and an agent cannot go anywhere else at all.

## Links between pages

`[[decline-taxonomy]]` in the body is a link. Pages point at each other, and a
page knows what points at it — so a convention that three runbooks depend on
says so on itself.

A link to a page that does not exist yet is not an error. It is a page
somebody has decided is worth writing, and the ones nobody wrote are listed as
such.

## The graph

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/tylon/9yPxOk80xG5gg5Qs/images/light/docs-graph.webp?fit=max&auto=format&n=9yPxOk80xG5gg5Qs&q=85&s=db2c9cd2ca2a16b65232d59b15ebac4e" alt="The page graph in Tylon" width="2560" height="1720" data-path="images/light/docs-graph.webp" />

  <img className="hidden dark:block" src="https://mintcdn.com/tylon/9yPxOk80xG5gg5Qs/images/dark/docs-graph.webp?fit=max&auto=format&n=9yPxOk80xG5gg5Qs&q=85&s=635f357827c1424e787fc54e29a5423c" alt="The page graph in Tylon" width="2560" height="1720" data-path="images/dark/docs-graph.webp" />
</Frame>

The same pages drawn as what they point at, with the count above them:

```
10 pages, 5 links · 1 never written · 4 joined to nothing
5 carried into runs
```

Three kinds of dot, and the two that matter are the ones that are not just a
page. **Carried by a card or an agent** is a page something is actually
reading — *How we name branches*, *Working with the provider*, *Checkout
principles*. **Linked, not written** is the dashed outline: *Retry policy* is
referred to by a page somebody wrote and does not exist yet.

*4 joined to nothing* is the honest half of the picture. A page nobody links
to and nothing carries is a page that is not part of how this team works,
whatever it says inside.

## Ended pages

Deleting a page **ends** it rather than removing it, and ended pages sit at the
bottom of the tree with **Restore** beside them.

The same rule as everywhere else here: a decision somebody made and later
reversed is part of how the team got where it is, and a wiki that forgets it
is a wiki that will have the same argument again.

<Tip>
  Pages can be written from the API too, which is the case worth automating: a
  convention that already lives in a linter or a generator should not be
  transcribed by hand into the place the agents look.
</Tip>
