> For the complete documentation index, see [llms.txt](https://seiyan-token.gitbook.io/seiyan-token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seiyan-token.gitbook.io/seiyan-token/seiyan-tech/telegram-trading-bot/invite-panel-referral-link.md).

# Invite Panel (Referral Link)

{% tabs %}
{% tab title="Main Invite Panel" %}
Since the trading bot is now fully released, the invite code is no longer used and will be removed from the invite panel.

The interesting feature in this menu is the ‘Manage Referral’ button, which allows you to set up your custom referral link and earn a percentage of the trading volume in the form of referral fees!

<figure><img src="/files/I1KkYuaEHBQuN5tD4Hbo" alt="" width="563"><figcaption><p>Main Invite Panel</p></figcaption></figure>
{% endtab %}

{% tab title="Setting Up Referral Link" %}
Your referral identifier must be unique and once you set it — there’s no changing it, so make sure you select the right one! Click on ‘Set Identifier’ to get started and confirm your selection to set up your referral link.

<figure><img src="/files/feXZpW3uxbVXs2ajPEz1" alt="" width="375"><figcaption><p>Identifier has not been set</p></figcaption></figure>

Once your referral identifier is set, the following message will pop up and you can now share your referral link with the entire world and earn a referral fee! Let’s continue to the rewards panel to learn more about it.

<figure><img src="/files/WaE4Gt8bVV9lYM4p7Bun" alt="" width="375"><figcaption><p>Identifier has been set</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://seiyan-token.gitbook.io/seiyan-token/seiyan-tech/telegram-trading-bot/invite-panel-referral-link.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.
