- Ticket panels — define settings for each ticket type: category, support role, channel name, welcome message, and an optional form
- Ticket embeds — the message posted in your server with one or more buttons, each linked to a ticket panel
Creating a ticket panel
Choose the Ticket Panel Category and the Support Role to be mentioned when the ticket is created as shown below.

Click Config to choose:
- Ticket Channel Name — name of the channel created when users click the create ticket button
- User Max Tickets Open — maximum number of tickets a single user can have open in this panel

Click Welcome Message to configure the welcome message embed shown when a user creates a ticket:
- Embed Title
- Embed Description
- Embed Hex Color
- Embed Footer
- Embed Image

If you have Quarky Custom Forms enabled in your server, you can connect forms with different types of questions to be answered by the user after creating a ticket.Click Form and choose the associated form panel for this ticket panel.
Refer to Form Panel documentation.
Refer to Form Panel documentation.

Creating a ticket embed
Once you have at least one ticket panel, create a ticket embed to post in your server.Now that the ticket panel is ready, run 
/admin-ticket embed create [name] to create a new ticket embed.
After running the command, the embed creation wizard will pop up. Here you can configure the embed and all button panels linked to it.

Click Embed and provide any of the following (all optional but recommended):
- Title
- Description
- Hex Color
- Footer
- Image

Click Button to customize its appearance. Configure:
Click Submit when done.
| Setting | Options |
|---|---|
| Button Label | Text displayed on the button |
| Button Color | 0 Grey · 1 Blurple · 2 Green · 3 Red |
| Button Emoji | Emoji shown on the button |

From the dropdown, select the Ticket Panel you created earlier (for example,
Then click Save.
panel).Then click Save.

Clicking a ticket button begins the ticket process. The user is guided through all configured questions, and the support team is notified once all responses are collected.
Slash commands
Panel commands
| Command | Description |
|---|---|
/admin-ticket panel create [name] | Create a new ticket panel with the interactive wizard |
/admin-ticket panel get [name] | View a saved ticket panel with Edit and Delete actions |
/admin-ticket panel list | List all saved ticket panel names |
Embed commands
| Command | Description |
|---|---|
/admin-ticket embed create [name] | Create a new ticket embed with the interactive wizard |
/admin-ticket embed get [name] | View a ticket embed with Send, Edit, and Delete actions |
/admin-ticket embed list | List all saved ticket embed names |
In-ticket commands
| Command | Description |
|---|---|
/ticket add | Add a user to the current ticket thread |
/ticket remove | Remove a user from the current ticket thread |
/ticket claim | Claim the ticket you are currently in |
/ticket unclaim | Unclaim the ticket you are currently in |
/ticket close | Close the current ticket thread |









