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

# Inteligencia artificial

- [Libro blanco de Zoom AI](https://library.zoom.com/technical-library/es/ai/ai-whitepaper.md): El libro blanco de Zoom AI para Zoom Workplace, seminarios web y eventos
- [Introducción: IA en Zoom](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/introduction-ai-at-zoom.md): Una introducción al libro blanco de Zoom AI para Zoom Workplace, seminarios web y eventos
- [Modelos, procesamiento, almacenamiento y uso](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/models-processing-storage-and-usage.md): Un resumen de los proveedores de modelos de IA de Zoom, los enfoques de servicio y el manejo de datos
- [Funciones de Zoom AI](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/zoom-ai-features.md): Funciones de IA: Con la tecnología de IA de Zoom
- [Mis notas](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/my-notes.md): Una introducción a Mis notas de Zoom
- [ZoomMate](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/zoommate.md): Una introducción a ZoomMate
- [Suite de productividad con IA](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/ai-productivity-suite.md): Una introducción a la Suite de productividad con Zoom AI
- [Diagramas y flujos de datos](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/diagrams.md): Diagramas y flujos de datos de Zoom AI para Zoom Workplace, seminarios web y eventos
- [Tabla de disponibilidad de Características](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/feature-availability.md): Soporte de Características de Zoom AI por enfoque de servicio para federado, ZM+ y ZMO
- [API](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/apis.md): Una introducción a las API de Zoom AI
- [Controles administrativos](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/administrative-controls.md): Una descripción general de los controles administrativos de Zoom AI
- [El compromiso de Zoom con una IA responsable](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/zooms-commitment-to-responsible-ai.md)
- [Gobernanza de datos y privacidad](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/data-governance-and-privacy.md): Una descripción general de la gobernanza de datos y la privacidad de Zoom AI
- [Marco de seguridad](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/security-framework.md): Una descripción general del marco de seguridad de Zoom AI
- [Transparencia y aviso al usuario](https://library.zoom.com/technical-library/es/ai/ai-whitepaper/user-transparency-and-notice.md): Una descripción general de las transparencias y avisos de 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/es/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.
