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

# Welcome

Welcome to **Hablla Docs**! This is your reference point to explore and maximize all the features that Hablla offers. Our documentation has been carefully crafted to guide you from initial setup to implementing advanced solutions, ensuring you make the most of our platform.

**What you will find here:**

* **Settings:** Learn how to create your account, verify your Business Manager on Meta and configure your workspace, team, sectors and integrations with various platforms such as WhatsApp, Facebook, Telegram, Email and Instagram.
* **Marketing:** Discover how to use SEO tools, create forms, build custom pages, manage short links, segment your audience and perform mass sends.
* **Support:** Manage support histories and build a solid knowledge base for your team.
* **Sales:** Organize and manage your products efficiently.
* **CS/CX:** Improve the customer experience with effective customer success strategies.
* **Performance:** Set goals and track the performance of your team and operations.
* **Chat:** Communicate effectively with tickets, users and groups.
* **Data:** Manage information about people, organizations, tasks and cards.
* **Automation Flows:** Dive into **Hablla Studio** and discover how components can automate and optimize your processes.
* **Reports:** Access detailed reports for in-depth insights.
* **API:** Integrate and expand Hablla's features according to your specific needs.

We are committed to providing you with exceptional and personalized service. Our team is ready to meet your needs and help you achieve your goals. Explore our documentation and discover how Hablla can transform the way you communicate and manage your operations.

If you have any questions or need additional support, do not hesitate to contact us. We are here to help!


---

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