> 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/tr/kurulum/using-the-toolkit/2.-familiarize-yourself-with-the-toolkit.md).

# 2. Toolkit'e aşina olun

### Bir göz atalım <a href="#taking-a-look-around" id="taking-a-look-around"></a>

Artık Toolkit’in yerel bir kopyasına sahip olduğunuza göre, depo yapısına şunu kullanarak bir göz atalım: `ls` komutunu.

{% code title="Bunu çalıştırın" %}

```bash
ls -l
```

{% endcode %}

{% hint style="info" %}
Bu `ls -l` komutu, bir dizinin içeriğinin ayrıntılı uzun liste görünümünü gösterir ve izinler, sahiplik ve boyut gibi ek dosya bilgileri sağlar.
{% endhint %}

Her şey başarıyla klonlandıysa buna benzer bir şey görmelisiniz:

```
drwxr-xr-x 3 fry fry  4096 Aug 30 14:16 bin
-rw-r--r-- 1 fry fry  6465 Aug 30 14:16 CHANGELOG.md
drwxr-xr-x 2 fry fry  4096 Sep  6 12:43 config
drwxr-xr-x 5 fry fry  4096 Aug 30 14:22 data
drwxr-xr-x 3 fry fry  4096 Aug 30 14:16 doc
drwxr-xr-x 3 fry fry  4096 Aug 30 14:16 lib
-rw-r--r-- 1 fry fry 34520 Aug 30 14:16 LICENSE
-rw-r--r-- 1 fry fry  1178 Aug 30 14:16 README.md
```

{% hint style="info" %}
Kullanıcıya ait tüm yapılandırma dosyaları `config/` dizindir. Bu dizin **hariç tutulmuştur** git sürüm denetim sisteminden alınmıştır, bu nedenle Toolkit güncellenerek değiştirilmez.
{% endhint %}

## Depo düzeni

| Ad       | Açıklama                                                                                                                                                                                                                                                     |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `bin`    | Bu klasör, Overleaf sunucu örneğinizi yönetmenize yardımcı olan bir komut dosyaları koleksiyonu içerir. Bu komut dosyaları hakkında daha fazla bilgiyi aşağıdaki Komutlar bölümümüzde okuyabilirsiniz.                                                       |
| `config` | Bu klasör kendi yerel yapılandırma dosyalarınızı içerir.                                                                                                                                                                                                     |
| `lib`    | Bu klasör, Toolkit tarafından kullanılan temel yapılandırma dosyalarını içerir.                                                                                                                                                                              |
| `data`   | Varsayılan olarak bu klasör MongoDb, Redis ve Overleaf için depolama konumunu içerir. Daha fazla bilgi için bkz. [Kalıcı veriler](https://docs.overleaf.com/on-premises/configuration/overleaf-toolkit/files-and-locations#persistent-data) aşağıdaki bölüm. |

{% hint style="warning" %}
Önerimiz **kullanmayın** /config dışındaki dosyaları `/config` klasörü doğrudan değiştirmeyin. Bunun yerine, değişiklik yapmanız gerekirse, bunlar ya **config/variables.env** veya **config/overleaf.rc**.\
Örneğin, şunu ayarlamak için `mongo` hizmet imajını, bunun yerine `lib/docker-compose.mongo.yml` doğrudan düzenlemek yerine, imajı ortam değişkenini kullanarak ayarlayın `MONGO_IMAGE` içinde `config/overleaf.rc`. Daha fazla bilgi için şuna bakın: [Toolkit ayarları](broken://pages/5f18c9963280a1b2c01a2f32b84985c3d4d83eef) sayfası.
{% endhint %}

{% hint style="info" %}
Toolkit, **kullanmayın** dizinindeki herhangi bir veriyi `config/` izininiz olmadan değiştirmeyecektir.
{% endhint %}


---

# 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/tr/kurulum/using-the-toolkit/2.-familiarize-yourself-with-the-toolkit.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.
