> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/imagine-computer/connectors/zoom.md).

# Zoom

Connect your Zoom account so Computer can list, view, and manage your meetings and recordings, right from a prompt.

## Adding the App

1. Go to Customize in the left menu.
2. Select the Connectors tab.
3. Search for Zoom.
4. Toggle Zoom on to start the connection.
5. Sign in to your Zoom account when prompted, and approve the requested permissions.
6. Once connected, Zoom will appear under My connectors, ready to use in any chat.

<figure><img src="/files/zW6YJPegmoT3cu298Jjz" alt=""><figcaption></figcaption></figure>

If you run into an issue while connecting, see our troubleshooting guide, or contact support at <support@imagine.art>.

## Use Cases

Once connected, you can ask about your Zoom meetings and recordings directly in chat.

**List Meetings**\
See what is on your Zoom calendar without opening the Zoom app. Try "What meetings do I have this week?" or "Show my upcoming Zoom meetings." Requires a connected Zoom account.

**View Meeting Details**\
Pull up the details of a specific meeting, including its join link. Try "Show details of my 'Team Sync' meeting" or "What's the join link for my next meeting?" Requires that the meeting exists on your Zoom account.

**Delete a Meeting**\
Cancel a meeting straight from chat. Try "Delete my 'Team Sync' meeting." Requires that the meeting exists, and you will be asked to confirm before it is deleted.

**List Recordings**\
Find your cloud recordings without digging through the Zoom dashboard. Try "Show me my Zoom recordings" or "List recordings from last week." Requires at least one cloud recording on your account.

**View Recording Files for a Meeting**\
See what recording files are available for a specific meeting. Try "Show the recording files for my last meeting." Requires that meeting to have been recorded to the cloud.

**Access Recording Content**\
Retrieve the actual recording for a meeting, for example to summarise or reference it. Try "Get the recording for my last meeting." Requires a cloud recording to exist for that meeting.

## Removing the App

To disconnect Zoom, go to Customize, then Connectors, find Zoom under My connectors, and toggle it off, or open it and select Disconnect.

<figure><img src="/files/lQMzr7ns1ObjQtGYcgY9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jN2GPw7jtH1BZMuRhIY6" alt=""><figcaption></figcaption></figure>

Once disconnected, Computer will no longer be able to access your Zoom meetings or recordings, and any cached meeting or recording data retrieved through the connector is deleted from Computer. Your Zoom account itself and its data on Zoom's servers are not affected, since disconnecting only removes Computer's access, it does not delete anything from Zoom.

If you reconnect later, you will need to sign in and approve access again.


---

# 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://help.imagine.art/imagine-computer/connectors/zoom.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.
