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

# Getting Started

<mark style="color:red;">**Thanks for adding the Emojirator Discord bot to you server!**</mark>

To get started with Emojirator, you'll firstly need to add it your server. Click [HERE](https://discord.com/api/oauth2/authorize?client_id=1188643589383794748\&permissions=8\&response_type=code\&redirect_uri=https%3A%2F%2Femojirator.gitbook.io%2F\&scope=email+bot) to add now to a server in which you are an administrator or manager.

{% hint style="warning" %}
In order for the Emojirator bot to function correctly, you need to be an administrator of the server you're adding the bot to, and grant Emojirator administrator permissions as prompted when adding the bot.
{% endhint %}

Next, use Emojirator's `/setup` command in any channel of that server and fill in the prompted fields and answer the given questions.&#x20;

Once you've finished setting up your bot, you can use all of its available features. Use this documentation to help you with Emojirator everyday commands, features, settings, and more!

**Also, you can join the** [**Emojirator Support Server**](https://discord.gg/a8zuDZPf) **to earn Plan Points, report bugs, ask for quick support, and more! Click** [**HERE**](https://discord.gg/a8zuDZPf) **to join the support server.**


---

# 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://emojirator.gitbook.io/docs/getting-started/getting-started.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.
