> 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-whitepaper.md).

# Whitepaper di Zoom AI

Benvenuti nella documentazione del whitepaper sull'Intelligenza Artificiale di Zoom per Zoom Workplace, Webinar ed Eventi.

### Come utilizzare questo documento

Queste pagine spiegano come Zoom utilizza l'intelligenza artificiale in tutti i suoi prodotti e servizi per Zoom Workplace, Webinar ed Eventi. Altri prodotti Zoom non sono attualmente inclusi in queste pagine. Alcune sezioni descrivono capacità di IA condivise che supportano molte Funzionalità sulla piattaforma, mentre altre sezioni spiegano Funzionalità specifiche una per una. Poiché le capacità di IA di Zoom sono ampie e spesso funzionano in modi diversi a seconda del prodotto, questo documento è organizzato in sezioni che vanno dai concetti generali della piattaforma a Funzionalità e flussi di dati più specifici.

### Esclusione di responsabilità

Questo documento è fornito solo a scopo informativo. Descrive e illustra Funzionalità e capacità di IA sulla piattaforma Zoom, ma non garantisce che qualsiasi Funzionalità, capacità, Integrazioni o servizio descritto qui sia attualmente disponibile in base all'account o all'ambiente di distribuzione.

L'accesso a e l'utilizzo di queste Funzionalità possono dipendere da fattori quali piano di abbonamento, assegnazione della licenza, Impostazioni dell'amministratore, disponibilità regionale, configurazione del prodotto, compatibilità tecnica, disponibilità di crediti, limiti di utilizzo e altri requisiti commerciali o operativi.

Ultimo aggiornamento: 23 giugno 2026

{% content-ref url="/pages/9612dabdb649303aa25dd593ba6c6509526aa6bb" %}
[Introduzione: AI in Zoom](/technical-library/it/ai-whitepaper/introduzione-ai-in-zoom.md)
{% endcontent-ref %}

{% content-ref url="/pages/44f8468656e5e64ee28cca2fb2c45f81cfd2d675" %}
[Modelli, elaborazione, archiviazione e utilizzo](/technical-library/it/ai-whitepaper/modelli-elaborazione-archiviazione-e-utilizzo.md)
{% endcontent-ref %}

{% content-ref url="/pages/91faafe2e19a502252884152f24fe155990b014e" %}
[Funzionalità di Zoom AI](/technical-library/it/ai-whitepaper/funzionalita-di-zoom-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/98ef22a4814c7dc810f850cce0111b03c3037a28" %}
[Le mie note](/technical-library/it/ai-whitepaper/le-mie-note.md)
{% endcontent-ref %}

{% content-ref url="/pages/9639d96b5c919dbe2f395dc946273390212fb9c0" %}
[ZoomMate](/technical-library/it/ai-whitepaper/zoommate.md)
{% endcontent-ref %}

{% content-ref url="/pages/801428576561a015db705b2d273074cb7ae47762" %}
[Suite di produttività AI](/technical-library/it/ai-whitepaper/suite-di-produttivita-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/0eeaa777c85afe13d5804cafe1902b31ea771c77" %}
[Diagrammi e flussi di dati](/technical-library/it/ai-whitepaper/diagrams.md)
{% endcontent-ref %}

{% content-ref url="/pages/f1ab36c0464033a5ff0fe80b7bb14427fdcfe16c" %}
[Tabella di disponibilità delle Funzionalità](/technical-library/it/ai-whitepaper/feature-availability.md)
{% endcontent-ref %}

{% content-ref url="/pages/bbc6617f72dc79cffb2c028d3360e430588b9ec4" %}
[API](/technical-library/it/ai-whitepaper/apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/00fddf85a0094787fbf9d2f910fb4784543538d8" %}
[Controlli amministrativi](/technical-library/it/ai-whitepaper/controlli-amministrativi.md)
{% endcontent-ref %}

{% content-ref url="/pages/e0b3de8fd0d004f20e0eca8b7a68634d00a1b7b8" %}
[L'impegno di Zoom per un'AI responsabile](/technical-library/it/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/1a8c6a4a6d965f6bb189361e1276d25a3e9c278a" %}
[Governance dei dati e privacy](/technical-library/it/ai-whitepaper/governance-dei-dati-e-privacy.md)
{% endcontent-ref %}

{% content-ref url="/pages/84065896e2374957aebd6b71243e3872c8fa2119" %}
[Framework di sicurezza](/technical-library/it/ai-whitepaper/framework-di-sicurezza.md)
{% endcontent-ref %}

{% content-ref url="/pages/fcbe2738b4b944d81b84b864e1871b1a0e540a7b" %}
[Trasparenza e avvisi per l'utente](/technical-library/it/ai-whitepaper/trasparenza-e-avvisi-per-lutente.md)
{% endcontent-ref %}

*Redatto da Jakob Ganschow*


---

# 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-whitepaper.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.
