> ## Documentation Index
> Fetch the complete documentation index at: https://docs.technified.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Limits

> How much you can create per server, and where each limit applies.

Every server has the same generous limits. There is no paid tier to unlock more, these apply to everyone.

## Creation limits

Each limit is counted per server (guild).

| What                | Limit per server |
| ------------------- | ---------------- |
| Application forms   | 15               |
| Appeal forms        | 15               |
| Questions per form  | 25               |
| Ticket panels       | 10               |
| Ticket multi-panels | 10               |
| Log channels        | 5                |
| Dashboard API keys  | 10 active        |
| Role bindings       | 40               |
| Group binds         | 40               |
| Custom messages     | 50               |

<Note>
  The **Questions per form** limit applies to each application and appeal form individually, so every form can have up to 25 questions.
</Note>

When you reach a limit, the dashboard shows an error and the item is not created. Delete an existing one to make room, or edit what you already have.

## Configured per form

Some limits are not fixed, you set them yourself when you build a form:

* **Submissions per user** on an application form.
* **Appeals per user** on an appeal form.

Leave these empty for no per-user limit.

## AutoMod rules

AutoMod rule counts are set by Discord, not by Technified, because the rules live on Discord's side:

| Rule type                                         | Limit per server |
| ------------------------------------------------- | ---------------- |
| Keyword rules                                     | 6                |
| Spam                                              | 1                |
| Mention spam                                      | 1                |
| Keyword preset (profanity, slurs, sexual content) | 1                |

Within a single keyword rule you can add up to 1000 keywords and 10 regex patterns.

## Live connections

These are live connections from your Roblox games, not saved content:

| What                         | Limit |
| ---------------------------- | ----- |
| Live connections per API key | 20    |
| Live connections per server  | 50    |

<Note>
  For API request quotas (the 429 response and per-minute windows), see [Rate Limits](/developer-api/rate-limits).
</Note>
