# Add followers

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

This operation adds one or more followers to a specific card, allowing:

✅ Keep the team informed about updates and changes to the card.\
✅ Ensure responsible members follow the card's progress.\
✅ Automate follower assignment according to workflow rules.

***

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

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

1. In **Hablla Studio**, open the automation flow where you want to add followers to a card.
2. Add the **Cards**.
3. In **right sidebar**, select the operation **"Add 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 to which the follower will be added (Required).\
🔹 **Followers** → Select or specify the users who should be added as followers of 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 added as followers of the card.

***

### 📌 **Example of Use in the Automation Flow**

📊 **Scenario**: Create a flow where, when a new card is created, the person responsible for the service is automatically added as a follower.

1️⃣ **Block 1** → Create a new card upon receiving a new lead.\
2️⃣ **Block 2** → Trigger the operation **Add Follower**, assigning the team responsible to the card.\
3️⃣ **Block 3** → Notify the person responsible that they have been added as a follower of the card.

🚀 **Result**: The person responsible will follow all updates to the card, ensuring better management and control of interactions with the lead.

***

### 🎉 **Conclusion**

The operation **Add Follower** in **Hablla Studio** improves collaboration among the team and ensures that those responsible are notified about changes to the cards.

If you need further 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-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.
