# FAQ

## Does this bot play music?

This bot does not play music. Eventcord manages the queue for karaoke and can automatically mute and unmute users to ensure a clear voice channel while someone is preforming. However, if you do want to play music during karaoke, Eventcord can work in conjunction with other bots, such as [Rythm](https://rythmbot.co/), to play music. Eventcord will not mute bots in the voice channel.

## What is up with this Event Admin role?

See [troubleshooting ](/using-the-bot/troubleshooting.md#when-i-try-to-start-a-session-i-am-told-i-need-the-queue-admin-role)for more detail.

## Does Eventcord support slash commands?

Yes!  Visit the page below for more information.

{% content-ref url="/pages/-MgsXe-y3V6u8hcdnuSZ" %}
[Slash Commands](/using-the-bot/slash-commands.md)
{% endcontent-ref %}

## Can I change an event's message?

You can set your own event message by typing your message after the start command. Here is an example: /`start message:Join to have some fun!`

{% hint style="info" %}
Your event message can be up to 280 characters.
{% endhint %}

## How can I invite Eventcord to my server?

Visit [eventcord.xyz/invite](https://eventcord.xyz/invite) to invite Eventcord to your server!

{% content-ref url="/pages/-LTl7pud\_J\_2DBC9Zhqa" %}
[Broken mention](broken://pages/-LTl7pud_J_2DBC9Zhqa)
{% endcontent-ref %}

## Where can I find a list of commands?

You can find a list of commands here:

{% content-ref url="/pages/-LPPtdkEz\_TCUBXINEy9" %}
[Command List](/command-list.md)
{% endcontent-ref %}

## Where can I get support or report bugs?

Our Discord server provides quick, reliable support. Join the server [here](https://go.kariari.xyz/discord). Just join, ask a question, wait for a response.

{% content-ref url="/pages/-LQRGscuBGoXGgebOkpl" %}
[Broken mention](broken://pages/-LQRGscuBGoXGgebOkpl)
{% endcontent-ref %}

## What languages are supported?

Click the link below to see the available languages:&#x20;

{% content-ref url="/pages/-LTQrU6f9mUruwrx0ylz" %}
[Languages](/languages.md)
{% endcontent-ref %}

To change your guild or user language, see [configuration](/using-the-bot/configuration.md).

## Why does Eventcord require the permissions listed?

What do these mean and why does Eventcord want them? You can find out below!

| Permission           | Description                                                                                         |
| -------------------- | --------------------------------------------------------------------------------------------------- |
| Read Messages        | Needed for Eventcord to see your commands!                                                          |
| Send Messages        | Needed for Eventcord to respond to your commands!                                                   |
| Embed Links          | Most responses Eventcord sends are in the form of embeds, which requires this permission to show up |
| Attach Files         | To show pictures in messages!                                                                       |
| Read Message History | So some commands such as setup are streamlined!                                                     |
| Add Reactions        | So Eventcord can wait for reactions                                                                 |
| Mute Members         | Required for our automatic muting in karaoke to work!                                               |
| Use External Emojis  | Eventcord wants to send visually pleasing messages 😊                                               |

{% hint style="info" %}
In the last step of the setup command, the bot will check for the permissions listed above (see [assisted setup](/using-the-bot/getting-started.md#assisted-setup))
{% endhint %}

Have questions about these permissions? Ask in our [Discord server.](https://go.eventcord.xyz/discord)


---

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