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

# 6. Tugas pasca-instalasi

### Membuat akun administrator pertama Anda

Di browser, buka <http://localhost/launchpad>. Anda akan melihat formulir dengan kolom email dan kata sandi. Isi dengan kredensial yang ingin Anda gunakan sebagai akun administrator, lalu klik **Daftar**.

{% hint style="info" %}
Kata sandi harus memiliki minimal 8 karakter (maksimal 72), tidak boleh mengandung alamat email atau terlalu mirip dengan alamat email, dan hanya boleh berisi karakter yang valid.
{% endhint %}

![Overleaf Launchpad](/files/d7f4a9b3fb68395da282087a78acd8495b3cec13)

Lalu klik tautan untuk menuju halaman masuk (<http://localhost/login>). Masukkan kredensial. Setelah Anda masuk, Anda akan melihat halaman sambutan.

![Halaman sambutan Overleaf](/files/1f994942808397a05e67f2e332504729e3a3cf95)

Klik tombol hijau di bagian bawah halaman untuk mulai menggunakan Overleaf.

### Membuat proyek contoh pertama Anda

Buka <http://localhost/project> di browser Anda dan Anda akan melihat tombol yang meminta Anda untuk membuat proyek pertama Anda.

![Selamat datang di Overleaf!](/files/7d72e276b2b7696e3ad4a09736f562ca3369c737)

Klik tombol ini, pilih **Proyek Contoh,** dan ikuti petunjuk di layar.

Anda akan diarahkan ke proyek baru, tempat Anda akan melihat editor teks dan pratinjau PDF.

![Editor Overleaf](/files/e0247783e78a4223f1a04278dbeb8a2f1d6e35e8)

Untuk menyelesaikan, Anda dapat mengklik **Beranda** ikon untuk kembali ke halaman proyek Anda.


---

# 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/id/instalasi/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.
