> For the complete documentation index, see [llms.txt](https://docs.scoutradar.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scoutradar.xyz/the-board-and-lanes.md).

# The board and lanes

The Feed is three **lanes** side by side. Each lane is an independent view of the same signals: its own filters, its own sort, its own sound. The count next to the lane name (`24H · 139`) is how many signals pass that lane's filters right now.

## What a lane shows

* **Last 24 hours.** A lane shows tokens that arrived on the board in the last 24 hours. Older signals are on the [Leaderboard](/leaderboard.md).
* **Up to 50 cards.** A lane renders its first 50 cards and says so at the bottom (`Showing 50 of 139`). Tighten the filters or change the sort to see the rest.
* **Returns count as arrivals.** A token that left the board and comes back when scouts buy it again shows as a fresh arrival with a `re-entered` chip.

## The default lanes

Every new browser starts with three recommended presets. They are yours to change.

| Lane            | Filters                                        | Sort   | Sound |
| --------------- | ---------------------------------------------- | ------ | ----- |
| **All signals** | none                                           | Newest | Ping  |
| **Fresh**       | token age at the signal 5 min – 16 h           | Newest | Chime |
| **Runners**     | Scouts ≥ 10 and volume at the signal ≥ $50 000 | Newest | Radar |

Your lanes are saved in the browser. Nothing is stored on our side.

## Changing a lane

* **Rename** — click the lane name. Letters and spaces only, up to 16 characters.
* **Sort** — the `Sort` menu in the lane header. See [Filters and sorting](/filters-and-sorting.md).
* **Filters and sound** — the `Filters` button opens the lane panel: scout set, filters, the noise toggles and the sound. `Apply` saves; `Cancel` discards; **`Reset` clears every filter of that lane** (it does not restore the preset — name, sort and sound stay).

![A lane header: name, 24-hour count, sort menu and the Filters button](/files/eSiifLhpdUxbEzEqlGmn)

## On a phone

Below tablet width the three lanes become **tabs** at the top of the Feed, with the live count on each tab. One lane is shown at a time; everything else works the same.

![The Feed on a phone: lanes as tabs, one lane at a time](/files/IViexc0VU0CuCot2UL8N)

## Live, snapshot, replay

The bottom bar tells you how the board is fed:

* **Live** (green dot) — the board is streaming; cards update within seconds.
* **Snapshot** — the stream dropped and the board is reconnecting; the numbers you see are the last ones received.
* **Replay** — a demo mode that replays recorded signals; you only see it if the live feed is not configured.


---

# 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://docs.scoutradar.xyz/the-board-and-lanes.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.
