> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/file-manager.md).

# File Manager

<figure><img src="/files/79f65706d245fc7ea639b9802b486aa8d17d6663" alt=""><figcaption></figcaption></figure>

The file manager plays a crucial role in sending images, audio, videos and files to your clients.

This article explores the essential aspects of file managers and their features,

### Accessing the manager

On the Sprinthub home screen, access the search bar and at the end of the general section, the file manager will be located.

<figure><img src="/files/087fee8cff1d7192e590a131ac62b016749e878e" alt=""><figcaption></figcaption></figure>

Right on the first screen we have 3 pieces of information. They are:

1. The three initial folders related to SAC, Email and Landing Pages
2. Sorting of existing folders.
3. How much storage has already been used

<figure><img src="/files/1b6d565608d87219b61299b611778f22a1646834" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Remember that each plan has its own storage limit, which are:&#x20;

TRACTION - 5 Gigabytes

GROWTH - 10 Gigabytes

ENTERPRISE - 20 Gigabytes
{% endhint %}

In the central area we find all the files inside the folders, with the main folder being the "root" and the others being subfolders. It is possible to upload multiple files at the same time and also apply a filter.

<figure><img src="/files/926ea8cb7be1a188cf41f5f338e04b8a8729db18" alt=""><figcaption></figcaption></figure>

Interacting directly with the files, we can:

* Select: to drag to another folder.
* View file: which will open a new window so you can preview it.
* Rename: change the name
* Delete: Which will send it to the trash.

<figure><img src="/files/57d12afc357b6dd7d8421078b8bb9b8481e7364a" alt=""><figcaption><p>]</p></figcaption></figure>

{% hint style="warning" %}
*<mark style="color:orange;">It is not possible to create an empty folder, as it will be removed when the page is reloaded.</mark>*
{% endhint %}

### Trash area

Clicking on "trash", we go to the tab of deleted files.

<figure><img src="/files/54bc6e3006b6023ae81c7a987d7ffe23cdf86c21" alt=""><figcaption></figcaption></figure>

Where we can both restore files and empty the trash to free up storage space.

<figure><img src="/files/43a5fd78702ca903989a20e3f1ca13a4ba612c62" alt=""><figcaption></figcaption></figure>


---

# 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.sprinthub.com/en/topics/general/file-manager.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.
