# Server Commands

The **VRAVE** bot provides a range of commands to enhance your server’s experience. These commands cover various functionalities, from event management to role handling. Here's an overview of the currently available commands.

<table data-full-width="true"><thead><tr><th>Command</th><th>Explanation</th><th>Usage (* required option)</th></tr></thead><tbody><tr><td>/help</td><td>Displays the help &#x26; bot info embed.</td><td>/help</td></tr><tr><td><a href="/pages/lMTb4FyvjvL3ZK3PuTgT">/setup</a></td><td>Setup the bot to work with the proper channels &#x26; roles.</td><td>/setup [staff-channel]* [staff-role]* [rsvp-channel]* [dj-role-1]* [events-channel] [events-role] [dj-role-2] [dj-role-3] [promotion1] [promotion2] [slot-assignment-type] [vrc-group-link] [community-social] [slot-opening-interval] [slot-open-duration] [event-announcement-interval] [logging-channel]</td></tr><tr><td><a href="/pages/3IzF5VV2tceMnBLkeIdM">/auto-setup</a></td><td>Will create a very basic setup with all the roles &#x26; channels the bot will use for this server.</td><td>/auto-setup</td></tr><tr><td><a href="/pages/T3TDU00z5fcGbTc3eH69">/create-event</a></td><td>Creates and schedules a new event.</td><td>/create-event [event-name]* [event-date-timestamp]* [total-available-slots]* [slots-duration]* [djs-type] [event-location] [event-description] [event-genres] [event-host] [doors-open] [open-decks] [post-event] [rsvp-limit] [include-community-socials] [include-group-link] [add-to-calendar] [slot-assignment-type] [event-group-link] [slot-opening-timestamp] [slot-closure-timestamp] [event-announcement-timestamp]</td></tr><tr><td>/assign-slots</td><td>Manually assign DJs to an event if it was created with the hand-pick option.</td><td>/assign-slots</td></tr><tr><td>/list-events</td><td>Lists all events.</td><td>/list-events</td></tr><tr><td><a href="/pages/VdEDvogMsgQTdZRx3pPV">/edit-event</a></td><td>Edits or deletes an event.</td><td>/edit-event [event-id]*</td></tr><tr><td><a href="/pages/AUuETw80cwoHfDz4MaB1">/upload-poster</a></td><td>Upload a poster for an event.</td><td>/upload-poster [event-id]* [poster-image]</td></tr><tr><td>/add-host</td><td>Adds a new event host.</td><td>/add-host [user]* [vrc-link]*</td></tr><tr><td>/remove-host</td><td>Removes an event host.</td><td>/remove-host [user]*</td></tr><tr><td>/list-hosts</td><td>List all event hosts.</td><td>/list-hosts</td></tr><tr><td>/open-slots</td><td>Opens the event's slots manually.</td><td>/open-slots [event-id]*</td></tr><tr><td>/close-slots</td><td>Closes the event's slots manually.</td><td>/close-slots [event-id]*</td></tr><tr><td>/announce-event</td><td>Announces an event manually.</td><td>/announce-event [event-id]*</td></tr><tr><td>/link-google-calendar</td><td>OAuth2 URL to link your Google Calendar to this bot. [WIP]</td><td>/link-google-calendar</td></tr><tr><td><a href="/pages/1pENjiAit3JMF5h1mhqU">/auto-add-djs</a></td><td>Automatically fetches, adds, and calculates stats for each DJ in the community.</td><td>/auto-add-djs</td></tr><tr><td>/manage-dj</td><td>Add, update or remove the stats of a DJ.</td><td>/manage-dj-stats [user]* [dj-status] [times-played] [last-played-timestamp]</td></tr><tr><td>/list-djs</td><td>List all the DJs in the community.</td><td>/list-djs</td></tr><tr><td>/test-permissions</td><td>Send a test message in each channel to check for errors.</td><td>/send-test-messages</td></tr></tbody></table>


---

# 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.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.
