# Remove followers

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

This operation removes one or more followers from a specific card, allowing:

✅ Remove users who no longer need to follow a card.\
✅ Reduce unnecessary notifications for uninvolved users.\
✅ Automate the removal of followers according to workflow rules.

***

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

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

1. In **Hablla Studio**, open the automation flow where you want to remove followers from a card.
2. Add the **Cards**.
3. In **right side panel**, select the operation **"Remove Follower"**.

***

#### 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 from which the follower will be removed (Required).\
🔹 **Followers** → Select or specify the users who should be removed from the card (Required).

***

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

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

Now, whenever this automation is triggered, the selected users will be removed as followers of the card.

***

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

📊 **Scenario**: Create a flow where, when moving a card to the "Completed" phase, all followers are automatically removed.

1️⃣ **Block 1** → Monitor the movement of the card to the "Completed" phase.\
2️⃣ **Block 2** → Trigger the operation **Remove Follower**, removing all followers from the card.\
3️⃣ **Block 3** → Notify the team that the card has been completed and its followers removed.

🚀 **Result**: Users stop receiving notifications about the card, ensuring that only active cards are followed.

***

### 🎉 **Conclusion**

The operation **Remove Follower** in the **Hablla Studio** improves the management of internal communication, ensuring that only relevant users follow the cards.

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/remove-followers.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.
