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

# Create

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

This operation creates a new organization record in the system, allowing the filling of information such as: \
✅ Company name\
✅ CNPJ (if applicable)\
✅ Address, phones and emails\
✅ Organization owner\
✅ Custom tags\
✅ Company status in the sales funnel

***

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

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

1. In **Hablla Studio**, open the automation flow where you want to create an organization.
2. Add the **Organizations block**.
3. In **right side panel**, select the operation **"Create"**.

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

* **Organization Name** (Required field) → Set the company name.
* **CNPJ** (Optional field) → Enter the company's CNPJ if applicable.

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

* **About** → Brief description of the organization.
* **Address** → Include information such as ZIP code, street, number, city and state.
* **Phones** → Add personal or business phone numbers.
* **Emails** → Enter a contact email.
* **Organization Owner** → Select a responsible user.
* **Tags** → Define keywords for segmentation.
* **Customer Status** → Choose between:
  * Prospect
  * Engaged
  * In Negotiation
  * Active Customer
  * Inactive Customer
  * Advocate
  * Lost
  * Not Qualified

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

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

Now, whenever this automation is triggered, **a new organization will be created automatically**.

***

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

📊 **Scenario:** You want to create a flow where an organization is created automatically when a new business lead is captured.

1. **Block 1** → Capture a **new lead** via form.
2. **Block 2** → Create a **new organization** associated with the lead.
3. **Block 3** → Send an **internal notification** to the commercial team.

Result: 🚀 **The company will be created automatically and linked to the generated lead!**

***

### 🎉 **Conclusion**

The operation **Create Organization** in Hablla Studio is essential for **registering companies in an automated and organized way**, enabling a more efficient and strategic CRM flow.

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