# Mention members

{% tabs %}
{% tab title="Mention member" %}
You can mention a member in a channel like this example:

`Thank you` [`<@{discord_id}>`](#user-content-fn-1)[^1] `for your donation of {total_paid} {currency}`

<figure><img src="https://2187496599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrJFlpzFF4M0XjvFfIMsk%2Fuploads%2F25Oer9wnlblWHacnjlpz%2F134ccd557a7b077b6a95ba27a6df03ee.png?alt=media&#x26;token=a46f6510-2669-4552-aae7-ede55c861023" alt=""><figcaption><p>Result on a Discord channel</p></figcaption></figure>
{% endtab %}

{% tab title="Mention role" %}
You can mention all members in a role, usefull if you want to notify all moderators after each purchase:

`Hi staff` [`<@&role_id>`](#user-content-fn-2)[^2]`, {discord_username} bought the VIP rank`

**Example:**

`Hi staff <@&1057661444298133584>, {discord_username} bought the VIP rank`

<figure><img src="https://2187496599-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrJFlpzFF4M0XjvFfIMsk%2Fuploads%2FrPtktiDQoMRfDBFCBCS6%2F7f16209bacb42fd61e5a2ede522763de.png?alt=media&#x26;token=ce3ff085-a260-4920-9ee2-49d3c22ac119" alt=""><figcaption><p>Result on a Discord channel</p></figcaption></figure>
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Learn more about Discord commands [HERE](https://docs.tip4serv.com/store-setup/server-commands#3.-commands-editor).
{% endhint %}

[^1]: Use the **{discord\_id}** option between two square brackets

[^2]: Just replace **role\_id** by the role ID on your Discord server


---

# 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.tip4serv.com/discord-setup/mention-members.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.
