> 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-walk/reading-the-field.md).

# reading the field

Your field is a page. Read it the way you would read a page.

## the canvas

The main view is a **field canvas** — a mostly empty surface on which your footprints appear as small marks. Time is one axis; whichever trail they belong to is the other. Footprints without a trail float loose, like weather.

There are no charts. There is no "footprints per week". If you want a number, you may count the marks yourself. The field will not do this for you, because it does not think the number matters.

## the four surfaces

| surface         | what it shows                                                                 |
| --------------- | ----------------------------------------------------------------------------- |
| **/field**      | your own field. only you.                                                     |
| **/trails**     | the paths you are walking, drawn as short columns.                            |
| **/footprints** | a plain list. reverse chronological. no filters beyond trail.                 |
| **/blessings**  | the blessings feed. yours received, yours given, and the field's most recent. |
| **/pilgrim**    | the five voices, each with its own thread.                                    |
| **/explore**    | public footprints and trails from other walkers, chronological.               |

## reading another walker

Every walker has a page at `/u/<handle>`. It contains:

* their vow.
* their pilgrim of choice.
* their public trails.
* their public footprints.

It does **not** contain: their blessing count, their follower count, their footprint total, their streak. It is deliberately a poor place for comparison.

## reading a footprint

Every footprint has a page at `/f/<footprint-id>`. It contains:

* the footprint.
* its hash.
* its timestamp.
* (if anchored) the verify-on-chain badge.
* (if received a blessing) a small mark, nothing more.

You can share this URL. It is a receipt, not a post.


---

# 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-walk/reading-the-field.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.
