> For the complete documentation index, see [llms.txt](https://guide.cryptrend.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cryptrend.io/editor/dobavlenie-uzhe-sozdannogo-akkaunta.md).

# Добавление уже созданного аккаунта

Неважно, создали вы аккаунт сами или переносите его откуда то, принцип добавления одинаковый. Ниже мы добавили инструкцию:

***

## Добавление аккаунтов

{% stepper %}
{% step %}

### Открываем Бот и нажимаем на раздел "Аккаунты":

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

В этом разделе мы следим за нашей фермой, добавляем аккаунты, прокси, почты и кошельки. На данном этапе наша задача это - добавить аккаунт, для тестирования бота можно даже свой личный

{% hint style="success" %}
Новым пользователям выдаётся 2 бесплатных сети для теста
{% endhint %}
{% endstep %}

{% step %}

### Нажимаем на кнопку "Аккаунты":

<figure><img src="/files/ckGQFcdOocacUDxd7nVs" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Жмём "Добавить":

<figure><img src="/files/I1LhLloQET6gYOYT685N" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Выберите подходящий для вас способ:

{% hint style="info" %}
Вход с паролем - если вы задавали пароль до или после регистрации.

Вход без пароля - если вы не задавали пароль, а вводили код с почты.
{% endhint %}

<figure><img src="/files/ohnFuCcHefVXREeyF6Jz" alt="" width="375"><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Вход с паролем" %}

1. Вводим логин:пароль от аккаунта:

<figure><img src="/files/WFoZ9MeYbgPIZVG9oHdj" alt="" width="375"><figcaption></figcaption></figure>

2. Аккаунт добавлен:

<figure><img src="/files/Los1njKuGMhJoqLrL4zo" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Вход без пароля" %}
{% hint style="info" %}
Для входа без пароля используется функция IMAP, она позволяет боту удалённо подключиться к вашей почте и брать от туда все нужные коды. Удобная функция, так как вам нужно всего лишь добавить почту, а всё остальное бот сделает за вас.
{% endhint %}

1. Вводим адрес почты:

<figure><img src="/files/vWcpHtqThDJqxKuxJWVr" alt="" width="375"><figcaption></figcaption></figure>

2. Переходим в настройку IMAP:

<figure><img src="/files/YhuFLokZc6u2ynRynVP1" alt="" width="375"><figcaption><p>Нажимаем</p></figcaption></figure>

<figure><img src="/files/3o8nIzTca4CChWmmVyzK" alt="" width="375"><figcaption></figcaption></figure>

Здесь важно ввести именно пароль от IMAP, он отличается от основного пароля почты. Подробнее про IMAP написано - [в этой статье](/editor/imap-registraciya.md)
{% endtab %}
{% endtabs %}
{% endstep %}
{% endstepper %}

***

**Следующая статья подробно рассказывает, как работает функция ручной авторегистрации**

***


---

# 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://guide.cryptrend.io/editor/dobavlenie-uzhe-sozdannogo-akkaunta.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.
