> For the complete documentation index, see [llms.txt](https://docs.eventcord.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventcord.xyz/master.md).

# Eventcord Bot

{% hint style="warning" %}
Eventcord now only uses slash commands. [Slash Commands](/using-the-bot/slash-commands.md)
{% endhint %}

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

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

{% 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="/pages/-LPj-r29CHUrw4WEIBJc" %}
[Broken mention](broken://pages/-LPj-r29CHUrw4WEIBJc)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eventcord.xyz/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
