> For the complete documentation index, see [llms.txt](https://support.chatmonster.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.chatmonster.io/getting-started/creating-an-account.md).

# Creating an account

You can create a free account anytime without choosing a paid plan. With this account, you can build your own team and invite other members to work together.

{% hint style="warning" %}
**If you are hoping to join a team**, use the link that was emailed to you from the team owner. Do not create a new account from the registration page. One account can only belong to one team.
{% endhint %}

To start, head to our Sign Up page. Create an account with your work email and new password with at least 8 characters. Alternatively, you can sign up with Google for a password-less sign in experience.

<figure><img src="/files/AzK7nEG2zYcZSRrQTKXh" alt=""><figcaption></figcaption></figure>

After creating an account, you are invited to tell us a bit more about you. This allows us to build a product and experience that suits your needs.

![](/files/IFZ7DO4p1r0FJTqSgXnH)

You are then required to build your team’s profile. This will be used when inviting teammates.

![](/files/AzK7nEG2zYcZSRrQTKXh)

{% hint style="success" %}
And that’s it! You have successfully created a new account on ChatMonster. Next up, you should [connect your chat channels](https://www.notion.so/Adding-managing-channels-c3cd1807bd9d48aea5b6118ef0bb28d7) and [invite your teammates](https://www.notion.so/Expanding-your-team-922c915518634564b2b1ca26f17f1319) to work together!
{% endhint %}

### A**rticles on this topic**


---

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

```
GET https://support.chatmonster.io/getting-started/creating-an-account.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.
