# Account Limits

We want to provide Vulcan as a service for NFT creators and community managers to create amazing, engaging collector communities. To make sure anyone can use it, we've decided to offer Vulcan 100% free.

However, we do have some limits in place to make sure that Vulcan isn't abused (and becomes prohibitively expensive to operate). Prohibited use is mostly tied to creating a server with tons of roles/sales bots/etc... for collections you do not own or do not contain tokens you've created.

Here are the limits we put on Vulcan accounts:

<table><thead><tr><th>Feature</th><th>Maximum</th><th data-hidden></th></tr></thead><tbody><tr><td>Verified Roles</td><td>20</td><td></td></tr><tr><td>Sales Tracking</td><td>10</td><td></td></tr><tr><td>Floor Bot Keywords</td><td>10</td><td></td></tr><tr><td>Art Bot Keywords</td><td>10</td><td></td></tr><tr><td>Support Ticket Categories</td><td>15</td><td></td></tr></tbody></table>

{% hint style="info" %}
**Hit the limit?** We are happy to make exceptions for communities who have a lot of collections they own and need to add to Vulcan. To get your limit raised, jump into the Vulcan Discord and open a Support Ticket.
{% endhint %}


---

# 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://premint.gitbook.io/vulcan/getting-started/account-limits.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.
