> For the complete documentation index, see [llms.txt](https://katzumi.gitbook.io/katzumi-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://katzumi.gitbook.io/katzumi-docs/others/discord-tips.md).

# Discord Tips

{% hint style="warning" %}
You must first activate the developer mode.

To do this, simply go to the user settings, Appearance (iOS), Behavior (Android) or Advanced (computer) and then activate developer mode.
{% endhint %}

#### Message ID

&#x20;   To retrieve the id of a message, you must :

* Hold down or right click on a message.
* Then press **Copy ID.**

#### Role ID

&#x20;    In order to retrieve the id of a role, you must :

* Tap or click on a member who owns the role whose ID you want to retrieve.
* Then long press on the role (smartphone) or right-click on the role and on Copy identifier (computer).

{% hint style="info" %}
If you need to mention a role, just do <@\&ID-Role>
{% endhint %}

#### User ID

&#x20;     To retrieve a member's id, you must :

* Right-click/click on the person whose ID you want to retrieve, if you are on a smartphone, click on the three small dots at the top right.
* Then tap Copy ID.

{% hint style="info" %}
If you need to mention a member, you have to put <@ID-Member>
{% endhint %}

#### Emoji ID

&#x20;      To get the id of an emoji, all you need to do is :

* Write your emoji in a text room Before the emoji, put a backslash. (\ - AltGr + \_ on computer)
* Then send your message.

{% hint style="info" %}
If you are on Android, to retrieve an emoji ID :

* Send `` ` ``:TheNameOfYourEmoji:`` ` `` in a text channel.
* Then copy the result being the emoji ID
  {% endhint %}

#### Channel ID

&#x20;     To obtain the id of a channel, you can :

* Tap or right-click on the name of a channel.
* Then press Copy ID.

{% hint style="info" %}
If you need to mention a channel, you must put <#Channel-ID>
{% endhint %}

#### Server ID

&#x20;     If you want to retrieve the id of a server, all you need to do is :

* Right-click or press the image/server name.
* Then press Copy ID.

#### Slash commands

&#x20;      If you want to show a slash command to someone do \</command\_name:command\_id>. To copy the "command\_id", type /"command" in the chat and select the command you want, right click on the command and click on "copy ID"

#### Hyperlinks

&#x20;       If you want to have a text with a link like [that](https://katzumi-bot.vercel.app/support), all you need to do is :&#x20;

* \[Text]\(Link)

#### Timestamp

&#x20;      If you want to have a timer or a date in your message, [click here](https://r.3v.fi/discord-timestamps/) and you'll have everything related to it.


---

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

```
GET https://katzumi.gitbook.io/katzumi-docs/others/discord-tips.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.
