# Eventcord Bot

{% hint style="warning" %}
Eventcord now only uses slash commands. [slash-commands](https://docs.eventcord.xyz/using-the-bot/slash-commands "mention")
{% endhint %}

{% hint style="info" %}
Need help getting started? Check out the [getting started](https://docs.eventcord.xyz/using-the-bot/getting-started) documentation.
{% endhint %}

Multi-language support is available, but these docs are not yet translated. See [Languages](https://docs.eventcord.xyz/languages).

{% hint style="info" %}
By default, Eventcord uses **English**
{% endhint %}

## Using These Docs

Here is how the formatting works on these docs:

| Formatting  | Description of Use                                |
| ----------- | ------------------------------------------------- |
| Code Block  | Indicates command used in chat                    |
| \<argument> | Indicates a placeholder for a required argument.  |
| \[argument] | Indicates a placeholder for an optional argument. |
| @user       | Indicates a placeholder for a mentioned user      |

**Vote for Eventcord:**

{% content-ref url="broken-reference" %}
[Broken link](https://docs.eventcord.xyz/broken-reference)
{% 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.eventcord.xyz/master.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.
