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

# How to enable Premium

**Premium** subscription is a way to support EmpyManager and get extra features with it. More information [here](https://dashboard.empymanager.com/premium).

### How to subscribe and enable Premium

1. Subcribe on [Patreon](https://www.patreon.com/Nexgan).
2. Join the [official Discord server](https://discord.gg/gtqu2T6).
3. Connect your Patreon account to your Discord account: [guide here](https://support.patreon.com/hc/en-us/articles/212052266).
4. Use slash command `/premium enable` where you want to enable Premium (remember: 1 server for Premium and 3 for Premium+).

Remember: you can change your premium servers at any time. Just type `/premium disable <server-id>` to disable it and then enable it in another server with `/premium enable`.

### Troubleshooting

#### I didn't receive my role on the Discord server

Make sure you properly connected your Patreon account to your Discord account as explained [here](https://support.patreon.com/hc/en-us/articles/212052266). If this didn't work, please try to disconnect and connect back your accounts. If this hasn't worked yet, join our [official Discord server](https://discord.com/invite/gtqu2T6) here to get support.


---

# 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.empymanager.com/guides/enable-premium.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.
