# Recording

### Cloud Recording

Cloud recording allows you to record your meetings and store those files in a cloud storage bucket. You can choose to store the recording files in Whereby-provided storage or in external storage owned and managed by you and your organization. This can be set in your call recording setting.

Currently, we only support Amazon S3 as the external storage for cloud recordings. You can review their plans and pricing on the [AWS site](https://aws.amazon.com/s3/pricing/).&#x20;

[Read more](https://docs.whereby.com/whereby-product-features/recording-with-embedded/cloud-recording)

### Local Recording

As the name implies, Local Recording is handled completely locally in the host's browser and browser cache. This feature wasn't designed for an embedded use case so there are some quirks to using and implementing it into your service.

[Read more](https://docs.whereby.com/whereby-product-features/recording-with-embedded/local-recording)


---

# 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.whereby.com/whereby-product-features/recording-with-embedded.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.
