# Getting Started

## Let's get started!

For karaoke to work, it requires you create a role you can assign to users you trust to run karaoke on your server. This role is referred to as the *master role*.&#x20;

### Inviting Eventcord to your server

To invite Eventcord to your server, go to [eventcord.xyz/invite](https://eventcord.xyz/invite). Confused on any permissions Eventcord is asking for? Check out [permissions](/faq.md#why-does-kariari-require-the-permissions-listed) on the [FAQ](/faq.md). For the bot to work optimally and to future proof your server, please provide it with all of those permissions.

## Before we get started

If you intend on using karaoke, please ensure to following to avoid members being left with server mutes outside of events:

### Checking Permissions

Make sure Eventcord has the **Mute Members** permission in all voice channels. This may not be the case if you have fancy role hierarchies. Use **/setup** or visit the dashboard to have the bot list out the channels it does not have the **Mute Members** permission.

## Assisted Setup

Eventcord features a setup wizard via command. Use **/setup.**

## **Manual Setup**

If you would prefer to manually set up the bot, check out [this page](/using-the-bot/configuration.md) on our documentation. Manual setup will still automatically check if you have configured the bot correctly.


---

# 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.eventcord.xyz/using-the-bot/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.
