# GPT الذكاء الإصطناعي

{% embed url="<https://www.youtube.com/watch?v=005IWFiyYSE>" %}

قم بإنشاء حساب في موقع Open Ai&#x20;

{% hint style="info" %}
<https://platform.openai.com/>
{% endhint %}

<figure><img src="/files/7PC6THZjPpmVmpVOVCc3" alt=""><figcaption></figcaption></figure>

### ثم قم بتسجل الدخول الى موقع Open Ai عبر الرابط السابق. <a href="#login-openai" id="login-openai"></a>

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

اختر

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

### في خانة organization name اكتب اسمك المفضل: <a href="#rganization-name" id="rganization-name"></a>

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

#### ثثم تخطي الدعوات

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

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

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

####

```
//https://platform.openai.com/settings/organization/api-keys   يكمنك إدارة مفاتحيك من هنا 
```

#### بعد نسخ مفتاح Ai اتجه الى حسابك في منصة اوتوربلاي&#x20;

الاعدادت > Open Ai > المفتاح السري > اختر اي موديل ذكاء اصطناعي مناسب (gpt-3.5-turbo)  ثم حفظ.

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


---

# 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://help.autorply.sa/basics/integrations.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.
