# Add tags

#### 🎯 **What does this operation do?**

This operation enables the addition of custom tags to a card, allowing:

✅ Classify and organize cards within a board.\
✅ Facilitate filtering and searching for cards with specific tags.\
✅ Create automations based on tags added to cards.

***

### 📂 **How to Configure the "Add Tags" Operation**

#### 1️⃣ **Access the Component**

1. In **Hablla Studio**, open the automation flow where you want to add tags to a card.
2. Add the **Cards**.
3. In **right side panel**, select the operation **"Add Tags"**.

***

#### 2️⃣ **Fill in the Required Fields**

🔹 **Workspace ID** → Identifier of the workspace where the card is located (Required).\
🔹 **Card ID** → Unique identifier of the card that will receive the tags (Required).\
🔹 **Tags** → Select or specify the tags you want to add to the card (Required).

***

#### 3️⃣ **Save the Configuration**

After defining the fields, click the **"Save"** ✅.

Now, whenever this automation is triggered, the tags will be automatically associated with the card.

***

### 📌 **Usage Example in an Automation Flow**

📊 **Scenario**: Create a flow where, upon identifying a qualified lead, the system automatically adds the "Priority" tag to the card.

1️⃣ **Block 1** → When a lead reaches a certain qualification score.\
2️⃣ **Block 2** → Trigger the operation **Add Tags**, adding the "Priority" tag to the corresponding card.\
3️⃣ **Block 3** → Send a notification to the sales team informing that the lead was marked as priority.

🚀 **Result**: The cards will be automatically categorized with the appropriate tags, making segmentation and prioritization of actions within the workflow easier.

***

### 🎉 **Conclusion**

The operation **Add Tags** in the **Hablla Studio** is essential for the organization and segmentation of cards, enabling more efficient and dynamic management within the system.

If you need more support, contact our team! 🚀


---

# 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.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/cards/add-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.
