# İleri Okuma

İlk AugeLab Studio projenizi tamamladınız. Sonraki adım olarak ne inşa etmek istediğinize bağlı olarak aşağıdaki sayfaları kullanabilirsiniz.

| Konu                    | Ne Zaman Kullanılır                                                                                                      | Aç                                                                                  |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- |
| User Interface          | Çalışma alanında daha hızlı hareket etmek ve ana panelleri, menüleri ve senaryo kontrollerini öğrenmek istediğinizde.    | [User Interface](/turkish/augelab-studio-arayuzu/detailed-look.md)                  |
| Example Projects        | Hazır örnek projelerden pratik denetim iş akışları oluşturmak istediğinizde.                                             | [Example Projects](/turkish/ornek-projeler/test-out-demo-projects.md)               |
| Camera Usage            | Kameraları bağlamak ve donanımınız için doğru kamera giriş yolunu seçmek istediğinizde.                                  | [Camera Usage](/turkish/cihazlar-ve-iletisim/camera-usage.md)                       |
| Function Blocks         | Her bloğun ne yaptığını, hangi soketleri kullandığını ve diğer bloklarla nasıl birleştirileceğini bulmak istediğinizde.  | [Function Blocks](/turkish/fonksiyon-bloklari/blocks-reference.md)                  |
| Key Features            | AI araçları, etiketleme, model eğitimi, eklentiler, headless modu ve diğer önemli iş akışlarını keşfetmek istediğinizde. | [Key Features](/turkish/giris/key-features.md)                                      |
| Communication Protocols | AugeLab Studio'yu PLC'lere, endüstriyel protokollere, servislere ve dış sistemlere bağlamak istediğinizde.               | [Communication Protocols](/turkish/cihazlar-ve-iletisim/communication-protocols.md) |

{% hint style="info" %}
Eğer bir sonraki adımda ne yapacağınızdan emin değilseniz, önce User Interface ile başlayın; ardından kendi senaryonuzu oluştururken Function Blocks bölümüne göz atın.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.augelab.com/turkish/baslarken/further-reading.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
