> For the complete documentation index, see [llms.txt](https://help.distro.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.distro.so/integrations/conference-tools.md).

# Conference tools

You can integrate your preferred video conferencing platform with Distro. Each platform has specific calendar requirements.

### Connecting Conferencing Platforms

{% stepper %}
{% step %}
Go to **Settings** → **My Integrations**
{% endstep %}

{% step %}
Under the "Videoconferencing" section, you'll find supported platforms
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Before setting up video conferencing, ensure you have connected the required calendar:

* Google Meet requires Google Calendar integration
* Microsoft Teams requires Outlook Calendar integration
  {% endhint %}

<figure><img src="/files/5sQtMD42Yut8kByrZElA" alt=""><figcaption></figcaption></figure>

## Setting a default videoconferencing

{% stepper %}
{% step %}
Navigate to **Settings** → **Conferencing**
{% endstep %}

{% step %}
Select your preferred videoconferencing platform as the default
{% endstep %}

{% step %}
This videoconferencing platform will automatically generate meeting links for all new bookings
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Each conferencing platform will automatically create unique meeting IDs when bookings are made. For example, Zoom will generate a new meeting ID for each booking.
{% endhint %}

<figure><img src="/files/1ETMbVSdPmnVZ91TSNFJ" alt=""><figcaption></figcaption></figure>


---

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

```
GET https://help.distro.so/integrations/conference-tools.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.
