> 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/apps/tracking/deep-links.md).

# Deep links

Use the deep links to automate interactions with participants and spectators:

* Add redeem key in the registration email
* open a specific event map
* open a leaderboard

You need to know the passcode or keys and the event id to flexibly compose the deep links.

* [Keys and the passcode](/apps/tracking/keys.md#connect-smartphone) connect the participants' phones for live tracking in a specific event.
* Copy the `eventId` from the URL in event settings\ <img src="/files/-MWUJXNR3kNkf8C4ydOw" alt="" data-size="original">

{% hint style="success" %}
<https://racemap.app>:

* Install RACEMAP App
* Test deep links on your phone and desktop to compare different behaviors.
  {% endhint %}

<table><thead><tr><th width="258">Syntax</th><th width="226">Sample deep link</th><th>Behavior in the app</th><th>Behavior on desktop</th></tr></thead><tbody><tr><td><code>https://racemap.app</code></td><td><a href="https://racemap.app">https://racemap.app</a></td><td>home</td><td>modal to download RACEMAP App</td></tr><tr><td><code>https://racemap.app/events/:eventId</code></td><td><a href="https://racemap.app/events/5dfce57c9240c60001f71a88">https://racemap.app/events<br>/5dfce57c9240c60001f71a88</a></td><td>open tracking map</td><td>open tracking map</td></tr><tr><td><code>https://racemap.app/events/:eventId/player</code></td><td><a href="https://racemap.app/events/5dfce57c9240c60001f71a88/player">https://racemap.app/events<br>/5dfce57c9240c60001f71a88/player</a></td><td>open tracking map</td><td>open tracking map</td></tr><tr><td><code>https://racemap.app/player/:eventId</code></td><td><a href="https://racemap.app/player/5dfce57c9240c60001f71a88">https://racemap.app/player<br>/5dfce57c9240c60001f71a88</a></td><td>open tracking map</td><td>open tracking map</td></tr><tr><td><code>https://racemap.app/timing/:eventId</code></td><td><a href="https://racemap.app/timing/5dfce57c9240c60001f71a88">https://racemap.app/timing<br>/5dfce57c9240c60001f71a88</a></td><td>open leaderboard</td><td>open leaderboard</td></tr><tr><td><code>https://racemap.app/eventgroups/:eventId</code></td><td><a href="https://racemap.app/eventgroups/66f26831d6727dc941fb2c72">https://racemap.app/eventgroups/66f26831d6727dc941fb2c72</a></td><td>open group or stage map</td><td>open group or stage map</td></tr><tr><td><code>https://racemap.app/redeem_key?key=[key]</code></td><td><a href="https://racemap.app/redeem_key?key=6G615L">https://racemap.app<br>/redeem_key?key=6G615L</a></td><td>redeem passcode or key</td><td>modal to download RACEMAP App</td></tr><tr><td><code>https://racemap.app/:eventId/edit</code></td><td><a href="https://racemap.app/5dfce57c9240c60001f71a88/edit">https://racemap.app/5dfce57c9240c60001f71a88/edit</a></td><td>edit bib and name, if user connected App for live tracking the event</td><td>modal to download RACEMAP App</td></tr><tr><td><code>https://racemap.app/eventdetails/:eventId</code></td><td><a href="https://racemap.app/eventdetails/686285285e17518f774d4ee5">https://racemap.app/eventdetails/686285285e17518f774d4ee5</a></td><td>open event details page</td><td>open tracking map</td></tr></tbody></table>

* The deep links work in the [custom apps](/apps/tracking/white-label.md) through `custom-name` e.g. `*/:custom-name/:eventId`
  * <https://racemap.app/time2win>
  * <https://racemap.app/chronoConsult>
* Add specific `startNumber` and `name`. Participants don't need to type their name and bib number. `*/redeem_key?key=[key]&startNumber=[STARTNUMBER]&name=[NAME]`. Test this sample on your phone <https://racemap.app/redeem_key?key=6G615L&startNumber=1&name=Peter> .


---

# 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/apps/tracking/deep-links.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.
