> For the complete documentation index, see [llms.txt](https://docs.racemap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.racemap.com/live-tracking/remembered-view.md).

# A map that remembers

The tracking map remembers the participants you follow, and where you stopped watching a finished event, so a reload does not cost you your place.

Following a handful of participants used to be fragile. The selection lived in the address bar, and anything that reset the URL — reopening the app, a shared link without it, a browser restart on a phone — silently threw it away.

The tracking map now keeps that for you, in your own browser.

### Your favorites come back

Select participants, points of interest or tracks and they are remembered for that event. Open the same event again later and your selection is still there.

* Remembered **per event**, so following different races at the same weekend does not mix them up.
* The **20 most recently watched events** are kept. Older ones drop off.
* Clearing the selection is remembered too — deselect everything and the map stays empty next time, rather than bringing the old selection back.
* Participants who are no longer in the event are quietly dropped.

### The replay of a finished event resumes where you stopped

If you scrub back into the replay of an event that is over and then leave, the map picks that moment up again when you come back.

* **While an event is running you always come back live**, wherever you were watching. A reload is the way out of a scrub you did not mean to make.
* The same holds **before an event starts**. A tracking map re-used for a new date opens on the new date, not on the position someone left behind during the previous run.
* Only a **replay position** is kept at all. If you were watching at the live edge, you come back **live** — never behind it.
* The position expires after **6 hours**, so opening a finished event the next day starts at its beginning.
* Watched a replay to the end? The map starts at the beginning again instead of on the final frame.

### What this means for links

A link always wins. If someone sends you a link carrying favorites or a time, you see what the sender meant, not your own last visit — see [share-view.md](/live-tracking/share-view.md). Your own remembered view is untouched and returns the next time you open the event without a link.

{% hint style="info" %}
This is stored in your browser only. Nothing is sent to Racemap, no account is needed, and it does not travel between your phone and your laptop. Clearing your browser data clears it.
{% endhint %}

{% hint style="warning" %}
Private or incognito windows throw the stored view away when the window closes. Some browsers also block storage for maps embedded on another website, in which case the selection lasts only for that visit.
{% endhint %}


---

# 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.racemap.com/live-tracking/remembered-view.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.
