> 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/hablla/settings/creating-your-account.md).

# Creating Your Account

{% embed url="<https://youtu.be/M3IdiqP5IQ0?si=N5JCTfO7MeRJcyU->" %}

The first step to start using Hablla is to create your account. Even if you have already purchased a plan, the initial process is always the same: **you start by creating a free account (free)** and, from it, you can migrate to the purchased plan.

The creation flow is simple, intuitive, and was designed to ensure security and standardization in access.

***

### How to create your account

1. **Go to the account creation screen**
   * Click the button **“Create your free account”** available on the Hablla website.
   * You will be directed to the address of **Hablla Studio**:

     ```
     https://studio.hablla.com
     ```
2. **Choose the login method**
   * You can choose different authentication methods (e.g.: login with Google or manual creation).
   * In the video example, the login was done manually using a new email.
3. **Fill in the registration details**

   * Provide a valid email address.
   * Create a password following the security criteria:
     * At least **1 uppercase letter**

     * At least **1 lowercase letter**

     * At least **1 number**

     * At least **1 special character** (e.g.: @, #, !)

     * Minimum of **8 characters**

   > If the password meets all the requirements, the system will allow you to proceed.
4. **Initial setup**
   * After confirming the registration, the system automatically creates your account.
   * You will receive a verification email. It is necessary to access it and confirm to validate your account.
5. **First access**
   * With the account created and verified, you can access the **Hablla Studio** and begin configuring your workspace.
   * From there, it is already possible to explore the Marketing, Support, Sales, CS/CX and Performance modules.

***

### Summary

Creating an account on Hablla is quick and secure. In a few minutes you will have access to the **Hablla Studio**, with all features available in its free version.

This process ensures that all users — new or on purchased plans — have a common starting point, simplifying the onboarding journey and the experience with the platform.


---

# 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/hablla/settings/creating-your-account.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.
