> For the complete documentation index, see [llms.txt](https://help.circlehd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.circlehd.com/management/how-to-manage-portal-media.md).

# How to Manage Portal Media?

You can manage portal media files easily by editing, downloading, deleting, adding to a playlist, and check the total views.&#x20;

To open media manager page, click on the \[**Media Manager**] option in the drop-down menu.

![](/files/-MOaZfWpfZjPYEf2dlG0)

The below media manager page will be opened:

![](/files/-MOaZpIsUEH3z0U1E2zO)

In the media list you can see for each file the Title, Uploader, Uploaded date, Channel, Duration and views.&#x20;

**1-** Use the search text box **\[1]** to search and filter the media files list&#x20;

**2-** Select one or more media files from the list, then click on the "**Edit**" button **\[2]** to edit all selected media files

![](/files/-MOa_VOwoAEcfjHgU_gG)

**3-** Select one or more media files from the list, then click on the "**Delete**" button to delete all selected media files.&#x20;

![](/files/-MOadQRTrAOHLAaU-Hlk)

**4-** Select one or more media files from the list, then click on the "**Download as CSV**" button to download the media files information as CSV file.&#x20;

**5-** Select one or more media files from the list, then click on the "**+ Playlist**" button to add the selected media files to a specific playlist or create a new playlist for them.

![](/files/-MOa_tmcYKWfy5MxKtuD)

**6-** Use the list filters to filter the media files list by Channel, Uploaded Date, Duration and Views columns.&#x20;

**7-** Use **Change Owner** option to change the owner of a video or multiple videos.

![](/files/-MOacVaufXbpRmTlul6t)

**8-** All **Deleted** media(s) ar visible in **Deleted** Tab.

![](/files/-MOaddwsBke1Qp1J10oM)

Deleted Media(s) can be Restored or deleted permanently by their respective options.

![](/files/-MOae56CTkWFtj1KKRdR)


---

# 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://help.circlehd.com/management/how-to-manage-portal-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.
