> 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/resources/the-runners-assistant.md).

# The RUNNERS Assistant

RUNNERS includes an **AI assistant** that answers questions about launches, fees, vesting, claims, and troubleshooting. It's available in three places — and always replies in clear English.

## Where to find it

{% tabs %}
{% tab title="On X" %}
Mention [@RunnersRh](https://x.com/RunnersRh) with a **question** (not a launch command) and the assistant replies.

Ask things like:

* "How does vesting work?"
* "Why did my deploy fail?"
* "What's the difference between Robinhood Chain and Base?"
  {% endtab %}

{% tab title="In Telegram" %}
Mention the bot in the [Telegram group](https://t.me/Runnersapp) and it answers the same way.

**Bonus:**

* New members get a **welcome message** with quick links.
* `/start` and `/help` open a **menu with buttons** to the app, dashboard, and community.
  {% endtab %}

{% tab title="In the Dashboard" %}
The **Chat AI** tab on [runnersrh.app/dashboard](https://runnersrh.app/dashboard) lets you talk to the assistant directly while managing your coins.
{% endtab %}
{% endtabs %}

## What it can help with

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Launching</strong></td><td>How to launch by app or by tweet.</td><td></td></tr><tr><td><strong>Rewards</strong></td><td>How the fee split, vesting, and creator rewards work.</td><td></td></tr><tr><td><strong>Claiming</strong></td><td>How to claim fees and vested supply.</td><td></td></tr><tr><td><strong>Troubleshooting</strong></td><td>Why a deploy or tweet launch may have failed.</td><td></td></tr><tr><td><strong>Networks</strong></td><td>The differences between Robinhood Chain and Base.</td><td></td></tr></tbody></table>

{% hint style="danger" %}
**The assistant never gives financial advice** and will **never** ask for your seed phrase or private keys. Anyone claiming otherwise is a scammer.
{% 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/resources/the-runners-assistant.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.
