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

# Add people

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

This operation links new people to a specific organization in the system, ensuring that everyone involved is correctly registered.

✅ Person's name\
✅ Email\
✅ Phone\
✅ Position\
✅ Person's status within the organization

***

### 📂 **How to Configure the "Add People" Operation**

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

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

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

* **Organization ID** → Unique identifier of the organization that will receive the new people.
* **People IDs** → List of IDs of the people who will be associated with the organization.

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

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

Now, whenever this automation is triggered, **the people will be added automatically to the specified organization**.

***

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

📊 **Scenario:** You want to create a flow where, when registering a new business lead, it is automatically linked to an organization.

1. **Block 1** → Capture a **new lead** via form.
2. **Block 2** → Search the organization by **CNPJ or Name**.
3. **Block 3** → If the organization exists, add the lead as a linked person.
4. **Block 4** → If the organization does not exist, create it automatically and add the lead.

Result: 🚀 **All leads will be correctly linked to the organizations within the CRM!**

***

### 🎉 **Conclusion**

The operation **Add People to an Organization** in Hablla Studio allows you to manage contacts efficiently, ensuring that relationships between companies and people are always up to date.

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