> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/back-office-guide/clients/general/files-tab.md).

# Files tab

On this tab, you can view and manage files related to a particular client.

By default, the folder tree on this tab reflects the structure of [system client folders](/back-office-guide/system/client-folders.md). As a more advanced approach to storing files, you can create and then manage custom folders, taking into account the following considerations:

* A folder tree can be of any nesting depth.
* Predefined folders cannot be deleted on this tab.
* You can view only those predefined system folders to which you were granted access.

If a system folder is created with the same name as that of a custom folder of some client, a `_Custom` postfix is added to the custom folder name, and the system folder is created at the same nesting level.

Use the following buttons to perform a specific action:

**Download all**

Choose a method to export a ZIP archive containing files related to a particular client (you can send the archive to your email address or download it to your computer).

To export all files, click **Download All**.

To export specific files, press **Command** (on macOS) or **Ctrl** (on Windows), select the required files with the mouse cursor, and then click **Download All**.

***

**Add file**

Upload client files from your computer or a cloud to the Back Office.

***

**Add multiple files**

Upload multiple client files at once.

***

**Add directory**

Create a new folder.

***

**Edit**

Rename files or move them to other folders. The files can only be moved between folders related to a specific client.

***

**Delete**

Delete selected files or folders.

***

**Cancel**

Discard unsaved changes.

***

**Save**

Apply the changes.

{% hint style="success" %}
**See also**

[How to upload a file](/how-to-articles/manage-clients/how-to-upload-files-to-a-client-profile.md)
{% endhint %}


---

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

```
GET https://docs.b2core.b2broker.com/back-office-guide/clients/general/files-tab.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.
