# /auto-setup

Will create a very basic setup with all roles & channels the bot will use for this server.

{% hint style="warning" %}

### Keep in Mind

The [`/auto-setup`](/functionalities/commands/server-commands/auto-setup.md) command is meant for communities that do **not** have any type of DJ roles and channels set up in the server (fresh servers). If your community already has any of those, and you expect the bot to be working with them, please use [`/setup`](/functionalities/commands/server-commands/setup.md) instead!
{% endhint %}

***

## Command Details

The auto-setup feature will create the following roles and channels:

* **#events**\
  A public channel. If the guild is a Community Guild, this channel will be automatically created as an announcement channel.
* **#staff-channel**\
  A private channel visible only to the server admin(s).
* **#rsvps**\
  A private channel visible only to DJ Role 1, and server admin(s).
* **#logging-channel**\
  A private channel visible only to the server admin(s).
* **@DJ Role 1**\
  The role for DJs.
* **@Events**\
  The role for events.


---

# 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.vrave.app/functionalities/commands/server-commands/auto-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.
