# Subscriptions

At the moment, Exoguard offers two plans:

* `Free`: the default plan, with all core features and limits that should fit most use cases
* `Pro`: the paid version, with additional features and raised limits for more specific needs

Here is a table that lists all the differences between them:

<table><thead><tr><th width="252">Limits &#x26; Features</th><th>Exoguard Free</th><th>Exoguard Pro</th></tr></thead><tbody><tr><td>Max. roles per user</td><td>1</td><td>5</td></tr><tr><td>Max. active users*</td><td>20</td><td>50</td></tr><tr><td>Session timeout</td><td>Yes (between 1h and 24h)</td><td>Yes (unrestricted)</td></tr><tr><td>External audit webhooks</td><td>No</td><td>Yes</td></tr><tr><td>Enrollment inactivity period</td><td>No</td><td>Yes</td></tr><tr><td>Assigned roles expiration</td><td>No</td><td>Yes</td></tr><tr><td>Custom <code>dis.gg</code> link</td><td>No</td><td>Yes</td></tr></tbody></table>

\**Maximum amount of enrolled users with at least one assigned role on Exoguard.*\
*Other users do not count toward this limit, even if they are enrolled or staff members.*

If you are interested by our pro plan, you can [click here](https://exoguard.io/subscribe) to buy subscription credit.\
Once you have obtained some credit, use the [/balance](/commands.md#balance) command to get started!

For custom and/or bulk purchases, please [get in touch](https://exoguard.io/support) with an Exoguard representative.\
We can provide [redeemable subscription vouchers](/commands.md#subscription-redeem) that aren't linked to Discord accounts.\
This is also applicable if you need a tailored plan, a special feature, or simply an invoice.

If you own a subscribed server, you can [request a custom link](/tutorials/request-a-custom-link.md) if you haven't already done so.

*We do not sell any automatically reoccurring subscriptions because it's too easy to forget about them, and cancelling them may not always be trivial either. Accounts sometimes get suspended as well, so we prefer selling credit which you can top-up as necessary. This subscription credit system also gives us more flexibility in our offering while remaining fully compatible with our voucher system.*


---

# 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.exoguard.io/service/subscriptions.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.
