> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/yayreviews/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/yayreviews/settings/media.md).

# Media

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

The **Media Settings** section allows you to control how customers upload photos and videos when submitting reviews.

#### Enable Media Uploads

* **Enable Media Uploads** allows customers to attach images and/or videos to their reviews.
* When disabled, reviews will be text-only.
* This option is recommended if you want more authentic and engaging reviews with visual proof.

#### Allowed Media Types

Choose which types of media customers are allowed to upload:

* **Images only**
* **Videos only**
* **Images & Videos**

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

This setting applies globally to all reviews.

### Image Settings

Configure limits for image uploads to ensure optimal performance.

#### Max Image Size (MB)

* Defines the maximum file size allowed for each uploaded image.

#### Max Images Per Review

* Sets the maximum number of images a customer can upload in a single review.

### Video Settings

Control how customers upload videos with their reviews.

#### Max Video Size (MB)

* Defines the maximum file size for each video upload.

#### Max Videos Per Review

* Sets the maximum number of videos allowed per review.

#### Max Video Duration (Seconds)

* Restricts the maximum length of uploaded videos.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.yaycommerce.com/yayreviews/settings/media.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
