> 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/tr/ai.md).

# Yapay Zeka

- [Zoom AI Beyaz Kitap](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper.md): Zoom Workplace, Webinarlar ve Etkinlikler için Zoom AI Whitepaper'ı
- [Giriş: Zoom'da AI](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/introduction-ai-at-zoom.md): Zoom Workplace, Webinarlar ve Etkinlikler için Zoom AI Whitepaper'ına Giriş
- [Modeller, İşleme, Depolama ve Kullanım](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/models-processing-storage-and-usage.md): Zoom'un AI model sağlayıcıları, hizmet yaklaşımları ve veri işleme yöntemlerine genel bakış
- [Zoom AI Özellikleri](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/zoom-ai-features.md): Zoom AI ile desteklenmektedir AI özellikleri
- [Notlarım](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/my-notes.md): Zoom Notlarıma bir giriş
- [ZoomMate](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/zoommate.md): ZoomMate'a giriş
- [Yapay Zeka Verimlilik Paketi](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/ai-productivity-suite.md): Zoom AI Verimlilik Paketine giriş
- [Diyagramlar ve Veri Akışları](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/diagrams.md): Zoom Workplace, Webinars ve Events için Zoom AI diyagramları ve veri akışları
- [Özellikler Kullanılabilirlik Tablosu](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/feature-availability.md): federated, ZM+ ve ZMO için hizmet yaklaşımına göre Zoom AI Özellikler Destek
- [API'ler](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/apis.md): Zoom AI API'lerine giriş
- [Yönetim Denetimleri](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/administrative-controls.md): Zoom AI yönetim denetimlerine genel bakış
- [Zoom'un Sorumlu Yapay Zekâya Taahhüdü](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [Veri Yönetişimi ve gizlilik](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/data-governance-and-privacy.md): Zoom AI veri yönetişimi ve gizlilikine genel bakış
- [Güvenlik Çerçevesi](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/security-framework.md): Zoom AI güvenlik çerçevesine genel bakış
- [kullanıcı Şeffaflığı ve Bildirim](https://library.zoom.com/technical-library/tr/ai/ai-whitepaper/user-transparency-and-notice.md): Zoom AI şeffaflıkları ve bildirimlerine genel bakış


---

# 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/tr/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.
