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

# 6. Kurulum sonrası görevler

### İlk yönetici hesabınızı oluşturma

Bir tarayıcıda şunu açın <http://localhost/launchpad>. E-posta ve parola alanları içeren bir form görmelisiniz. Bunları yönetici hesabı olarak kullanmak istediğiniz kimlik bilgileriyle doldurun, ardından şuna tıklayın **Kaydol**.

{% hint style="info" %}
Parolalar en az 8 karakter uzunluğunda olmalı (en fazla 72), e-posta adresleri içeremez veya e-posta adreslerine çok benzer olamaz ve yalnızca geçerli karakterler içermelidir.
{% endhint %}

![Overleaf Launchpad](/files/29e14f69ff68a056a4553453e00cdad20166088d)

Ardından giriş sayfasına gitmek için bağlantıya tıklayın (<http://localhost/login>). Kimlik bilgilerinizi girin. Oturum açtığınızda karşılama sayfasını göreceksiniz.

![Overleaf karşılama sayfası](/files/e17bafa7cac7b1ee34d8297bccecc35f2551f406)

Overleaf'i kullanmaya başlamak için sayfanın altındaki yeşil düğmeye tıklayın.

### İlk örnek projenizi oluşturma

Aç <http://localhost/project> adresini tarayıcınızda açın ve ilk projenizi oluşturmanızı isteyen bir düğme göreceksiniz.

![Overleaf'e hoş geldiniz!](/files/ebc933563784753a5b5ecbfde4e986979f4cffed)

Bu düğmeye tıklayın, şunu seçin **Örnek Proje,** ve ekrandaki talimatları izleyin.

Yeni projeye yönlendirileceksiniz; burada bir metin düzenleyici ve bir PDF önizlemesi göreceksiniz.

![Overleaf Düzenleyicisi](/files/c46251ced51b35c4998f9ad5925580d3590d0697)

Bitirmek için şuna tıklayabilirsiniz: **Ana Sayfa** simgesine, projeler sayfanıza dönmek için.


---

# 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/tr/kurulum/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.
