> For the complete documentation index, see [llms.txt](https://help.chatterfy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatterfy.ai/chatterfy.ai/kak-nachat/sozdanie-akkaunta.md).

# Создание аккаунта

Если вам нужно пригласить коллег в вашу существующую компанию или присоединиться к ней, читайте раздел [Приглашение сотрудника](/chatterfy.ai/kak-nachat/priglashenie-sotrudnika.md)\
\
Создайте аккаунт за пару простых шагов и начинайте использовать Chatterfy уже сегодня:&#x20;

1. Заполните форму реги - <https://app.chatterfy.ai/signin>

<figure><img src="/files/rgW8HnZl2Jf7BJ5AIv9A" alt=""><figcaption><p><strong>Рекомендуем создавать аккаунт с помощью Google</strong></p></figcaption></figure>

2. Выберите новую компанию

<figure><img src="/files/rptTWI8w4NTVNsmDLaE5" alt=""><figcaption><p><strong>Выберите цель использования Chatterfy (Owner/ Manager)</strong></p></figcaption></figure>

* [x] Выбираем **Owner** только если **создаем новую компанию**. Обычно для проекта создается одна компания, затем вы сможете разграничивать чат-ботов и добавлять новые спейсы внутри одной компании.&#x20;
* [x] Выбираем **Manager** при регистрации как **сотрудник.**

3. Нажмите - "Создать компанию" (Продолжить)
4. Создайте первый Workspace. Спейс — это пространство компании, в рамках которого мы организуем доступ к ботам, проектам и аккаунтам.

<figure><img src="/files/1lBN7x8oWYgIfrS0W9E2" alt=""><figcaption><p>Нажмите создать Workspace </p></figcaption></figure>

{% hint style="warning" %}
Если вы уже создали компанию и хотите пригласить сотрудников, добавьте их через имейл в настройках компании или же отправьте пригласительную ссылку.&#x20;
{% endhint %}

5. Пригласите коллег&#x20;

<figure><img src="/files/72RLtXQh7447KICQtSiu" alt=""><figcaption><p>Выберите роль и нажмите "Пригласить"</p></figcaption></figure>

6. Пришлите название компании и ID компании в чат с менеджером Chatterfy для активации аккаунта
7. Создайте бота и начинайте использование


---

# 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://help.chatterfy.ai/chatterfy.ai/kak-nachat/sozdanie-akkaunta.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.
