# Verification Channel

## Creating a New Channel

Return back to your server's main page and create a new channel with the ➕ icon next to the category as shown.&#x20;

You can choose whether this new channel would be under a category, or uncategorized depending on your preference.

{% hint style="info" %}
If you do not have a category, **right click on the blank space where the channels would be** and you can choose to create either a Text Channel, or a Category.
{% endhint %}

<div align="left"><figure><img src="/files/0emtmUVzFE2bJeRrhaKp" alt=""><figcaption></figcaption></figure></div>

Create a new text channel, name it however you like and click on <mark style="background-color:blue;">'Create Channel'</mark>.

{% hint style="warning" %}
Leave the **'🔒Private Channel'** in the OFF position, as this will be a public channel.
{% endhint %}

<div align="left"><figure><img src="/files/l3HOwju74uroiFXaPNx7" alt=""><figcaption></figcaption></figure></div>

You will be immediately directed to the new text channel.

***

### Channel Permissions

This channel must be visible for all users, so we need to adjust some permissions for all users.

**Right-click** on the text channel and select **'Edit Channel'** <mark style="color:yellow;">**OR**</mark> click on the ⚙️ icon to access the same settings.

<div align="left"><figure><img src="/files/lLQz6iC7Xkxd8BPDPRoV" alt=""><figcaption></figcaption></figure></div>

Head into the **Permissions** tab in the settings.

Set the channel permissions as shown for the **@everyone** role.

<div align="left"><figure><img src="/files/YGsNd0gGywHeUDWvSKHM" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/Bf8qh8zs8b2XZw58OJmY" alt="" width="522"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Our app does not require a non-verified user to input commands to verify, disabling **'Send Messages'** permissions for said users is strongly recommended.&#x20;
{% endhint %}

***

### Optional - Channel disappears after user verifies

If you want this verification channel to disappear once the user has verified, do the following steps.

**Add the&#x20;**<mark style="color:green;">**Verified User Role**</mark> into the permissions modification list.

<figure><img src="/files/YVkXxGO270xQvCyaIdzN" alt=""><figcaption></figcaption></figure>

Select the **'View Channel'** permissions to ❌.

<div align="left"><figure><img src="/files/vnYo3I7aByCjj9t0VjKt" alt=""><figcaption></figcaption></figure></div>

That's it, you are done!

***

## Warning - If Administrator permission is disabled on our app

{% hint style="warning" %}
If you did not enable **Administrator** permissions for our application, you will receive the following error message from our app.

You can <mark style="color:yellow;">**add our application's role**</mark>**&#x20;OR common apps role** into the list, and ✅ (approve) the following permissions as shown from the app.

* View Channel
* Send Messages
* Embed Links

**You have to do this for all channels that the app interacts in, including the logs channel.**
{% endhint %}

<div align="left"><figure><img src="/files/3GCkYb6S40k3SvaBHOyQ" alt=""><figcaption></figcaption></figure></div>


---

# 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.authenticateme.xyz/en/owners-manual/setup/002-subpage/verification-channel.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.
