> For the complete documentation index, see [llms.txt](https://invomagic.gitbook.io/ticketsdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invomagic.gitbook.io/ticketsdocs/tickets/edit-panel.md).

# Panel Editing

Ever wanted to edit your Ticket Panel? Maybe you need a different blacklist role, want to disable the requirement, have outdated information, or just want to make it look more pretty?\
You can do that with our panel editor!

### Edit a Panel&#x20;

First you'll need a Panel ID you can learn more about those [<mark style="color:red;">here</mark>](/ticketsdocs/tickets/ticketsid.md) \
Once you have your Panel ID run the `/ticketing panel-edit` command, after doing so you'll be promoted for the Panel ID, enter it there and you'll then a message with 2 drop downs

<figure><img src="/files/ODgsUYWLFsMw4XVfh8uE" alt="" width="563"><figcaption></figcaption></figure>

Configurations are the things you setup during the interactive setup, and options are the things you set in the command options of creating a ticket\
\
Select either of them to edit them, and a seprate message or form will be sent to edit the config/option.

{% hint style="danger" %}
Editing a Panel ID changes the behavior or look of a panel, be careful when editing
{% endhint %}

After editing changes apply immediately in the bot's database, if a change is cosmetic to the Panel Itself, it'll need to be [resent](/ticketsdocs/tickets/ticketsid.md#recreate-a-ticket-panel) as it wont edit the original message automatically&#x20;

### Limits

Free Servers get 10 Edits per day\
[<mark style="color:purple;">TicketsPRO</mark>](/ticketsdocs/pro/about.md) Servers get **Unlimited Edits**\
\
You are always able to create new panels for completely new configurations, its what we recommend as well.


---

# 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://invomagic.gitbook.io/ticketsdocs/tickets/edit-panel.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.
