# id

#### Command definition

**`eb.id [@Someone or <@discordId> {limit 50}]`**&#x20;

| **Parameters**         | **Options** | **Example**                                           | Shortcut |
| ---------------------- | ----------- | ----------------------------------------------------- | -------- |
| -                      | -           | **`eb.id`**                                           | -        |
| @mention               | -           | **`eb.id @mention`**                                  | -        |
| <@discordId>           | -           | **`eb.id <@12345678987654321>`**                      | -        |
| multiple @mentions     | -           | **`eb.id @Someone @SomeoneElse`**                     | -        |
| multiple <@discordId>s | -           | **`eb.id <@12345678987654321> <@98765432123456789>`** | -        |
| -                      | help        | **`eb.help id`**                                      | -        |

Use this command any time to get your Discord ID.

Alternatively, you can @mention someone to see what their Discord ID is.

If you want to verify an ID, you can use the <@discordId> option to see whether or not the ID is valid.

{% hint style="info" %}
Please limit the number of @mentions or <@discordId>s to 50.
{% endhint %}


---

# 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.echobase.app/echostation/general-commands/id.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.
