# Add checklist item

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

This operation adds a checklist item to a card, enabling:

✅ Create tasks within a card.\
✅ Organize activities and track them in real time.\
✅ Automate the addition of checklists based on pipeline changes.

***

### 📂 **How to Configure the "Add Checklist Item" Operation**

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

1. In **Hablla Studio**, open the automation flow where you want to add a checklist item.
2. Add the **Cards**.
3. In **right side panel**, select the operation **"Add Checklist Item"**.

***

#### 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 where the checklist will be added (Required).\
🔹 **Item Name** → Description of the task or activity to be added to the checklist (Required).

***

#### 3️⃣ **Add Optional Information**

🔹 **Item Status** → Defines whether the task is already completed (`true`) or pending (`false`).\
🔹 **Item Order** → Defines the position of the item within the card's checklist.

***

#### 4️⃣ **Save the Configuration**

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

Now, whenever this automation is triggered, a new checklist item will be automatically added to the corresponding card.

***

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

📊 **Scenario**: Create a flow where, when creating a new support card, a default checklist of activities is automatically added.

1️⃣ **Block 1** → Create a new card for customer support.\
2️⃣ **Block 2** → Automatically add a checklist with the support steps.\
3️⃣ **Block 3** → Notify the team responsible about the new task.

🚀 **Result**: The system automates the creation of tasks within cards, ensuring a more organized and efficient workflow.

***

### 🎉 **Conclusion**

The operation **Add Checklist Item** in the **Hablla Studio** is an essential tool to structure workflows within cards, ensuring greater control and productivity.

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-checklist-item.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.
