# Message Options

To access these settings:

> Head to your [Dashboard](https://tickettool.xyz/manage-servers)\
> Select your server\
> Go to the [**Panel Configs**](/dashboard/panel-configs.md) Tab\
> Under **General Ticket Options**, click on **Messages** Options

On this tab you'll have a list to quickly access all messages you are able to edit with Ticket Tool!

* [Panel Message](/dashboard/panel-configs/panel-options.md#panel-message)
* [Closed DM](/dashboard/panel-configs/automation-options.md#send-direct-message-when-ticket-closed)
* [Created DM](/dashboard/panel-configs/automation-options.md#send-direct-message-when-ticket-created)
* [Claimed Message](/dashboard/panel-configs/claiming-options.md#claimed-message)
* [Unclaimed Message](/dashboard/panel-configs/claiming-options.md#unclaimed-message)
* [Closed Message](/dashboard/panel-configs/moderator-options.md#closed-message)
* [Opened Message](/dashboard/panel-configs/moderator-options.md#opened-message)
* [Moderator Message](/dashboard/panel-configs/moderator-options.md#moderator-message)
* [Delete Message](/dashboard/panel-configs/moderator-options.md#delete-message)
* [Ticket Message](/dashboard/panel-configs/ticket-options.md#ticket-message)
* [Close Question](/dashboard/panel-configs/ticket-options.md#close-ask-message)
* [Transcript Message](/dashboard/panel-configs/transcript-options.md#transcript-message)

{% hint style="success" %}
Make sure to always **save** changes using the pop-up shown whenever a change is done.
{% endhint %}


---

# 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://docs.tickettool.xyz/dashboard/panel-configs/messages-options.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.
