โœจ Overview

This feature allows you to create ticket panels that include custom questions users must answer before a ticket is created. Their responses will be included in the initial ticket message, providing context right from the start.


๐ŸŽ›๏ธ Creating a Panel with Questions

To begin, youโ€™ll need to create a Panel with Questions. Only this panel type supports adding custom questions.

/tickets create-panel <name> <type:Panel with questions>

Once created, youโ€™ll be prompted to:

  • Choose a default category where the tickets will be created
  • Add your custom questions

Each panel can contain 1 to 5 questions. At least 1 question is required for the panel to function.

When prompted for default category, you have up to 5 minutes to select a category channel where ticket channels will be created. If you donโ€™t select a category within this time, the panel will be automatically deleted.


๐Ÿ“ค Sending the Panel to a Channel

After setting up your panel and questions, make sure to send the panel to a specific channel so users can interact with it:

/tickets send-panel <name> <channel>

Need help sending your panel? Check out the Panel Setup Guide for detailed instructions.


โš™๏ธ Managing Panel Questions

โž• Add a Question

To add a new question to your panel:

/tickets questions add <panel>

Each panel can contain 1 to 5 questions. At least 1 question is required for the panel to function.


โž– Remove a Question

To remove a specific question from a panel:

/tickets questions remove <panel> <question>

โœ๏ธ Edit a Question

To modify an existing question:

/tickets questions edit <panel> <question>

๐Ÿ“‹ List All Questions

To view all the questions currently assigned to a panel:

/tickets questions list <panel>

โœ… Youโ€™re all set! Enjoy your fully customizable ticketing system.