# Key Features

- [AI Assistant | HMI, Workflows and Custom Blocks](https://docs.augelab.com/key-features/ai-agent-usage.md)
- [Widget to Socket Utility](https://docs.augelab.com/key-features/widget-to-socket.md)
- [Annotate Data for Object Detection](https://docs.augelab.com/key-features/annotate-data-for-object-detection.md)
- [Dataset Collection](https://docs.augelab.com/key-features/annotate-data-for-object-detection/dataset-collection.md)
- [Annotation Window Basics](https://docs.augelab.com/key-features/annotate-data-for-object-detection/annotation-window-how-to.md)
- [Auto Annotation](https://docs.augelab.com/key-features/annotate-data-for-object-detection/auto-annoation.md)
- [Augment Dataset](https://docs.augelab.com/key-features/annotate-data-for-object-detection/augment-dataset.md)
- [After Annotation](https://docs.augelab.com/key-features/annotate-data-for-object-detection/after-annotation.md)
- [Train Object Detection(YOLO) Models](https://docs.augelab.com/key-features/train-custom-ai-models-with-training-window.md)
- [When to Stop Training](https://docs.augelab.com/key-features/train-custom-ai-models-with-training-window/when-to-stop-training.md)
- [After Training](https://docs.augelab.com/key-features/train-custom-ai-models-with-training-window/after-training.md)
- [Create Plugins](https://docs.augelab.com/key-features/create-plugins-with-designer-window.md): Develop custom nodes using the power of Python.
- [Components](https://docs.augelab.com/key-features/create-plugins-with-designer-window/components.md)
- [Coding Reference](https://docs.augelab.com/key-features/create-plugins-with-designer-window/coding-reference.md)
- [Share Your Solutions with Community](https://docs.augelab.com/key-features/share-your-solutions-with-community.md): Share your solutions with Plugin Manager
- [Instal Python Packages](https://docs.augelab.com/key-features/instal-custom-packages-with-package-window.md): Install dependencies into the Studio Python environment.
- [Headless Usage](https://docs.augelab.com/key-features/headless.md)
- [Installation](https://docs.augelab.com/key-features/headless/installation.md)
- [Quick Start](https://docs.augelab.com/key-features/headless/headless-studio.md)
- [Command Line Interface](https://docs.augelab.com/key-features/headless/command-line-interface.md)
- [Web View](https://docs.augelab.com/key-features/headless/augelab-web-view.md)
- [Docker Example](https://docs.augelab.com/key-features/headless/docker-example.md)
- [Scripting Reference](https://docs.augelab.com/key-features/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/key-features.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.
