# Hauptfunktionen

- [AI Assistant | HMI, Workflows und Custom Blocks](https://docs.augelab.com/german/hauptfunktionen/ai-agent-usage.md)
- [Widget to Socket Utility](https://docs.augelab.com/german/hauptfunktionen/widget-to-socket.md)
- [Daten für Objekterkennung annotieren](https://docs.augelab.com/german/hauptfunktionen/annotate-data-for-object-detection.md)
- [Datensatzerfassung](https://docs.augelab.com/german/hauptfunktionen/annotate-data-for-object-detection/dataset-collection.md)
- [Grundlagen des Annotation-Fensters](https://docs.augelab.com/german/hauptfunktionen/annotate-data-for-object-detection/annotation-window-how-to.md)
- [Automatische Annotation](https://docs.augelab.com/german/hauptfunktionen/annotate-data-for-object-detection/auto-annoation.md)
- [Datensatz augmentieren](https://docs.augelab.com/german/hauptfunktionen/annotate-data-for-object-detection/augment-dataset.md)
- [Nach der Annotation](https://docs.augelab.com/german/hauptfunktionen/annotate-data-for-object-detection/after-annotation.md)
- [Objekterkennungsmodelle (YOLO) trainieren](https://docs.augelab.com/german/hauptfunktionen/train-custom-ai-models-with-training-window.md)
- [Wann das Training stoppen](https://docs.augelab.com/german/hauptfunktionen/train-custom-ai-models-with-training-window/when-to-stop-training.md)
- [Nach dem Training](https://docs.augelab.com/german/hauptfunktionen/train-custom-ai-models-with-training-window/after-training.md)
- [Plugins erstellen](https://docs.augelab.com/german/hauptfunktionen/create-plugins-with-designer-window.md): Entwickeln Sie benutzerdefinierte Knoten mit der Kraft von Python.
- [Komponenten](https://docs.augelab.com/german/hauptfunktionen/create-plugins-with-designer-window/components.md)
- [Coding Reference](https://docs.augelab.com/german/hauptfunktionen/create-plugins-with-designer-window/coding-reference.md)
- [Lösungen mit der Community teilen](https://docs.augelab.com/german/hauptfunktionen/share-your-solutions-with-community.md): Teile deine Lösungen mit dem Plugin-Manager
- [Python-Pakete installieren](https://docs.augelab.com/german/hauptfunktionen/instal-custom-packages-with-package-window.md)
- [Headless-Betrieb](https://docs.augelab.com/german/hauptfunktionen/headless.md)
- [Installation (Headless)](https://docs.augelab.com/german/hauptfunktionen/headless/installation.md)
- [Schnellstart (Headless)](https://docs.augelab.com/german/hauptfunktionen/headless/headless-studio.md)
- [Command Line Interface](https://docs.augelab.com/german/hauptfunktionen/headless/command-line-interface.md)
- [Web View](https://docs.augelab.com/german/hauptfunktionen/headless/augelab-web-view.md)
- [Docker-Beispiel](https://docs.augelab.com/german/hauptfunktionen/headless/docker-example.md)
- [Skript-Referenz](https://docs.augelab.com/german/hauptfunktionen/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/german/hauptfunktionen.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.
