# Tag, Severity and Process Flow

For example when you will display ticket automation in the form of tags and ticket severity level, then you must configure the ***trigger, filter*** and ***action*** as follows :

![Configure Automation](/files/-MQvKWnQRDgQSNaAjdBV)

In the example case above, when the ticket with the channel is ‘*Dolphin Livechat*‘ and has been assigned to Operator from any group, the ticket will have a tags ‘*No response*’ with severity level is ‘*Medium*’, as shown images below.

![Automation Running](/files/-MQpZ7kL7hOVxfD5hyIa)

And then, when the rule is successfully triggered i.e displaying tagging ‘*No* *response*‘ and ticket severity level ‘*Medium*‘ on the ticket, the system will automatically send a message to customer using process flow, such as images below.

![Message from Workflow](/files/-MRtJznrW8ooSV5ImyVa)

The message sent to the customer is the output from the ‘*workflow send message*’ that is executed when the action or trigger on the automatic ticket is successfully executed. If you want to see the process flow, you can go to ***Bot Setting*** > ***Process Flow*** > and choose ***Workflow Send Message*** from list.

![Workflow Send Message](/files/-MQpbN5lcwCl_geLwYmS)

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

![Set Message](/files/-MQpdgdEidJoh26qNy5p)


---

# 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/5.1.x/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.
