> 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

Obergrenzen für benutzerdefinierte Befehle.

<i class="fa-crown">:crown:</i> **Premium-Funktion.** Eine Übersicht über jedes Limit, das für benutzerdefinierte Befehle gilt.

## Pro Server

| Limit                                          | Wert                                     |
| ---------------------------------------------- | ---------------------------------------- |
| Maximale Anzahl benutzerdefinierter Befehle    | **25**                                   |
| Benutzerdefinierte Befehle im kostenlosen Plan | **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         | Limit                                                      |
| ------------ | ---------------------------------------------------------- |
| **Name**     | 100 Zeichen, kleingeschrieben, auf deinem Server eindeutig |
| **Auslöser** | 100 Zeichen, kleingeschrieben, auf deinem Server eindeutig |

### Inhalt

| Feld              | Limit        |
| ----------------- | ------------ |
| **Antwortinhalt** | 2000 Zeichen |

### Embeds

| Limit                  | Wert |
| ---------------------- | ---- |
| Embeds pro Befehl      | 10   |
| Gesamte Embed-Zeichen  | 6000 |
| Embed-Titel            | 256  |
| Embed-Beschreibung     | 4096 |
| Name des Embed-Felds   | 256  |
| Wert des Embed-Felds   | 1024 |
| Embed-Felder pro Embed | 25   |
| Footer-Text des Embeds | 2048 |
| Name des Embed-Autors  | 256  |

### Link-Buttons (in Embeds)

| Limit                     | Wert        |
| ------------------------- | ----------- |
| Zeilen pro Befehl         | 5           |
| Schaltflächen pro Reihe   | 5           |
| Buttons pro Befehl        | 25          |
| Schaltflächenbeschriftung | 80 Zeichen  |
| Button-URL                | 512 Zeichen |
| Buttontyp                 | 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 *"Der 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 nur-Premium-Funktionsliste](/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.
