> For the complete documentation index, see [llms.txt](https://docs.betsybot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betsybot.xyz/features/support-panels-tickets/create-support-panel.md).

# Create Support Panel

### <mark style="color:purple;">Create support panel (only required fields)</mark>

1. Click on the side menu, specifically on the "support panels" option (1), an interface will be displayed where you can see the "create" button (2)\
   \
   ![](/files/WKPh1J4HQkTopHGK5Csq)
2. A screen will be displayed with the settings to create a new support ticket message.\
   \
   ![](/files/1fYqcNmr4W2AhbzQg8zy)
3. To create this configuration there are three fields that will be required, among them:\
   \
   \- Identifier\
   \- Category\
   \- Channel for Message\
   \
   ![](/files/5eXPJ4R5fHy9eGwS2ppd)
4. "Identifier" drop-down list:\
   Used to help you identify support tickets on the dashboard.\
   \
   ![](/files/BlIjxpil58IFWn8hLulr)<br>
5. "Category" drop-down list:

   This is the category on the server that is used when creating a new ticket. All input channels will appear in the category you choose here (3).\
   \
   Important: You must have previously created your category in Discord (1) (2), E.g:\
   \
   ![](/files/hngyCJ3ViuWWbRXr2XTW)<br>
6. &#x20;"Channel for Message" drop-down list:\
   This channel is designated for hosting the message with the ticket container. By clicking the button linked to this message, users can initiate a ticket creation process.\
   \
   ![](/files/drdXfa5QInsZG7pbEiH1)
7. Click on the "save" button and you will automatically see the message in discord\
   \
   ![](/files/n0UYGAGu5ndH7Yk58DHa)\
   \
   ![](/files/9RFBS4LhNf6wDDfirn1k)<br>
8. Clicking the "create a support ticket" button will open a new thread for you\
   \
   ![](/files/V6fhnDQfu96GHA6QKiPv)

### <mark style="color:purple;">Create support panel (other settings)</mark>

#### 1. **Transcript:** Once the toggle is enabled, a summary will be creator to the ticket initiator after the ticket is resolved or the /ticket transcript command is used.   For transcriptions you will have two options which are:  a) Transcriptions in DM:&#x20;

* To do this you must go to the betsy dashboard and when you are creating your support ticket click on the toggle "Dm transcribed on close?" and enable it.\
  \
  ![](/files/HIshENg6D2aEP5jvurFN)

&#x20;      It will be displayed as follows (discord):

* Create a ticket\
  \
  ![](/files/hYFoH4cmNNNVVPz1sFJg)\
  \
  ![](/files/8cswPdKVolqa6wzxrhej)
* If the ticket creator does not write any message then no transcript will be sent, but if the ticket creator writes at least one message then the transcript will be sent to the DM\
  \
  ![](/files/0Z32WoNEM49UKhDy93xD)\
  \
  ![](/files/D5gsYlvkyOkiSnFTFCDK)<br>
* &#x20;Clicking on the link in the transcript will take you to another page where you can see the information:\
  \
  ![](/files/zXjWYGiybZf8GJNYOnTP)

b) Public transcripts:

* Once the option is enabled, a public summary will be created in a ticket channel after it is resolved or the /ticket transcribed command is used.\
  \
  ![](/files/vhaaRk8thlZVWT0MYwxS)
* Create a ticket\
  \
  ![](/files/hYFoH4cmNNNVVPz1sFJg)\
  \
  ![](/files/8cswPdKVolqa6wzxrhej)
* Write a message on the ticket and close it.\
  \
  ![](/files/ICwsswh2uqdOA6qCm6Er)<br>
* An embed will be sent to the channel where you can view a link with the transcription\
  \
  ![](/files/zV5kffMyoQOpMZYSsFca)
* Clicking on the link in the transcript will take you to another page where you can see the information:\
  \
  ![](/files/FwmtuUi7sgZ0ioQCMsy3)

2. **Auto increment number:**\
   Once the option is enabled, an increment will be added to the ticket title (discord).\
   \
   ![](/files/8wOxolcmewUek2GoAYYW)\
   \
   ![](/files/1wo7Gyki04I2DcnptSHB)
3. **Hide name:**\
   Once the option is enabled, the user's name will not be displayed in the ticket they open\
   \
   ![](/files/BTlf6vqPUOPgJlYM0Bsl)\
   \
   ![](/files/ofGgV8tzGuusuGByOppS)
4. **Allow claiming:** \
   Once the option is enabled, when creating a ticket the button to claim will be displayed\
   \
   ![](/files/PnMWYlj9DiMvGskX8fu3)\
   \
   ![](/files/5nCjvxYwzUnyGTsmnhGG)<br>


---

# 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://docs.betsybot.xyz/features/support-panels-tickets/create-support-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.
