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

# Zoom

## Introduction

Zoom offers an easy and reliable cloud platform for video and audio conferencing, chat, and webinars.

## Zoom Authentication

Zoom uses OAuth2 authentication. To add your Zoom credentials go to Connector Auth, add a new authentication and select Zoom from the Connector list. Give the authentication a name and click on *Confirm*, to be redirected to the Zoom Sign In screen.

![Zoom Connector Auth](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48087084240/original/AAUVLvu5XjcBZuGZgV-55wEgPC3kIsVWnQ.png?1613368437)

On the Zoom Sign In screen, enter your Zoom credentials and click *Sign In*, you will then be redirected back to Locoia and have successfully authenticated yourself.

![Zoom Sign In Screen](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48087084215/original/DPaOo_r4_VGedh1vE0mI-hws7YrPkkUpCg.png?1613368414)

### Removing your Zoom authentication

You can **remove your Zoom** authentication from Locoia by clicking the delete icon next to your Zoom Connector Auth and confirming the subsequent dialog:

![Removing Connector Auth](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48087084997/original/Bv6fBWH8WV3IcNRu2vAMq1-4LOhIwpqQbw.png?1613368966)

![Removing Connector Auth](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48087085093/original/c11Kwg5d-LAeg4vClIbwb-wkzD_3iuOxqQ.png?1613368999)

This will delete all the data related to that connector auth from Locoia.

In order to also deauthorize the Locoia app to access Zoom you can follow these steps:

1. Login to your Zoom Account and navigate to the Zoom App Marketplace
2. Click **Mange > Installed** *Apps* or search for the **Locoia** app
3. Click the **Locoia** app
4. Click **Uninstall**

## Available Actions for Zoom

With the Zoom connector you can, among others, create new meetings, get a list of existing meetings, etc.

![Zoom Actions](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48087085592/original/NZrTeoOCziCqxLDt-WtAS-mJ9kWmu5t4yg.png?1613369318)


---

# 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://docs.locoia.com/connectors/connectors/zoom-1.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.
