# Introduction

Welcome to the official EmpyManager's Docs

Here you will find everything you need to properly configure [EmpyManager](https://empymanager.com/) Discord Bot.

### What is EmpyManager?

It's a Discord bot that allows your users to create and manage temporary channels by simply joining a channel. You can fully customise about everything of EmpyManager.

### Where to get started?

{% content-ref url="getting-started/create-temporary-channels" %}
[create-temporary-channels](https://docs.empymanager.com/getting-started/create-temporary-channels)
{% endcontent-ref %}

{% content-ref url="master-channels" %}
[master-channels](https://docs.empymanager.com/master-channels)
{% endcontent-ref %}

{% content-ref url="server/configuration" %}
[configuration](https://docs.empymanager.com/server/configuration)
{% 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.empymanager.com/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.
