# Case Creation

The Aisera platform includes out-of-the-box workflows for automated ticket creation and ticket management. 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. The 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. The user is unsatisfied with a conversation, so the bot automatically creates an escalation ticket,
3. The bot creates silent tickets for each request or requests that meet specific criteria.

When a ticket is created in the ticketing system, the Aisera platform can triage the ticket by applying field values and routing the ticket to the correct assignment queue. You can configure the Aisera software 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.

You 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

You can edit the Ticket Management workflows to customize the automation in the [AI Workflows](/aisera-platform/ai-automation-optimize-flow.md), [Hyperflows](/aisera-platform/ai-automation-optimize-flow/hyperflow-studio.md), or AI Assist sections of the Aisera Administration application.

<br>


---

# 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/agent-assist/case-creation.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.
