# FAQs

### How do I invite the bot to my server?

You can use the [provided invite link](https://discord.com/oauth2/authorize?client_id=1257708312489889823) to add **VRAVE** to your Discord server. Ensure you have the required permissions to invite bots and manage roles.

***

### How do I set up the bot?

Once **INSOMNIAC** is in your server, run the [`/auto-setup`](/functionalities/commands/server-commands/auto-setup.md) or the [`/setup`](/functionalities/commands/server-commands/setup.md) command to configure each setting to your liking.

***

### How can I verify that the permissions are set up correctly?

Simply use `/send-test-messages` to verify that all channels work correctly!

***

### How do I create an event?

Use [`/create-event`](/functionalities/commands/server-commands/create-event.md) to quickly schedule a new event.

***

### How can I track events and fetch their IDs?

You can use `/list-events` to list and track each event. This command will also include each event's ID.

***

### What if I don't want the bot to post the event once RSVPs close?

You can set the [post-event](/functionalities/commands/server-commands/create-event.md#post-event) command option to 'false' in the [`/create-event`](/functionalities/commands/server-commands/create-event.md) command if you only wish to use the bot for RSVPs.

***

### How do I delete an event?

To delete an event, use [`/edit-event`](/functionalities/commands/server-commands/edit-event.md) , choose the event you'd like to delete, then click on 'Delete Event'. A confirmation prompt will appear before deletion.

***

### How do I reschedule an event, and/or edit its info?

To reschedule an event or edit its lineup even after slot closure, you can use [`/edit-event`](/functionalities/commands/server-commands/edit-event.md), click on the event you'd like to edit, and then choose the value you'd like to edit.&#x20;

{% hint style="info" %}
Some of the shown options may be disabled. If you're confused as to why, please visit the [edit event command page](/functionalities/commands/server-commands/edit-event.md), or open a support ticket in our support Discord.
{% endhint %}

***

### How do I track each DJ stat?

Once **INSOMNIAC** is in your server, run the [`/auto-add-djs`](/functionalities/commands/server-commands/auto-add-djs.md) command to quickly add and track each community DJ. Once that is complete, you can use `/list-djs` to list each DJ.

***

### How can I stop tracking a DJ stat or delete its info?

You can remove a DJs stat by using `/manage-dj-stats` and choosing the 'remove' option.

***

### How do I manually update each DJ's stats?

You can use `/manage-dj-stats` to manually update each DJ's stats if the [`/auto-add-djs`](/functionalities/commands/server-commands/auto-add-djs.md) command fails.

***

### How do I add or remove a host?

You can use `/manage-staff` to add or remove a user from your community.

***

### How do I track hosts?

You can use `/list-hosts` to list each community host.

***

### How do I upload a poster?

You can use [`/upload-poster`](/functionalities/commands/server-commands/upload-poster.md) to upload the event's poster.

***

### How can I avoid the poster from being included in the Discord scheduled event?

To avoid the image being included in the scheduled event in your server, simply rename the image as "SPOILER\_\<image name>". Replace \<image name> with the actual name of your image.

***

### I have an infrequently asked question.

The best way to ask for support is through our [support Discord](/help/support-and-feedback.md).

Check our [Support & Feedback](/help/support-and-feedback.md) page for more ways to get support.


---

# 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/help/faqs.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.
