# Add & Remove Tag

Tags would help you to identify and segregate your chat information for an informed decision.

Let’s Assume you have a flow of asking users whether they are interested in a trip to Europe or Asia. Then we will tag the users accordingly.

We will cover the following action in the Tags options.

* How to Create a Tag.
* Use Tags in flow.
* Watch Tags on Live Chat

### How to Create a Tag

Click on Contents and here select the Tags option, In order to create or delete any tag we will use this window. Now choose the new Tag button.

<figure><img src="/files/J1jZdFvWxRoUlnOIn36d" alt=""><figcaption></figcaption></figure>

Now create an asia\_lead tag for those users who select Asia for the tour option. The same goes for the Europe lead as well.

<figure><img src="/files/ihfL0aBxo3KHQq7OBPkS" alt=""><figcaption></figcaption></figure>

These Tags can be deleted from the rightmost option of the Grid.

<figure><img src="/files/AZrfuI2uAlmInu3bHXba" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/c9076PWeb2DWj5lscj6R" alt=""><figcaption></figcaption></figure>

### Use Tags in flow

Go to the Flow choose Basic Action and select Add Tag option.

<figure><img src="/files/wY6HQfQYS36NHZ8XuWaM" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/h5inHS0XslKQ51QtPqzO" alt=""><figcaption></figcaption></figure>

Here select the appropriate tag for all the users who select Europe as a holiday destination and the same goes for Asia destinations.

<figure><img src="/files/HmqcN8FKVEP1d8GI7Sx5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/kblXtds2w69fhu15amYY" alt=""><figcaption></figcaption></figure>

### Watch Tags on Live Chat

Now Run this flow and check its impact on the Live Chat section. Here Chat agent can see the user Tags, as well as manually add or delete the tags according to the situation.

<figure><img src="/files/kWJ8YDseZqM2kjrmyqgz" alt=""><figcaption></figcaption></figure>

### Remove Tag

Remove Tags can be utilized via the Basic Action option. Let’s assume a scenario where the user is not interested in contacting a chat representative.

What we did we add a primary action and by selecting a Button we will trigger this action which will remove the tags that we previously selected in our chat.

<figure><img src="/files/QsV8eEc83PpCRVBGFi7i" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/lYPf46Y4fW8f8y5266GQ" alt=""><figcaption></figcaption></figure>

### Add Multiple Tags <a href="#add-multiple-tags" id="add-multiple-tags"></a>

This option allows the chat builder to add multiple tags in one go, So Whenever a user adds a destination of Europe/Asia we will add more than one tag. Just go to the basic option and select the “Add Multiple Tags” option.

<figure><img src="/files/vKc8my5cacfaw0bxRbIo" alt=""><figcaption></figcaption></figure>

Here you can select the already created Tags from the Contents section.

<figure><img src="/files/YGBkXrRtppLyOxc0ue1y" alt=""><figcaption></figcaption></figure>

### Remove Multiple Tags <a href="#remove-multiple-tags" id="remove-multiple-tags"></a>

This option allows the chat builder to remove multiple tags in one go, So Whenever the user adds a destination of Europe/Asia, but at the end of the chat if he presses the button not interested in the chat. We will remove the tags from the Remove Multiple Tags option.

<figure><img src="/files/N11i4SGcFhMOjbYLHJlc" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DQGv4JDU3cWrr5xlKMQo" alt=""><figcaption></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.rapidbott.com/help-center/flow-builder/steps/add-and-remove-tag.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.
