> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/bot-flows/ticketing/create-ticket.md).

# Create Ticket

This can be integrated with your CRM or helpdesk system, allowing for seamless ticket creation and management.

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

## Steps to Create a Ticket:

1. In the bot flow builder, select the option to create a new card and choose the Create Ticket Card from the available actions.
2. Provide a short description or subject for your issue.&#x20;

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

3. Select the urgency level of the issue (Urgent, High, Medium, Low).

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

4. Select the category or type of the issue (e.g., Question, Defect, Bug, Task).&#x20;

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

5. Enter the detailed explanation of the issue.&#x20;

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

6. Select the team which you would like to assign this ticket to.&#x20;

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

7. Add any additional data that needs to be stored for the ticket (e.g., customer ID, order number).

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

8. Once you have set all the fields required and click on 'Save'**.**

## Benefits of Creating a Ticket

* **Efficient Issue Tracking**: Customers can raise issues directly through WhatsApp, and tickets are logged instantly.
* **Automation**: Reduces manual workload for support teams by automating ticket creation and status updates.
* **Seamless Communication**: Customers can stay informed about their ticket status without leaving the WhatsApp chat.
* **Improved Customer Satisfaction**: Real-time updates and easy issue reporting lead to better customer experience.

By integrating Ticket Creation in BizMagnets, businesses can streamline their support process and ensure efficient resolution of customer inquiries and issues.


---

# 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.bizmagnets.ai/bot-flows/ticketing/create-ticket.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.
