# Deep Linking

### Mint (CA)

By adding the \`MINT\_ADDRESS\` to the start parameters the bot will display the buy/sell UI once the user clicks on the link.

```
https://t.me/fluxbeam_bot?start=ca-{MINT_ADDRESS}
```

#### Example

```
https://t.me/fluxbeam_bot?start=ca-FLUXBmPhT3Fd1EDVFdg46YREqHBeNypn1h4EbnTzWERX
```

<figure><img src="/files/KPbOpnt7cVZ2aaShSMU4" alt=""><figcaption><p>Direct purchase.</p></figcaption></figure>

### Referral

By including a referral on your links, any new user signing up with this link will be attributed to the referral's account.&#x20;

```
https://t.me/fluxbeam_bot?start=r-{REFERRER_USERNAME}
```

#### Example

```
https://t.me/fluxbeam_bot?start=r-cloakd
```


---

# Agent Instructions: 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:

```
GET https://docs.fluxbot.xyz/developers/deep-linking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
