> 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/create.md).

# Create

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

This operation creates a new **card** inside a **workspace**, allowing the filling in of information such as:\
✅ Card name\
✅ Detailed description\
✅ List within the board\
✅ Responsible user\
✅ Associated tags\
✅ Estimated completion date\
✅ Custom fields

***

### 📂 **How to Configure the "Create" Operation**

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

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

***

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

* **Card Name** → Set the card name.
* **Workspace ID** → Identifier of the workspace where the card will be created.
* **Board** → Select the board where the card will be added.
* **List** → Choose the list within the board where the card will be positioned.

***

#### 3️⃣ **Add Additional Information (Optional)**

* **Description** → Brief explanation about the card and its purpose.
* **Assignee (User)** → Assign an owner to the card.
* **Tags** → Define keywords to facilitate segmentation.
* **Expected Date** → Provide an estimated completion date for the task.
* **Followers** → Add users who should follow the card updates.
* **Custom Fields** → Include extra information according to the workspace configuration.

***

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

After filling in the fields, click the **"Save"** ✅.

Now, whenever this automation is triggered, a new **card** will be automatically created within the workflow.

***

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

📊 **Scenario**: Create a flow where a **new qualified lead** automatically generates a card on the **opportunities board**.

1️⃣ **Block 1** → Capture a new lead via form.\
2️⃣ **Block 2** → Create a new card on the **sales board**.\
3️⃣ **Block 3** → Add a **owner** and set **tags** for follow-up.

🚀 **Result**: A new **card** will be automatically created for each qualified lead, facilitating the tracking and management of business opportunities!

***

### 🎉 **Conclusion**

The operation **Create Card** in the **Hablla Studio** is essential to organize tasks, leads and opportunities automatically. With this feature, you can structure an efficient sales pipeline and optimize processes.

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/create.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.
