> For the complete documentation index, see [llms.txt](https://docs.augelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augelab.com/german/augelab-studio-oberflache/external-features.md).

# AI installieren und mehr

Alle unten aufgeführten Funktionen sind optional und einige von ihnen werden nicht für jeden Benutzer benötigt. Sie können jederzeit hierher zurückkehren, um die Anweisungen zu befolgen.

<details>

<summary>Installation der KI-Module</summary>

Siehe Abschnitt [Module Downloader](/german/augelab-studio-oberflache/external-features/module-downloader.md#installing-the-ai-bundle), um die Installation der KI-Module abzuschließen.

</details>

<details>

<summary>Aktivierung des Barcode-Readers</summary>

Sie müssen die [Visual C++ Redistributable Packages für Visual Studio 2013](https://www.microsoft.com/en-US/download/details.aspx?id=40784) installieren, damit der [Barcode Reader](/german/function-blocks/detections-shapes/detectors/barcode-reader.md) funktioniert.

Nach der Installation schließen Sie alle Instanzen von AugeLab Studio und starten Sie Ihren Computer neu.

</details>

<details>

<summary>Aktivierung von OCR</summary>

Siehe Abschnitt [Module Downloader](https://github.com/AugelabTech/AugeLab-Studio-Gitbook-Docs/blob/main/german/user-interface/user-interface/integrate-gpu-with-module-downloader.md#installing-additional-ai-packages), um das PaddleOCR-Paket herunterzuladen und zu installieren.

</details>

<details>

<summary>Entwicklung eines Plugins</summary>

Um Plugins erstellen und hochladen zu können, muss der Visual C++ Compiler installiert sein.

* [Laden Sie VS Build Tools herunter](https://studio-desktop-application.s3.eu-central-1.amazonaws.com/vs_BuildTools.exe)

*DDieser Schritt ist nur für Benutzer erforderlich, die ein Plugin erstellen möchten.*

<figure><img src="/files/pUaSIPDKkKpnGCeo0W8Q" alt=""><figcaption></figcaption></figure>

</details>


---

# 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://docs.augelab.com/german/augelab-studio-oberflache/external-features.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.
