# Ticket messages

There is no server-wide "messages" group on the Settings page. The text shown when a ticket opens is set per panel option in the panel editor. The only message text on the Settings page is the **Default Ticket Close Reason**.

## Per-option messages (panel editor)

Open a panel in the dashboard, click a button or select-menu option, and go to the **Messages** tab. Both fields here are free.

| Field                                                              | What it does                                                                        | Limit           |
| ------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | --------------- |
| **Custom Embed Content**                                           | The embed shown inside the ticket when it opens.                                    | 2048 characters |
| **Custom Ticket Message**                                          | A message sent into the ticket when it opens.                                       | 1024 characters |
| **Admin Thread Message** (<i class="fa-crown">:crown:</i> Premium) | A message posted in the staff thread. The custom text only takes effect on premium. | 1024 characters |

A panel can also set defaults that every option inherits (for example **Default Ticket Embed Message** and **Default Ticket Message Content**) in the panel-wide defaults editor.

→ [Per-option settings in the panel editor](/docs/panels/per-option-settings.md)

<figure><img src="/files/qoHoj7ERgNKB2YhU9nO6" alt="The Messages tab of a panel option"><figcaption></figcaption></figure>

## Default Ticket Close Reason (Settings)

In the **Ticket Close & Transcript Settings** group, **Default Ticket Close Reason** sets the reason that is recorded when a ticket is closed without one being given. When it is blank, Ticket King uses its own built-in default reason.

## Related

{% content-ref url="/pages/9dB72vzFglsTzKnh6Q2Z" %}
[Closing a ticket](/docs/tickets/closing-a-ticket.md)
{% endcontent-ref %}

{% 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/messages.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.
