> 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-vow.md).

# the vow

When you enter the field, you are asked for three things:

1. **a handle** — the name the field will call you.
2. **a pilgrim** — the voice you want to walk beside first.
3. **a vow** — one sentence. what you are here to do.

The vow is not a bio. It is not a mission statement. It is not something to iterate on quarterly. It is the single true thing you would say to a stranger who asked, *why did you come here?*

Some real vows the field has seen:

> *i am here to finish the thing i keep almost finishing.*
>
> *i am here to walk 1,000 mornings without lying about it.*
>
> *i am here to build a company my mother can understand.*
>
> *i am here because i said i would.*

The vow is written into your profile in serif type, small, without decoration. It is the first thing the pilgrims read before they speak to you. It is the last thing you see when you log out.

Change it if you must — but changing a vow is a small ceremony. The field notices.

***

## the shape of a vow

A good vow tends to:

* **name a direction**, not a destination.
* **fit on one breath**.
* **survive being read aloud** without embarrassment.
* **describe a walking**, not an arriving.

A vow that says *i will become the greatest X in the world* is not a vow. It is a wish. The field cannot help with wishes.

A vow that says *i will keep making X, quietly, for as long as it takes* — that is a vow. The field will remember it.


---

# 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-vow.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.
