> 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/pl/instalacja/using-the-toolkit/6.-post-installation-tasks.md).

# 6. Zadania po instalacji

### Tworzenie pierwszego konta administratora

W przeglądarce otwórz <http://localhost/launchpad>. Powinieneś zobaczyć formularz z polami adresu e-mail i hasła. Wypełnij je danymi logowania, których chcesz użyć jako konta administratora, a następnie kliknij **Zarejestruj**.

{% hint style="info" %}
Hasła muszą mieć co najmniej 8 znaków (nie więcej niż 72), nie mogą zawierać adresów e-mail ani być zbyt podobne do adresów e-mail i muszą zawierać wyłącznie prawidłowe znaki.
{% endhint %}

![Overleaf Launchpad](/files/9a9d904856d0fa54610077bdc2a044ca244322c9)

Następnie kliknij łącze, aby przejść do strony logowania (<http://localhost/login>). Wpisz dane logowania. Po zalogowaniu zobaczysz stronę powitalną.

![Strona powitalna Overleaf](/files/dca11f20b14f6f1b26886c03d44e177a38542cda)

Kliknij zielony przycisk u dołu strony, aby rozpocząć korzystanie z Overleaf.

### Tworzenie pierwszego przykładowego projektu

Otwórz <http://localhost/project> w przeglądarce, a zobaczysz przycisk zachęcający do utworzenia pierwszego projektu.

![Witamy w Overleaf!](/files/9419e2e0530c4c5f1f425e4853db98f41d14839e)

Kliknij ten przycisk, wybierz **Przykładowy projekt,** i postępuj zgodnie z instrukcjami wyświetlanymi na ekranie.

Zostaniesz przeniesiony do nowego projektu, gdzie zobaczysz edytor tekstu oraz podgląd PDF.

![Edytor Overleaf](/files/a94bea1350d15068ae544c231469f8f21fcab075)

Aby zakończyć, możesz kliknąć **Strona główna** ikonę, aby wrócić do strony swoich projektów.


---

# 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/pl/instalacja/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.
