# 1. AI Config Oluşturma (Bağlantı Ayarları)

İlk adım, yapay zeka sağlayıcınızın (OpenAI veya Azure OpenAI) bağlantı bilgilerini tanımlamaktır.

* Sol menüden Settings → Configs → AI Configs yolunu izleyin.
* Sağ üstteki + Add New AI Config butonuna tıklayın.

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

* Açılan ekranda sağlayıcı bilgilerinizi girin:
  * Name: Yapılandırmaya bir isim verin (Örn: `ChatGPT`).
  * Provider: `OpenAI` veya `AzureOpenAI` seçin.
  * Token/API Key: API anahtarınızı girin (`sk-...`).
  * Model: Kullanılacak modeli belirtin (Örn: `GPT-4o`).
* Test Connection ile bağlantıyı doğrulayıp kaydedin.

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

<br>


---

# 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.genrpa.com/genrpa-model-baglam-protokolu-mcp-kullanim-rehberi/5.-yapilandirmalar/bolum-1-yonetim-paneli-gencontrol-room-yapilandirmasi/1.-ai-config-olusturma-baglanti-ayarlari.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.
