> 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/it/personalizzazione-e-branding/server-embed-color.md).

# Il colore dell'embed del server

Impostazioni, "Impostazioni server e registrazione", **Colore principale dell'embed**.

Questa è la striscia d'accento sul lato sinistro di ogni embed di Ticket King nel tuo server. Si applica ai pannelli, agli embed di benvenuto dei ticket, agli embed di registro e agli embed delle candidature.

## Predefinito

`#d4af37` (oro).

## Come modificarlo

1. Fai clic sul campione colorato accanto al campo.
2. Si apre il selettore colori. Digita un codice colore esadecimale oppure fai clic sulla ruota dei colori.
3. L'impostazione viene salvata automaticamente.

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

## Come lo usano gli embed

La maggior parte degli embed usa automaticamente questo colore:

* Embed dei pannelli (quando il campo Colore dell'embed del pannello è lasciato vuoto). Imposta un colore su un embed del pannello per sovrascriverlo lì.
* L'embed di benvenuto all'interno dei nuovi canali ticket.
* Embed di registro di apertura e chiusura.
* Embed delle candidature.

Gli embed di errore usano invece un rosso fisso, quindi il colore impostato qui non li cambia.

## Scegliere un buon colore

Abbina il colore alla palette già presente del tuo server. La maggior parte dei server sceglie il colore del proprio ruolo principale del marchio oppure il colore principale dell'icona del server.

Evita:

* **Nero puro o bianco puro.** Sono difficili da vedere nei temi di Discord.
* **Colori simili all'interfaccia di Discord.** Il blurple di Discord (`#5865F2`) può confondersi con lo sfondo.

## Correlati

{% content-ref url="/pages/2ef6db3a30c9a004875d7820cb89d3d013ce2bf7" %}
[Modifica l'embed](/docs/it/pannelli/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/it/personalizzazione-e-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.
