> 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/organizations/get-all.md).

# Get all

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

This operation returns all organizations existing in the system, allowing the application of filters to refine the results.

✅ Organization name\
✅ CNPJ\
✅ Address, phones and emails\
✅ Organization owner\
✅ Custom tags\
✅ Company status in the sales funnel

***

### 📂 **How to Configure the "Find All" Operation**

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

1. In **Hablla Studio**, open the automation flow where you want to fetch the organizations.
2. Add the **Organizations block**.
3. In **right side panel**, select the operation **"Find All"**.

#### 2️⃣ **Apply Filters (Optional)**

* **Organization Name** → Search for specific organizations by name.
* **CNPJ** → Filter by tax identification.
* **Status** → Search companies according to their stage in the sales funnel.
* **Tags** → Filter organizations associated with specific keywords.
* **Linked User** → Search companies associated with an owner.
* **Sorting** → Sort the results by:
  * Creation date
  * Last update
  * Organization name

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

After configuring the desired filters, click the button **"Save"** ✅.

Now, whenever this automation is triggered, **the list of organizations will be retrieved according to the applied filters**.

***

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

📊 **Scenario:** You want to create a flow where the sales team receives a list of organizations registered with the status "In Negotiation" for follow-up.

1. **Block 1** → Fetch all organizations with **status "In Negotiation"**.
2. **Block 2** → Send this list by email to the sales team.
3. **Block 3** → Create follow-up tasks for the owners.

Result: 🚀 **The team will have access to an updated list of companies in negotiation for better follow-up!**

***

### 🎉 **Conclusion**

The operation **Find All Organizations** in Hablla Studio allows you to view and segment records efficiently, ensuring a more organized and strategic CRM.

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/organizations/get-all.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.
