# Creating Requests and Tickets from Conversations

Aisera offers out of the box workflows for automated ticket creation and ticket management. Moreover, Aisera can create and update cases in any ticketing system from any conversational channel, such as Slack, Microsoft Teams, or a custom conversational interface.

Incidents or Requests can be automatically created in a variety of ways:

1. User asks the bot a question that the bot is unable to answer, so the bot proactively asks the user if they would like to create a ticket,
2. User is unsatisfied with a conversation, so the bot automatically creates an escalation ticket,
3. Create silent tickets for each Request or Requests that meet specific criteria.

When a ticket is created in the ticketing system, Aisera can then triage the ticket by automatically applying field values and routing the ticket to the correct assignment queue. Optionally, Aisera can be configured to include the conversation history between the user and the bot in the created ticket. Additionally, the bot will ask the user to fill out any required fields in the ticket.

Users can also manage tickets from a conversation in the chatbot, such as,

1. Adding a comment&#x20;
2. Viewing all open tickets
3. Closing a ticket

For any custom requirements desired, customers have the ability to edit the Ticket Management workflows in the AI Workflow Studio in the Aisera UI.


---

# Agent Instructions: 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:

```
GET https://docs.aisera.com/aisera-platform/content-generation/creating-requests-and-tickets-from-conversations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
