# Installing AI and much more

All of features below are optional and some of them are not required for every user. You can always come back here to follow instructions.

<details>

<summary>Installing AI modules</summary>

Refer to [Module Downloader](/augelab-studio-interface/external-features/module-downloader.md#installing-the-ai-bundle) section to complete the AI modules installation.

</details>

<details>

<summary>Activating Barcode Reader</summary>

You'll need to install [Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/en-US/download/details.aspx?id=40784) for[Barcode Reader](/function-blocks/detections-shapes/detectors/barcode-reader.md) to work.

After installation, close any instance of AugeLab Studio and restart your computer.

</details>

<details>

<summary>Activating OCR</summary>

Refer to [Module Downloader](/augelab-studio-interface/external-features/module-downloader.md#installing-additional-ai-packages) section to complete and download paddleocr package.

</details>

<details>

<summary>Being a plugin developer</summary>

To be able to create and upload plugins. Visual C++ Compiler needs to be installed.

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

*This step is required only the users who wants to create plugin.*

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

</details>


---

# 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/augelab-studio-interface/external-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.
