> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/technical-library-ar/ai.md).

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

- [الورقة البيضاء الخاصة بـ Zoom AI](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper.md): الورقة البيضاء لـ Zoom AI الخاصة بـ Zoom Workplace وWebinars وEvents
- [مقدمة: الذكاء الاصطناعي في Zoom](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/introduction-ai-at-zoom.md): مقدمة إلى الورقة البيضاء لـ Zoom AI الخاصة بـ Zoom Workplace وWebinars وEvents
- [النماذج والمعالجة والتخزين والاستخدام](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/models-processing-storage-and-usage.md): نظرة عامة على مزودي نماذج الذكاء الاصطناعي لدى Zoom، وأساليب الخدمة، والتعامل مع البيانات
- [ميزات Zoom AI](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/zoom-ai-features.md): ميزات الذكاء الاصطناعي — مدعوم بالذكاء الاصطناعي من Zoom
- [ملاحظاتي](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/my-notes.md): مقدمة إلى ملاحظاتي من Zoom
- [ZoomMate](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/zoommate.md): مقدمة إلى ZoomMate
- [مجموعة إنتاجية الذكاء الاصطناعي](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/ai-productivity-suite.md): مقدمة إلى مجموعة Zoom AI الإنتاجية
- [المخططات وتدفقات البيانات](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/diagrams.md): مخططات وتدفقات بيانات Zoom AI الخاصة بـ Zoom Workplace وWebinars وEvents
- [جدول توفر الميزة](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/feature-availability.md): دعم ميزة Zoom AI حسب نهج الخدمة لـ federated وZM+ وZMO
- [واجهات برمجة التطبيقات](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/apis.md): مقدمة إلى واجهات برمجة تطبيقات Zoom AI
- [عناصر التحكم الإدارية](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/administrative-controls.md): نظرة عامة على عناصر التحكم الإدارية لـ Zoom AI
- [التزام Zoom بالذكاء الاصطناعي المسؤول](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [حوكمة البيانات والخصوصية](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/data-governance-and-privacy.md): نظرة عامة على حوكمة البيانات والخصوصية في Zoom AI
- [إطار الأمان](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/security-framework.md): نظرة عامة على إطار أمان Zoom AI
- [شفافية المستخدم والإشعار](https://library.zoom.com/technical-library/technical-library-ar/ai/ai-whitepaper/user-transparency-and-notice.md): نظرة عامة على أوجه الشفافية والإشعارات في Zoom AI


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/technical-library-ar/ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
