# Tag, Severity, Priority and Process Flow

For example, when you are going to implement ticket automation on the tag form and ticket severity level, then you have to configure triggers, filters and actions with the following steps:

![Configure Automation](/files/qesuC8sb049mzHlXP6nv)

In the example above, when a ticket from the 'Dolphin Livechat' channel and has been assigned to Operators & Supervisors from all groups, the ticket will be tagged 'Live Chat - Check Status' with a severity level of 'High' and converted into a priority ticket, as shown in the figure below.

![Automation Running](/files/k5kpop5ka2ZEAnYsCo0M)

Then, when the rule is successfully triggered, which displays the 'Live Chat - Check Status' tagging with a ticket severity level of 'High' and becomes a priority ticket, the system will also automatically send a message to the customer using Process Flow, as shown in the figure below.

![Message from Workflow](/files/RI93bNX8rDyJGVoXNnQz)

The message sent to the customer is the output of the 'Send Bot Notif' that is executed when the action or trigger on the ticket automation is successfully executed. If you want to see the process flow, you can go to the **Bot Setting > Process Flow >** page and select **Send Bot Notif** from the process flow list.

![Send Bot Notif](/files/NTkTtgY38NVzZhtui5Fm)

You can set the message to be sent to the customer in the http body on node\_id ‘sendNotif’, like the picture below.

<figure><img src="/files/BKZG5c3VSPlkJjkS1muE" alt=""><figcaption><p>Set Message</p></figcaption></figure>


---

# 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.3dolphins.ai/customer-service/ticket-automation/tag-severity-and-process-flow.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.
