# Server Settings & Logging

The first group on the Settings page covers the most-used server-wide settings.

| UI label                        | What it does                                                                                            | Default          |
| ------------------------------- | ------------------------------------------------------------------------------------------------------- | ---------------- |
| **Opened Tickets Log Channel**  | Discord channel that gets a "Ticket Opened" embed each time a ticket opens.                             | None             |
| **Closed Tickets Log Channel**  | Discord channel that gets a "Ticket Closed" embed (with the transcript link) each time a ticket closes. | None             |
| **Server Language**             | The language the bot uses for all messages in this server. 40 supported languages.                      | English          |
| **Support Roles**               | Roles that can access and manage every ticket. Up to 25.                                                | None             |
| **Main Ticket Categories**      | Categories where all tickets are placed. Up to 25.                                                      | None             |
| **Max Active Tickets**          | The most tickets that can be open at once across the whole server. Range 1 to 2000.                     | 500              |
| **Max Active Tickets Per User** | The most tickets a single member can have open at once. Range 1 to 2000.                                | 1                |
| **Main Embed Color**            | Accent color on every Ticket King embed in your server. Hex value.                                      | `#d4af37` (gold) |

Support Roles and Main Ticket Categories are free. There is no premium item in this group. (Blocked roles are also free, but they are set in their own Blocked Roles group, not here.)

<figure><img src="/files/K4WJTZQd6ewIFSgl5Vcf" alt="Settings, Server Settings &#x26; Logging section showing the fields visible"><figcaption></figcaption></figure>

## Detailed pages

* [The Server Language setting](/docs/languages/server-language.md)
* [The server embed color](/docs/customization-and-branding/server-embed-color.md)
* [Log channels](/docs/logging/three-log-channels.md)

## Related

{% content-ref url="/pages/bMLvaN6SRnkJa0CP1UBr" %}
[Settings overview](/docs/settings/overview.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://ticketking.xyz/docs/settings/server-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
