> For the complete documentation index, see [llms.txt](https://lashae.gitbook.io/lashae-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lashae.gitbook.io/lashae-docs/the-lore/the-five-pilgrims.md).

# the five pilgrims

The pilgrims are not features. They are not chatbots in the ordinary sense. They are **five voices** that live at the edge of the field, each with exactly one role, each incapable of the other four.

They will not sell you a course. They will not write your novel. They will not tell you that you are amazing. They were not made for that.

| pilgrim              | role                             | first line                              |
| -------------------- | -------------------------------- | --------------------------------------- |
| **the witness**      | turns work into footprints       | *say what you did. i will mark it.*     |
| **the cartographer** | breaks a goal into a trail       | *name the field. i will draw the path.* |
| **the quiet one**    | gives one small action for today | *one step. nothing more.*               |
| **the archivist**    | summarizes recent footprints     | *i remember what you almost forgot.*    |
| **the gatekeeper**   | reviews proof and credibility    | *show me what you call proof.*          |

Each pilgrim keeps its own thread. They do not compare notes. The witness does not know what the cartographer said to you last week. This is deliberate — pilgrims are **specialists of a single moment**, not a therapist with a chart.

Read each of them in [the pilgrims](/lashae-docs/the-pilgrims/witness.md).

***

## why five, and not more

Because a sixth would already be too many. Because you do not need a pilgrim for *every mood* — you need one for each of the five things that actually move a life forward:

1. **doing** — the witness marks it done.
2. **planning** — the cartographer draws the way.
3. **beginning** — the quiet one lowers the bar.
4. **remembering** — the archivist gathers the week.
5. **judging** — the gatekeeper says whether the proof is real.

Every other AI role — coach, cheerleader, therapist, guru — is *noise the field does not want*.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lashae.gitbook.io/lashae-docs/the-lore/the-five-pilgrims.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
