> For the complete documentation index, see [llms.txt](https://docs.runnersrh.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runnersrh.app/for-creators/the-dashboard.md).

# The Dashboard

The dashboard at [**runnersrh.app/dashboard**](https://runnersrh.app/dashboard) is where creators and recipients **track** and **claim**.

## Signing in

Pick the sign-in method that matches how the coin was launched:

<table><thead><tr><th width="240">Sign-in method</th><th>Use it when…</th></tr></thead><tbody><tr><td><strong>Continue with X</strong></td><td>The coin was launched by tweet, or a drop was sent to your X handle.</td></tr><tr><td><strong>Connect wallet</strong></td><td>The coin was launched from — or gifted to — a specific wallet address.</td></tr><tr><td><strong>Sign in with Telegram</strong></td><td>Your account was created through the web app via Telegram.</td></tr></tbody></table>

## What you'll see

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Launches</strong></td><td>Every coin tied to your account, with its role and pending fees.</td><td></td></tr><tr><td><strong>Claim</strong></td><td>Collect your trading fees and claim your vested supply.</td><td></td></tr><tr><td><strong>Chat AI</strong></td><td>Ask the RUNNERS assistant anything about launches, fees, vesting, or claims.</td><td></td></tr></tbody></table>

## Your wallet

Your **wallet address** and **balances** are shown at the top of the dashboard, along with a **withdraw** option for provisioned wallets.

{% hint style="warning" %}
**Only you can see the coins tied to your account.** The dashboard is a private view — no one else can see your launches, balances, or pending fees.
{% endhint %}

{% hint style="info" %}
**Next up:** Learn how claiming actually works under the hood in [**Claiming & Fees**](/for-creators/claiming-and-fees.md).
{% 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.runnersrh.app/for-creators/the-dashboard.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.
