> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/cards/remove-tags.md).

# Remove tags

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

This operation enables the removal of tags from a card, allowing:

✅ Adjust the categorization of cards as the process evolves.\
✅ Improve task segmentation and organization.\
✅ Automate flows that remove tags after specific actions.

***

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

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

1. In **Hablla Studio**, open the automation flow where you want to remove tags from a card.
2. Add the **Cards**.
3. In **right side panel**, select the operation **"Remove 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 have the tags removed (Required).\
🔹 **Tags** → Select or specify the tags you want to remove from 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 removed from the card.

***

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

📊 **Scenario**: Create a flow where, upon completing a service, the "In Service" tag is removed from the card.

1️⃣ **Block 1** → When the service status is changed to "Completed".\
2️⃣ **Block 2** → Trigger the operation **Remove Tags**, removing the "In Service" tag.\
3️⃣ **Block 3** → Send a notification to the team informing that the service has been completed.

🚀 **Result**: Cards will have their tags updated dynamically according to the service status, ensuring an organized and efficient workflow.

***

### 🎉 **Conclusion**

The operation **Remove Tags** in the **Hablla Studio** is essential to keep the categorization of cards always aligned with the needs of the workflow.

If you need more support, contact our team! 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/cards/remove-tags.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
