> For the complete documentation index, see [llms.txt](https://docs.acho.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acho.io/app-builder/app-construction/interactions/actions/media-service.md).

# Media Service

## List files

This action allows users to fetch a list of files from a media file folder.

* **Folder Path:** The path of the folder from which the file list will be retrieved.&#x20;
* **File Name:** (Optional) If provided, the function will list files that match the specified file name or pattern. Leave blank to list all files in the folder.

## Download files

This action allows users to download specific files from a media file folder.

* **Folder Path:** The folder path where the target file is located.&#x20;
* **File Download Name:**  The download file name

## Delete files

This action allows users to delete files from a specified folder.

* **Folder Path:** The folder from which files will be deleted.&#x20;
