> 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/ticketsid.md).

# TicketsID

<figure><img src="/files/RSJaoBtT8nRkdWs5f6hy" alt=""><figcaption></figcaption></figure>

TicketsID Is our system for identifying certain aspects of Tickets, at the moment we only have Panel IDs, this will change as we add more cool stuff with it.

## Panel IDs

After Creating a Panel you'll get a Panel ID, keep this somewhere where you wont lose it as it can be used to recreate your Ticket Panel.

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

### Recreate a Ticket Panel

{% hint style="info" %}
Using TicketsID to recreate a panel will recreate it perfectly, meaning you cannot modify the settings, if you need modified settings create another panel or edit it with [Panel Editing](/ticketsdocs/tickets/edit-panel.md)
{% endhint %}

Run the `/ticketing panel-load` command, after you do so you'll get a popup asking for your Panel ID input that in and submit it, and then you'll have a channel selector, use that to pick where you want your  Ticket Panel sent, after doing so Ticket will begin extracting the data and will send it to that channel

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

TicketsPRO will make this process faster, but TicketsPRO is not required to load a Ticket Panel (using free features) nor is it required to have a well working panel

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


---

# 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/ticketsid.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.
