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

# Intelligenza artificiale

- [Whitepaper di Zoom AI](https://library.zoom.com/technical-library/it/ai/ai-whitepaper.md): Il whitepaper di Zoom AI per Zoom Workplace, Webinar ed eventi
- [Introduzione: IA in Zoom](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/introduction-ai-at-zoom.md): Un'introduzione al whitepaper di Zoom AI per Zoom Workplace, Webinar ed eventi
- [Modelli, elaborazione, archiviazione e utilizzo](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/models-processing-storage-and-usage.md): Una panoramica dei fornitori di modelli di IA di Zoom, degli approcci di servizio e della gestione dei dati
- [Funzionalità di Zoom AI](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/zoom-ai-features.md): Funzionalità di IA grazie a Zoom AI
- [Le mie note](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/my-notes.md): Un'introduzione a Zoom Le mie note
- [ZoomMate](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/zoommate.md): Un'introduzione a ZoomMate
- [Suite per la produttività AI](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/ai-productivity-suite.md): Un'introduzione alla suite per la produttività di Zoom AI
- [Diagrammi e flussi di dati](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/diagrams.md): Diagrammi e flussi di dati di Zoom AI per Zoom Workplace, Webinar ed Eventi
- [Tabella di disponibilità delle Funzionalità](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/feature-availability.md): Assistenza delle Funzionalità di Zoom AI in base all'approccio del servizio per federated, ZM+ e ZMO
- [API](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/apis.md): Un'introduzione alle API di Zoom AI
- [Controlli amministrativi](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/administrative-controls.md): Panoramica dei controlli amministrativi di Zoom AI
- [L'impegno di Zoom per un'IA responsabile](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [Governance dei dati e privacy](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/data-governance-and-privacy.md): Panoramica della governance dei dati e della privacy di Zoom AI
- [Framework di sicurezza](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/security-framework.md): Panoramica del framework di sicurezza di Zoom AI
- [Trasparenza e avviso per l'utente](https://library.zoom.com/technical-library/it/ai/ai-whitepaper/user-transparency-and-notice.md): Panoramica delle trasparenze e degli avvisi di 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/it/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.
