# Model Behavior and Accuracy

Zoom AI Companion is powered by a combination of proprietary and third-party large language models (LLMs), designed to provide contextual intelligence across Zoom’s products. The following sections describe Zoom’s practices for training data, hallucination management, and system performance tuning.

### <mark style="color:blue;">Zoom does not use customer content for model training</mark>

Zoom does **not** use communications-like customer content—such as audio, chat, screen share, whiteboards, or reactions—for training any Zoom or third-party models.

Zoom trains its models using:

* Public domain data
* Purchased third-party datasets
* Zoom-created training materials

Zoom reviews the datasets to determine whether they were obtained lawfully and whether the license is applicable to Zoom’s proposed use. Note that we also use third party model providers, such as OpenAI and Anthropic, as part of our federated model. Please refer to any information they provide on training data.

### <mark style="color:blue;">Generative AI may hallucinate</mark>

As with any generative model, AI Companion may generate outputs that are factually incorrect or irrelevant (hallucinations). Zoom recommends reviewing outputs carefully. Zoom reduces hallucinations by:

* Testing models against real use cases
* Improving context via retrieval-augmented generation (RAG)
* Enhancing language support with translation pipelines (e.g., English-to-Spanish)

### <mark style="color:blue;">AI Companion performance is monitored and tuned</mark>

Zoom regularly monitors model performance, tracks quality metrics, and updates internal systems to improve accuracy and transparency. While explainability is limited by model design, performance regressions are addressed through testing and update cycles.


---

# Agent Instructions: 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:

```
GET https://library.zoom.com/zoom-workplace/artificial-intelligence/artificial-intelligence-bluepaper/security-and-compliance/model-behavior-and-accuracy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
