Each ticket panel must have at least one assigned category to work properly. A category defines where the ticket channels will be created and helps keep your support system organized. You can assign multiple categories to a single panel, giving users options to choose from when opening a ticket.
Example category panel
Question Panels do not support categories.

๐Ÿ› ๏ธ Adding a Ticket Category

To add a new category to a panel, use the command below:
/tickets categories add <panel> <category>
After running this command, a form will appear where you can provide:
  • Name of the category
  • Description
  • Emoji
Once submitted, the category will be added to the selected panel!
Need to display your panel? Use:
/tickets send-panel <panel> <channel>

โœ๏ธ Editing a Ticket Category

To modify a categoryโ€™s details, run:
/tickets categories edit <panel> <category>

โŒ Removing a Ticket Category

To remove an existing category from a panel, use:
/tickets categories remove <panel> <category>

๐Ÿ“„ Listing All Categories

To view all categories assigned to a panel, run:
/tickets categories list <panel>