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

# Cards

### 📂 **Available Operations**

Here are the operations that can be performed with this component:

| **Operation**                                              | **Description**                                                          |
| ---------------------------------------------------------- | ------------------------------------------------------------------------ |
| **Create (create)**                                        | Creates a new card in the system.                                        |
| **Update (update)**                                        | Updates the data of an existing card.                                    |
| **Create or Update (create\_or\_update)**                  | If the card exists, updates; if it does not exist, creates a new record. |
| **Delete (delete)**                                        | Removes a card from the system.                                          |
| **Get by ID (get\_by\_id)**                                | Retrieves the details of a specific card.                                |
| **Fetch all (get\_all)**                                   | Gets a list of all registered cards.                                     |
| **Move card (move\_card)**                                 | Moves the card to another list within the board.                         |
| **Add tags (add\_tags)**                                   | Associates one or more tags to a card.                                   |
| **Remove tags (remove\_tags)**                             | Removes tags associated with a card.                                     |
| **Add follower (add\_follower)**                           | Adds a follower to a card.                                               |
| **Remove follower (remove\_follower)**                     | Removes a follower from a card.                                          |
| **Add product to card (add\_product\_to\_card)**           | Adds a product to the card.                                              |
| **Remove product from card (delete\_product\_from\_card)** | Removes a product associated with the card.                              |
| **Add checklist item (add\_checklist\_item)**              | Adds an item to the card's checklist.                                    |
| **Update checklist item (update\_checklist\_item)**        | Updates an item in the card's checklist.                                 |
| **Remove checklist item (delete\_checklist\_item)**        | Removes an item from the card's checklist.                               |

***

### 🎯 **How to Configure an Operation**

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

1. In **Hablla Studio**, open the automation flow where you want to include the action.
2. Add the block **"Cards"**.
3. In **right side panel**, configure the desired operation.

***

### 📝 **Operations Details**

Each operation has required and optional fields that must be filled in as appropriate. Below, we will detail each of them.

1. **Create Card**
2. **Update Card**
3. **Create or Update Card**
4. **Delete Card**
5. **Search Cards**
6. **Move Card**
7. **Add and Remove Tags**
8. **Add and Remove Followers**
9. **Add and Remove Products**
10. **Manage Card Checklist**

Each operation will be detailed in the next sections of this documentation.

🚀 **Continue to the next topics to configure each operation correctly!**


---

# 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.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.
