# Media Manager

Voyager has a full-fledged Media Manager which allows you to upload files, re-name files, and delete files. You can also add new folders and move files/folders. Basically anything that you would be able to do in any type of Media Manager you can do so in the Voyager Media Manager.

![](/files/-LrOVMDibnyMMYE7oDz-)

You may also drag and drop files onto the 'upload' button to upload multiple files.\
The media manager allows you to create thumbnails and add watermarks to uploaded images through the configuration file.\
Please visit the [media-picker documentation](/1.4-1/bread/introduction-1/media-picker.md#watermark) to learn about the configuration options.

{% hint style="info" %}
**Notice on File Upload Size**\
If you are getting an error when trying to upload large files, this may be a setting that needs to be changed in your PHP. Be sure to check `max_file_upload` and `file_upload_size`
{% endhint %}


---

# 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://voyager-docs.devdojo.com/1.4-1/core-concepts/media-manager.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.
