# Öne Çıkan Özellikler

- [AI Assistant | HMI, Workflows and Custom Blocks](https://docs.augelab.com/turkish/one-cikan-ozellikler/ai-agent-usage.md)
- [Widget to Socket Utility](https://docs.augelab.com/turkish/one-cikan-ozellikler/widget-to-socket.md)
- [Annotate Data for Object Detection](https://docs.augelab.com/turkish/one-cikan-ozellikler/annotate-data-for-object-detection.md)
- [Dataset Collection](https://docs.augelab.com/turkish/one-cikan-ozellikler/annotate-data-for-object-detection/dataset-collection.md)
- [Annotation Window Basics](https://docs.augelab.com/turkish/one-cikan-ozellikler/annotate-data-for-object-detection/annotation-window-how-to.md)
- [Auto Annotation](https://docs.augelab.com/turkish/one-cikan-ozellikler/annotate-data-for-object-detection/auto-annoation.md)
- [Augment Dataset](https://docs.augelab.com/turkish/one-cikan-ozellikler/annotate-data-for-object-detection/augment-dataset.md)
- [After Annotation](https://docs.augelab.com/turkish/one-cikan-ozellikler/annotate-data-for-object-detection/after-annotation.md)
- [Train Object Detection(YOLO) Models](https://docs.augelab.com/turkish/one-cikan-ozellikler/train-custom-ai-models-with-training-window.md)
- [When to Stop Training](https://docs.augelab.com/turkish/one-cikan-ozellikler/train-custom-ai-models-with-training-window/when-to-stop-training.md)
- [After Training](https://docs.augelab.com/turkish/one-cikan-ozellikler/train-custom-ai-models-with-training-window/after-training.md)
- [Create Plugins](https://docs.augelab.com/turkish/one-cikan-ozellikler/create-plugins-with-designer-window.md): Python'un gücünü kullanarak özel düğümler geliştirin.
- [Components](https://docs.augelab.com/turkish/one-cikan-ozellikler/create-plugins-with-designer-window/components.md)
- [Coding Reference](https://docs.augelab.com/turkish/one-cikan-ozellikler/create-plugins-with-designer-window/coding-reference.md)
- [Share Your Solutions with Community](https://docs.augelab.com/turkish/one-cikan-ozellikler/share-your-solutions-with-community.md): Çözümlerinizi Eklenti Yöneticisi ile paylaşın
- [Instal Python Packages](https://docs.augelab.com/turkish/one-cikan-ozellikler/instal-custom-packages-with-package-window.md)
- [Headless Usage](https://docs.augelab.com/turkish/one-cikan-ozellikler/headless.md)
- [Kurulum (Installation)](https://docs.augelab.com/turkish/one-cikan-ozellikler/headless/installation.md)
- [Hızlı Başlangıç (Quick Start)](https://docs.augelab.com/turkish/one-cikan-ozellikler/headless/headless-studio.md)
- [Komut Satırı Arayüzü (CLI)](https://docs.augelab.com/turkish/one-cikan-ozellikler/headless/command-line-interface.md)
- [Web View](https://docs.augelab.com/turkish/one-cikan-ozellikler/headless/augelab-web-view.md)
- [Docker Örneği](https://docs.augelab.com/turkish/one-cikan-ozellikler/headless/docker-example.md)
- [Scripting Reference](https://docs.augelab.com/turkish/one-cikan-ozellikler/headless/scripting-reference.md)


---

# 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/one-cikan-ozellikler.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.
