> 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/anpassung-and-branding/server-embed-color.md).

# Die Farbe des Server-Embeds

Einstellungen, "Servereinstellungen & Protokollierung", **Haupt-Embed-Farbe**.

Dies ist der Akzentstreifen an der linken Seite jedes Ticket-King-Embeds in deinem Server. Er gilt für Panels, Ticket-Begrüßungs-Embeds, Log-Embeds und Bewerbungs-Embeds.

## Standard

`#d4af37` (gold).

## Ändern

1. Klicke auf das Farbfeld neben dem Feld.
2. Der Farbwähler öffnet sich. Gib einen Hex-Farbcode ein oder klicke auf den Farbkreis.
3. Die Einstellung wird automatisch gespeichert.

<figure><img src="/files/97f55d8cc0707b3f7d95160fd83f40ecaf2f634a" alt="Settings page → Main Embed Color section with the color picker popover open"><figcaption></figcaption></figure>

## Wie Embeds es verwenden

Die meisten Embeds verwenden diese Farbe automatisch:

* Panel-Embeds (wenn das Feld „Color“ des Panel-Embeds leer gelassen wird). Lege für ein Panel-Embed dort eine Farbe fest, um sie zu überschreiben.
* Das Begrüßungs-Embed in neuen Ticket-Kanälen.
* Open- und Close-Log-Embeds.
* Bewerbungs-Embeds.

Fehler-Embeds verwenden stattdessen ein festes Rot, daher ändert die hier festgelegte Farbe sie nicht.

## Eine gute Farbe auswählen

Passe dein Farbschema an das bereits vorhandene Farbschema deines Servers an. Die meisten Server wählen die Farbe ihrer wichtigsten gebrandeten Rolle oder die Hauptfarbe ihres Server-Icons.

Vermeide:

* **Reines Schwarz oder reines Weiß.** Diese sind in den Discord-Themes schwer zu sehen.
* **Farben, die der Oberfläche von Discord nahekommen.** Discords Blurple (`#5865F2`) kann untergehen.

## Verwandt

{% content-ref url="/pages/c36844a27576f4d7b491ce4627c98a7bf28a035d" %}
[Das Embed bearbeiten](/docs/de/panels/edit-the-embed.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/anpassung-and-branding/server-embed-color.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.
