# AI Email Routing

{% hint style="warning" %}
AI Email routing is a part of the Custom plan. Contact [Suptask Support](/getting-started/contact-support.md) to request access. Additional cost might apply. &#x20;
{% endhint %}

Suptask built-in AI routing of Emails will automatically route the incoming email to the correct person or team. This automation replaces distribution groups and manual forwarding of emails, as the system learns about the incoming emails and where to route it.&#x20;

#### Benefits of AI email routing in Suptask:&#x20;

* No need for distribution groups and manual forwarding&#x20;
* AI automatically learns content and routes the email to responsible Agents&#x20;
* Automatic categorizing of Emails using Forms
* Combine with automation to automatically assign or set priorities&#x20;

***

### How it works&#x20;

{% stepper %}
{% step %}

### New email & AI evaluation

When a new email comes in, our built in AI routing engine will evaluate the email and decide to which of the enabled AI email Forms to route the email to.&#x20;

#### For example:&#x20;

Subject: *Need help with my credentials*

Content:

`Hi, I need help to access my account, I have lost the credentials to it, can you help?`
{% endstep %}

{% step %}

### Routing to Form

Each Form & Inbox is evaluated based on its prompted and categorized description which the AI uses to understand the category and the context.

#### For example:

Form name: *Account issues* \
AI Description: `Requests related to any account issues from users, such as lost passwords, locked accounts and any other account related issues.`

Form name: *Hardware orders*\
AI Description: `Requests related to all hardware orders such as laptops, keyboards, screen and phones.`&#x20;
{% endstep %}

{% step %}

### Creating new ticket

When the AI have decided where to send the email, a new ticket will be created for that Form and Agents will be notified.&#x20;

For example, the AI would in this case select the Form *Account issues* based on the context of it and the email content.

If the AI does not find a suitable Form, it will use the configured fallback Form to create the ticket with.
{% endstep %}

{% step %}

### AI learnings

The AI will automatically learn patterns and improve over time based on tickets coming in to the system.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can configure the AI email to route tickets in a single Inbox, or across the Forms of several Inboxes.
{% endhint %}

***

### Requirements&#x20;

Confirm that you have the [email integration](/integrations-automations-and-workflows/email-ticketing-setup/email-to-slack-ticketing.md) set up with the email address of your choice.&#x20;

***

### Setup & Configure &#x20;

Contact your Suptask Integrations Specialist (SIS) to enable the AI email routing and configure it on your account with the Forms of your choice.&#x20;

***

### Settings

By default, emails that we cannot match against a Form or Inbox will be routed to a default Form.&#x20;

You can optionally drop these emails, which can be useful in case you do not wish to create tickets for the emails that cannot be matched.&#x20;


---

# 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.suptask.com/suptask-ai/ai-email-routing.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.
