# Zoom Transcripts

{% hint style="info" %}
Please note that only the person who has access to the zoom transcripts will be able to login and retrieve zoom transripts. The conversation must be recorded and close captions must be enabled. Please see zoom documentation for details.
{% endhint %}

### Zoom Market Place OAuth2 Setup

1. Upgrade to at least the 3.5\_beta version and above&#x20;
2. Create a Zoom webapp in the Zoom marketplace <https://marketplace.zoom.us/>
3. In the upper right click Develop >> Build App
4. Select General APP![](/files/keckhhq5BhPHtmVSNSlS)
5. Set the OAuth redirect to https\://\[Your Domain]/callback/Zoom
6. Add the following Scopes&#x20;
   1\.

   ````
   ```ruby
   cloud_recording:read:list_user_recordings 
   cloud_recording:read:list_recording_files
   meeting:read:list_meetings 

   ```
   ````

### Azure Keys Setup

{% file src="/files/5wcbmIgyzldrqDhOJl7P" %}

1. Download the powershell script and run in your azure cloudshell environment
2. You will be prompted for the KeyStore name associated with AI Risk
3. Next you will be asked for the ClientID and Secret from the zoom appplication that you created in the first step. ![](/files/GOpI3csh15epwhLltkXb)
4. This will create all of the keys nessesary to connect your application
5. Finally Restart your frontend server for AI Risk. <https://portal.azure.com/#browse/Microsoft.Web%2Fsites>

Now in every agent you will see the option in the data functions window for Zoom Transcripts

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


---

# 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://docs.aicrisk.com/internal-deployment/zoom-transcripts.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.
