> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/on-premises/ru/ustanovka/using-the-toolkit/6.-post-installation-tasks.md).

# 6. Действия после установки

### Создание вашей первой учетной записи администратора

В браузере откройте <http://localhost/launchpad>. Вы должны увидеть форму с полями для электронной почты и пароля. Заполните их учетными данными, которые вы хотите использовать для учетной записи администратора, затем нажмите **Зарегистрироваться**.

{% hint style="info" %}
Пароли должны быть длиной не менее 8 символов (но не более 72), не могут содержать адреса электронной почты или быть слишком похожими на адреса электронной почты и должны содержать только допустимые символы.
{% endhint %}

![Панель запуска Overleaf](/files/04f74cc63e4b59cea38ca01b81ab6a6e83772dc8)

Затем перейдите по ссылке на страницу входа (<http://localhost/login>). Введите учетные данные. После входа вы увидите приветственную страницу.

![Приветственная страница Overleaf](/files/d720209bb36e3ae621bce6c698c390613a7199cb)

Нажмите зеленую кнопку внизу страницы, чтобы начать использовать Overleaf.

### Создание вашего первого демонстрационного проекта

Откройте <http://localhost/project> в браузере, и вы увидите кнопку с предложением создать свой первый проект.

![Добро пожаловать в Overleaf!](/files/2de7271f895294341f6374332e0f655b8cd8663f)

Нажмите эту кнопку, выберите **Демонстрационный проект,** и следуйте инструкциям на экране.

Вы попадете в новый проект, где увидите текстовый редактор и предварительный просмотр PDF.

![Редактор Overleaf](/files/864d6e35fdfd7bd41a2b33d25f6737c9b9d37015)

Чтобы завершить, вы можете нажать на **Главная** значок, чтобы вернуться на страницу ваших проектов.


---

# 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://overleaf-pro.ayaka.space/on-premises/ru/ustanovka/using-the-toolkit/6.-post-installation-tasks.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.
