# People

- [Create](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/create.md): In this guide, you will learn how to use Hablla's visual component to create a new person within your automation flow.
- [Update](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/update.md): This guide will show you how to edit a person's data within your automation flow using Hablla's visual interface.
- [Create or Update](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/create-or-update.md): With this operation, the automation checks whether the person already exists in the system based on phone and email: If they exist, the data will be updated. If not, a new person will be created.
- [Block](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/block.md): With this operation, you can prevent a contact from continuing to interact within your automation.
- [Get by ID](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/get-by-id.md): With this operation, the automation can retrieve a person's data using their ID and use this information in other flow blocks.
- [Get All](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/get-all.md): With this operation, the automation can retrieve a complete list of people registered in the system, which is useful for data analysis, segmentation, or mass actions.
- [Add Phone](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/add-phone.md): With this operation, the automation can add one or more phone numbers to a person's record, ensuring that all information is up to date.
- [Get by Phone](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/get-by-phone.md): With this operation, the automation can locate a person's record in the system using only the phone number.
- [Get by email](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/get-by-email.md): With this operation, the automation can locate a person's record in the system using only the email.
- [Add Follower](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/add-follower.md): With this operation, the automation can add a follower to a person's record, which can be useful for relationship management, sales follow-up, or customer support.
- [Remove Follower](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/remove-follower.md): With this operation, the automation can remove a follower from a person's record, ensuring that only relevant users continue following that contact.
- [Add Tags](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/add-tags.md): With this operation, the automation can assign tags to a person's record, helping classify contacts and create strategic segmentations.
- [Remove Tags](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/remove-tags.md): With this operation, the automation can remove tags from a person's record, ensuring that the segmentation and contact profile are always up to date.
- [Add Organizations](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/add-organizations.md): With this operation, the automation can link a person to an organization, ensuring that the relationship between customers, leads, and companies is always up to date.
- [Remove Organization](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/remove-organization.md): With this operation, the automation can disassociate a person from an organization, useful for record updates, company changes, or contact reclassification.
- [Unsubscribe](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/unsubscribe.md): With this operation, the automation can unsubscribe a person from communications such as email, WhatsApp, SMS, and other channels, ensuring they no longer receive unwanted messages.
- [Add Webchat ID](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people/add-webchat-id.md)


---

# Agent Instructions: 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:

```
GET https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/people.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
