> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/on-premises/uk/vstanovlennya/using-the-toolkit/6.-post-installation-tasks.md).

# 6. Післявстановлювальні завдання

### Створення вашого першого облікового запису адміністратора

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

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

![Overleaf Launchpad](/files/75e47184466b46bbf0c5a1f48e6c5a2575e25734)

Потім натисніть посилання, щоб перейти на сторінку входу (<http://localhost/login>). Введіть облікові дані. Після входу ви побачите вітальну сторінку.

![Вітальна сторінка Overleaf](/files/669f10d2dfa4b1b9ebb006dae66e845a1ed13575)

Натисніть зелену кнопку внизу сторінки, щоб почати користуватися Overleaf.

### Створення вашого першого прикладного проєкту

Відкрийте <http://localhost/project> у браузері, і ви побачите кнопку з пропозицією створити ваш перший проєкт.

![Ласкаво просимо до Overleaf!](/files/27eb269241842c8da116048a711231fcafcb4b4f)

Натисніть цю кнопку, виберіть **Прикладний проєкт,** і дотримуйтесь інструкцій на екрані.

Вас буде перенаправлено до нового проєкту, де ви побачите текстовий редактор і попередній перегляд PDF.

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

Щоб завершити, ви можете натиснути на **Головна** піктограму, щоб повернутися на сторінку ваших проєктів.


---

# 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://ayakaleaf-pro.ayaka.space/on-premises/uk/vstanovlennya/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.
