> For the complete documentation index, see [llms.txt](https://broker-docs.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broker-docs.tiger.com/english-2/frequently-asked-questions/how-to-change-the-referral-code.md).

# How to change the referral code?

{% hint style="info" %}
Please note: The [referral program page](https://account.tiger.com/referrals) and the [promo code application page](https://account.tiger.com/voucher) have different functionalities that are not dependent on each other. If you want to join the trading community or receive rewards for trading volumes, you need to link your account to the referral code.
{% endhint %}

In Tiger.com Broker you can link your account to the referral code independently. The process is as follows:

1\. Go to the [Referral Program section](https://account.tiger.com/referrals):&#x20;

<figure><img src="/files/RQtJnrx0PogOmml3d3PQ" alt=""><figcaption></figcaption></figure>

2\. Enter the desired code in the corresponding field and click "Apply":

<figure><img src="/files/coeZmHajR5xTmDpLsvmT" alt=""><figcaption></figcaption></figure>

3\. After successful activation, a notification will appear in the bottom right corner.

{% hint style="info" %}
If you are unable to change the referral code yourself, please contact us at <broker.support@tiger.com> from the email linked to your Tiger.com Broker account. In the email, include your desired referral code and describe the issue you're facing.
{% 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://broker-docs.tiger.com/english-2/frequently-asked-questions/how-to-change-the-referral-code.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.
