> 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/einstellungen/server-settings.md).

# Server-Einstellungen & Protokollierung

Serverweite Sprache, Embed-Farbe und Log-Kanäle.

Die erste Gruppe auf der Einstellungsseite umfasst die am häufigsten verwendeten serverweiten Einstellungen.

| UI-Beschriftung                             | Was er tut                                                                                                                    | Standard         |
| ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| **Protokollkanal für geöffnete Tickets**    | Discord-Kanal, der jedes Mal, wenn ein Ticket geöffnet wird, einen „Ticket Opened“-Embed erhält.                              | Keine            |
| **Protokollkanal für geschlossene Tickets** | Discord-Kanal, der jedes Mal, wenn ein Ticket geschlossen wird, einen „Ticket Closed“-Embed (mit dem Transkript-Link) erhält. | Keine            |
| **Serversprache**                           | Die Sprache, die der Bot für alle Nachrichten in diesem Server verwendet. 40 unterstützte Sprachen.                           | Englisch         |
| **Support-Rollen**                          | Rollen, die auf jedes Ticket zugreifen und es verwalten können. Bis zu 25.                                                    | Keine            |
| **Haupt-Ticket-Kategorien**                 | Kategorien, in denen alle Tickets abgelegt werden. Bis zu 25.                                                                 | Keine            |
| **Maximale aktive Tickets**                 | Die maximale Anzahl an Tickets, die im gesamten Server gleichzeitig geöffnet sein können. Bereich 1 bis 2000.                 | 500              |
| **Maximal aktive Tickets pro Nutzer**       | Die maximale Anzahl an Tickets, die ein einzelnes Mitglied gleichzeitig geöffnet haben kann. Bereich 1 bis 2000.              | 1                |
| **Haupt-Embed-Farbe**                       | Akzentfarbe auf jedem Ticket-King-Embed in deinem Server. Hex-Wert.                                                           | `#d4af37` (Gold) |

Support-Rollen und Haupt-Ticket-Kategorien sind kostenlos. In dieser Gruppe gibt es keinen Premium-Artikel. (Gesperrte Rollen sind ebenfalls kostenlos, werden aber in ihrer eigenen Gruppe für gesperrte Rollen und nicht hier festgelegt.)

<figure><img src="https://1805142667-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrnuG1qjzbOoh0efVpoK8%2Fuploads%2Fgit-blob-3c844a281e849df7b88a0c863aa877314a1b53f3%2Fserver-settings-and-logging.png?alt=media" alt="Settings, Server Settings &#x26; Logging section showing the fields visible"><figcaption></figcaption></figure>

## Detaillierte Seiten

* [Die Einstellung „Server Language“](/docs/de/sprachen/server-language.md)
* [Die Embed-Farbe des Servers](/docs/de/anpassung-and-branding/server-embed-color.md)
* [Log-Kanäle](/docs/de/protokollierung/three-log-channels.md)

## Verwandt

{% content-ref url="/pages/e45441f2f90edd58d5fe8ab487164c008f997429" %}
[Einstellungsübersicht](/docs/de/einstellungen/overview.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/einstellungen/server-settings.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.
