# verify

{% hint style="warning" %}
This command is restricted to those with an Echo Role only.
{% endhint %}

#### Command Definition

**`eb.{allyCode}.verify`**

{% hint style="info" %}
Ally code is only required if you have registered multiple ally codes to your Discord account.
{% endhint %}

| **Parameters** | **Options** | **Example**               | Shortcut             |
| -------------- | ----------- | ------------------------- | -------------------- |
| -              | -           | **`eb.verify`**           | **`eb.v`**           |
| -              | ally code   | **`eb.123456789.verify`** | **`eb.123456789.v`** |
| -              | help        | **`eb.help verify`**      | **`eb.help v`**      |

You can use this command to tell EchoBase that the channel that this command is run in is eligible to receive assignments from EchoBase.

If you want to remove a channel from EchoBase's posting list, use this command:

{% content-ref url="/pages/-LSLlJuqSD19vTjig4PD" %}
[unverify](/echostation/guild-commands/unverify.md)
{% endcontent-ref %}

If you want to see all of the currently verified channels for your guild, use this command:

{% content-ref url="/pages/-LL6Y8kXJ5vY8SBuv72x" %}
[guildstatus](/echostation/guild-commands/guildstatus.md)
{% endcontent-ref %}


---

# 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/guild-commands/verify.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.
