# Getting Started

Welcome to **VRAVE**! We're excited to help you set up and get started with our bot. This document provides concise guides to assist DJs and community organizers in using **VRAVE** effectively.

{% hint style="info" %}

#### Before We Start: What Does "RSVP" Mean?

In our platform, **RSVP** is used as a shorthand for a DJ's application to perform at an event.\
When you see phrases like:

* **"To RSVP"** – It means **"to apply"** for a slot in an event.
* **"The DJ has not RSVP'd"** – It means **"the DJ has not applied"** for a slot. And so on...

If you're curious about the term's origin, check out the [Wikipedia page](https://en.wikipedia.org/wiki/RSVP).\
In our context, though, it’s simply a convenient way to refer to the application process for DJs.
{% endhint %}

***

### For DJs

If you're a DJ looking to use **VRAVE** for event management or scheduling, refer to the [For Me](/introduction/getting-started/user-install.md) section.

{% content-ref url="/pages/ESuLy6LEdfukao8KxqbB" %}
[For Me](/introduction/getting-started/user-install.md)
{% endcontent-ref %}

### For Community Managers

If you're using **VRAVE** to manage events within your community Discord server, refer to the [For My Community](/introduction/getting-started/server-install.md) section.

{% content-ref url="/pages/JjjojIyKxaiBPzzLwvtg" %}
[For My Community](/introduction/getting-started/server-install.md)
{% endcontent-ref %}


---

# 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/introduction/getting-started.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.
