# 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;


---

# 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.acho.io/app-builder/app-construction/interactions/actions/media-service.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.
