> For the complete documentation index, see [llms.txt](https://docs.varuo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.varuo.xyz/using-varuo/bot-setup.md).

# Bot Setup

**On this page, you will find out how to configure and Setup the Varuo Discord bot.**

{% stepper %}
{% step %}

### Invite Varuo Bot to your Discord Server

[Click Here To Invite](https://varuo.xyz/invite) or go to varuo.xyx Website.
{% endstep %}

{% step %}

### Place the "Varuo" role at the very top of your roles list.

It’s there so the bot can assign roles to other people, add or edit them etc.

<figure><img src="/files/0H45tEZSpnZjxYYpoPxn" alt="" width="104"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Use /setup Command&#x20;

Use the **/setup** command and follow the steps.

**Step 1** - Select the channel from the list where you want the verification embed to appear Or click the Skip button so that members have to use the **/verify** command.

**Step 2** - From the list of roles created on the server, select the role to be assigned after successful verification.

**Step 3** - Enter your Roblox Group ID – you can find it by visiting your group and checking the URL. `https://www.roblox.com/communities/GROUPID/groupname.....` The bot will then synchronize roles with the Roblox group roles for users on the Discord server.

**Step 4** - Select a nickname style from the list. This style will be displayed to users as the nickname after verification.&#x20;

* `Roblox Username Only` → `noobecz12`
* `[Roblox] Discord` → `[noobecz12] Noobecz`
* `Discord (Roblox)` → `Noobecz (noobecz12)`
* `Do Not Change` → The bot does not change the nickname.

Done. You can edit the configurations using the **/changedetails** command.
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.varuo.xyz/using-varuo/bot-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
