> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/de/benutzerdefinierte-befehle/limits.md).

# Grenzen

<i class="fa-crown">:crown:</i> **Premium-Funktion.** Eine Übersicht über alle Limits, die für benutzerdefinierte Befehle gelten.

## Pro Server

| Limit                                       | Wert                                     |
| ------------------------------------------- | ---------------------------------------- |
| Maximale Anzahl benutzerdefinierter Befehle | **25**                                   |
| Benutzerdefinierte Befehle im Gratisplan    | **0** (die gesamte Funktion ist Premium) |

Wenn du 25 erreichst, speichert das Dashboard keinen weiteren. Es zeigt *"Du hast die maximale Anzahl benutzerdefinierter Befehle erreicht."*.

## Pro Befehl

### Name und Auslöser

| Feld         | Grenze                                                     |
| ------------ | ---------------------------------------------------------- |
| **Name**     | 100 Zeichen, kleingeschrieben, auf deinem Server eindeutig |
| **Auslöser** | 100 Zeichen, kleingeschrieben, auf deinem Server eindeutig |

### Inhalt

| Feld              | Grenze       |
| ----------------- | ------------ |
| **Antwortinhalt** | 2000 Zeichen |

### Embeds

| Limit                  | Wert |
| ---------------------- | ---- |
| Embeds pro Befehl      | 10   |
| Gesamte Embed-Zeichen  | 6000 |
| Embed-Titel            | 256  |
| Embed-Beschreibung     | 4096 |
| Embed-Feldname         | 256  |
| Embed-Feldwert         | 1024 |
| Embed-Felder pro Embed | 25   |
| Embed-Fußzeilentext    | 2048 |
| Name des Embed-Autors  | 256  |

### Link-Schaltflächen (in Embeds)

| Limit                    | Wert        |
| ------------------------ | ----------- |
| Zeilen pro Befehl        | 5           |
| Buttons pro Reihe        | 5           |
| Schaltflächen pro Befehl | 25          |
| Button-Beschriftung      | 80 Zeichen  |
| Schaltflächen-URL        | 512 Zeichen |
| Schaltflächentyp         | Nur Link    |

## Was passiert, wenn du ein Limit erreichst

* **25 Befehle:** Das Speichern eines weiteren wird mit der obigen Meldung verweigert.
* **Zeichenlimits für Inhalt oder Embeds:** Das Dashboard speichert nicht und teilt dir mit, welches Feld zu lang ist.
* **Doppelter Name oder Auslöser:** Das Speichern wird verweigert mit *„Befehlsname existiert bereits“* oder *"Befehlsauslöser existiert bereits."*.

## Verwandt

{% content-ref url="/pages/66fcfa8069a58e8bb98fbb84fe34bc2d9fc8bad3" %}
[Was benutzerdefinierte Befehle sind](/docs/de/benutzerdefinierte-befehle/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/5f159e7a36c7a65df60c9c6a5880c07e89f8df49" %}
[Die Liste der Premium-Funktionen](/docs/de/premium/feature-list.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/de/benutzerdefinierte-befehle/limits.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.
