# AI ve Diğer Dış Özelliklerin Kurulumu

Aşağıdaki tüm özellikler isteğe bağlıdır ve bazıları her kullanıcı için gerekli değildir. Talimatları takip etmek için istediğiniz zaman buraya geri dönebilirsiniz.

<details>

<summary>AI modüllerinin kurulumu</summary>

AI modülü kurulumu için [Module Downloader](/turkish/augelab-studio-arayuzu/external-features/module-downloader.md#installing-the-ai-bundle) bölümüne bakın.

</details>

<details>

<summary>Barkod Okuyucunun Aktifleştirilmesi</summary>

[Barcode Reader](/turkish/fonksiyon-bloklari/detections-shapes/detectors/barcode-reader.md) çalışması için [Visual C++ Redistributable Packages for Visual Studio 2013](https://www.microsoft.com/en-US/download/details.aspx?id=40784) kurulumunu yapmanız gerekecek.

Kurulumdan sonra, AugeLab Studio'nun herhangi bir örneğini kapatın ve bilgisayarınızı yeniden başlatın.

</details>

<details>

<summary>OCR'nin Aktifleştirilmesi</summary>

Paddleocr paketini tamamlamak ve indirmek için [Module Downloader](https://github.com/AugelabTech/AugeLab-Studio-Gitbook-Docs/blob/main/turkce/user-interface/user-interface/integrate-gpu-with-module-downloader.md#installing-additional-ai-packages) bölümüne bakın.

</details>

<details>

<summary>Eklenti Geliştiricisi Olmak</summary>

Eklenti oluşturup yükleyebilmek için Visual C++ Compiler'ın kurulu olması gerekmektedir.

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

*Bu adım, yalnızca eklenti oluşturmak isteyen kullanıcılar için gereklidir.*

<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/turkish/augelab-studio-arayuzu/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.
