# وثائق الذكاء الاصطناعي

تحتوي هذا الدليل على مستندات رئيسية تتعلق بـ LLM:

1. [تقرير تقييم LLM](/ar/ai-documentations/llm-evaluation-report.md)
2. [وثائق SkyDeck.ai الجاهزة لـ LLM](/ar/ai-documentations/skydeckai-llm-ready-documentation.md)

## تقرير تقييم LLM

يقدم تحليلًا مقارنًا لموديلات LLM المختلفة، بما في ذلك:

* مقاييس الأداء (وقت الاستجابة، الاختبارات الناجحة)
* تقييمات الجودة (CodeBLEU، الفائدة، الدقة الوظيفية)
* شروحات مفصلة لأساليب التقييم

## وثائق جاهزة لـ LLM

يوفر وثيقة مرجعية موحدة مصممة لاستخدام LLM، تجمع بين مستندات مختلفة في تنسيق واحد سهل الوصول.

تقدم هذه الوثائق رؤى حول أداء LLM وتوفر موارد لتفاعلات LLM. قد يتم تحديثها مع إجراء تقييمات جديدة أو مراجعة الوثائق.


---

# 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.skydeck.ai/ar/ai-documentations.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.
