# How to record your first meeting

There are several ways to start recording meetings with Salescaling. Below we explain the available options:

## 1. Connect your calendar (recommended)

This is the easiest and recommended way. The *bot* will automatically join your meetings.

### Steps to connect your calendar:

1. Go to **Settings >** [**Integrations**](https://app.salescaling.com/settings/integrations)**.**
2. Select the corresponding calendar provider (Google Calendar or Microsoft Calendar).
3. Follow the authorization process.
4. Once connected, the *bot* will automatically join your meetings.

{% hint style="info" %}
For more details on calendar setup, consult the [calendar integration documentation](/en/platform-settings/integraciones/conectar-calendarios-y-videollamadas.md).
{% endhint %}

## 2. Schedule the b*ot* manually

If you prefer to schedule the *bot* for specific meetings, follow these steps:

1. Go to the [**Bot Manager**](https://app.salescaling.com/bot-manager)**.**
2. Click on **Record meeting**.
3. Enter the meeting date and time.
4. Add the meeting URL (must be from a supported provider).
5. Confirm the scheduling.

{% hint style="info" %}
To see the list of supported providers, check our [Frequently Asked Questions](https://docs.salescaling.com/en/getting-started/pages/ddf453875dc53886a2a727cbe240acde29e23c85#qué-proveedores-de-videoconferencia-soporta-salescaling).
{% endhint %}

## 3. Upload a recorded meeting

If you already have a recorded meeting you want to analyze:

1. Go to the [**Meetings**](https://app.salescaling.com/meetings)**.**
2. Click on **Upload recording**.
3. Select the video file (maximum 2GB).
4. Wait for the upload to be processed.

{% hint style="info" %}
**Note**: This option is less accurate in speaker detection and conversation analysis. We are working to improve this functionality.
{% endhint %}

## 4. Upload via the API

You can create meetings and upload your recordings [through our API](https://github.com/salescaling/web-platform/blob/main/apps/docs/primeros-pasos/broken-reference/README.md).

## Recommendations

* For best results, connect your calendar.
* There are some particularities in the operation of the *bot* in meetings, consult the [bot documentation](https://github.com/salescaling/web-platform/blob/main/apps/docs/guias-practicas/compartir-contenido.md) section for more details.
* Meetings must be from supported providers.
* See the [calendar integration documentation](/en/platform-settings/integraciones/conectar-calendarios-y-videollamadas.md) section for more details.

## Support

If you encounter issues during the setup of the first recorded meeting, it is recommended to contact the [technical support](https://www.salescaling.com/en/contact) of the organization or directly with the team at **Salescaling**.


---

# 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.salescaling.com/en/getting-started/primera-reunion.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.
