# VideoSdk

With this native integration, you will be able to create live meetings directly inside your chatbot.

To connect to your VideoSdk account go to **Integrations** from the left-hand menu in your main dashboard overview. Then select **VideoSdk** in the list.

You will see that you need two pieces of credentials:

* API key
* Secret

<figure><img src="/files/8vkKCcbxHMss06dyBw0Z" alt=""><figcaption></figcaption></figure>

### How to fetch your credentials <a href="#how-to-fetch-your-credentials" id="how-to-fetch-your-credentials"></a>

Login to your VideoSdk account, then go to the [API keys section (opens new window)](https://app.videosdk.live/api-keys). Copy your API key and secret from this page.

<figure><img src="/files/9KX7NnAFTqsRCYZxFkYi" alt=""><figcaption></figcaption></figure>

Then go to your workspace and paste in these two credentials. If successful you will see a verified status message in the top right corner

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

### How to use VideoSdk in your Rapidbott <a href="#how-to-use-videosdk-in-your-chatbot" id="how-to-use-videosdk-in-your-chatbot"></a>

Now that your account is connected you can use it in any of your Rapidbott throughout any channel.

Inside a flow create an action block, then choose **integrations** -› **VideoSdk**

You will then get the following popup screen;

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

Fill in all the information then press the blue button named Save. You will be able to share the meeting URL with your participant and the agent taking the meeting.


---

# 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.rapidbott.com/help-center/platform/introduction/integrations/videosdk.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.
