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

# Inteligência Artificial

- [Livro branco do Zoom AI](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper.md): O livro branco do Zoom AI para Zoom Workplace, Webinars e Events
- [Introdução: IA no Zoom](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/introduction-ai-at-zoom.md): Uma introdução ao livro branco do Zoom AI para Zoom Workplace, Webinars e Events
- [Modelos, processamento, armazenamento e utilização](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/models-processing-storage-and-usage.md): Uma visão geral dos fornecedores de modelos de IA do Zoom, das abordagens de serviço e do tratamento de dados
- [Funcionalidades de IA do Zoom](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/zoom-ai-features.md): Funcionalidades de IA fornecida pela Zoom AI
- [As minhas notas](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/my-notes.md): Uma introdução ao Zoom My Notes
- [ZoomMate](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/zoommate.md): Uma introdução ao ZoomMate
- [Suíte de Produtividade de IA](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/ai-productivity-suite.md): Uma introdução à Suíte de Produtividade do Zoom AI
- [Diagramas e Fluxos de Dados](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/diagrams.md): Diagramas e fluxos de dados do Zoom AI para Zoom Workplace, Webinars e Eventos
- [Tabela de Disponibilidade de Recursos](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/feature-availability.md): Suporte aos Recursos do Zoom AI por abordagem de serviço para federated, ZM+ e ZMO
- [APIs](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/apis.md): Uma introdução às APIs do Zoom AI
- [Controles administrativos](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/administrative-controls.md): Uma visão geral dos controles administrativos do Zoom AI
- [O compromisso da Zoom com a IA responsável](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [Governança de dados e privacidade](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/data-governance-and-privacy.md): Uma visão geral da governança de dados e privacidade do Zoom AI
- [Estrutura de segurança](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/security-framework.md): Uma visão geral da estrutura de segurança do Zoom AI
- [Transparência e aviso ao usuário](https://library.zoom.com/technical-library/pt/ai/ai-whitepaper/user-transparency-and-notice.md): Uma visão geral das transparências e avisos do 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/pt/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.
