# Setting up the bot

## Preferences

{% hint style="info" %}
This section of the dashboard acts as the initial setup wizard. If any changes are made and saved here, it will default any settings changes made in the Configuration tab.
{% endhint %}

This section of the Dashboard is used to complete the initial setup.

<figure><img src="https://i.imgur.com/GRg5Tn2.png" alt=""><figcaption></figcaption></figure>

### Channel for verifying users

Select a channel you wish users to see for verification and verification instructions. Upon a successful detection, this channel will also be used as a temporary notification channel, informing the user they have failed verification due to an Alt Detection or a VPN Intrusion. Notifications are temporary and will self-delete (providing the bot has `manage_messages` permissions) after a few seconds.

### Role for verified users

The verified role is the foundation for your users. This is the role that will be applied to users that successfully complete the verification process.

{% hint style="warning" %}
Attempting to use `@everyone` as the verified role will break the verification system as the role cannot be given or taken away, consequently manually verifying everyone that attempts to verify. Do not use `@everyone`.
{% endhint %}

### Channel for logging

Select a channel you prefer logs to be sent to. These logs will be a collection of Successful Verifications (if the option is enabled later), Alt Detections, and VPN Intrusions. These logs are persistent and are not deleted by the bot.

{% hint style="warning" %}
It is recommended that viewing access to the logging channel be restricted to your server staff, but it is not required.
{% 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.doublecounter.gg/double-counter-en/setup.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.
