# User Tags

User tags are **labels** or categories you can **assign** **to** **individual** **customers** within a system to help **organize**, **identify**, and **manage** them more effectively.

Examples: Urgent, Pending, Query, conflict, refund, etc.

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

<details>

<summary>Scenario</summary>

A user named Kelly interacts for assistance in booking a hotel room. The system assigns user tags during the conversation to improve the user’s satisfaction.&#x20;

1. **User Tag: Frequent Traveler**&#x20;

The system detects that Kelly has booked hotel rooms more than five times in the past year through the website. The system assigns the user tag ‘Frequent Traveler’ to Kelly and offers them a loyalty discount on their next booking.&#x20;

2. **User Tag: Family Trip**&#x20;

The system asks Kelly about the purpose of their trip. Kelly responds that they are traveling with their spouse and two kids. The system assigns the user tag ‘Family Trip’ to Kelly and suggests family-friendly hotels with amenities such as a pool, a playground, or a kids’ club.&#x20;

3. **User Tag: Eco-Friendly**&#x20;

The system asks Kelly about their preferences for the hotel room. Kelly mentions they prefer eco-friendly hotels that use renewable energy sources, recycle waste, and provide organic toilets. The system assigns the user tag ‘Eco-Friendly’ to Kelly and filters the hotel options based on their environmental ratings.

</details>

## Add User Tags&#x20;

1. In the **right-hand corner** of the shared team inbox, there is a **Customer Panel** where you will find the option for User Tags. Click on it.

insert

2. You will see a list of existing tags that you can choose from. If you want to **create your tag**, click on the **Manage Tags** option at the bottom of the list.

insert

3. A new window will open where you can **add**, **edit**, or **delete** **tags**. To add a new tag, type the name of the tag in the '**Add Your Tag** **Here**' block and click on **ADD.**&#x20;

{% hint style="success" %}
For example, you can create a tag called “Europe” for customers who are interested in traveling to Europe.
{% endhint %}

insert

4. To **apply a tag** to a customer, **select the customer** from the **shared team inbox** and click on the **User Tags** option again. Then choose the tag you want to assign from the list and click on APPLY.

insert


---

# 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.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/shared-team-inbox/customer-hub/user-tags.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.
