# Can I route tickets to different agents?

Ticket routing will depend on your support platform being used but can be done in a few different ways:

#### For routing prior to handover e.g. triage

In Zendesk you can use our [Ticket tagging](/features/channels/zendesk/zendesk-tagging.md) feature in combination with Zendesk triggers to route conversations to either your AI agent or human agents. This will allow you to have more control over which tickets your AI agent is handling.

If you require this feature for Intercom, get in touch with us via our live chat.

#### For routing post-handover e.g. if the AI agent can't resolve a ticket or conversation

If your AI agent can't resolve a conversation in one of our native integrations (Zendesk, Intercom, HubSpot, Freshdesk, Freshchat) then it will either automatically or offer a handover to a person to the user or customer.

When the handover is initiated, a tag or message will be applied to the conversation or ticket identifying it as requiring human assistance.

These tags or messages can then be used in the respective support platforms to initiate triggers, workflows or chatflows to route to specific teams or agents.


---

# 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://support.myaskai.com/faq/general/can-i-route-tickets-to-different-agents.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.
