# Web UI

## View

Left side: Folder navigation bar

Rightside: File list

Top side: Toolbar & Current Path

![File Manager](/files/-Mdypmp7RIQQ1tN3IXuR)

## Right-Click Menu

You can right click mouse on file, folder or file list area to call menu

{% tabs %}
{% tab title="On File" %}

| Features     | Description                           |
| ------------ | ------------------------------------- |
| New Folder   | Create folder on current path         |
| Cut          | Cut select file                       |
| Copy         | Copy select file                      |
| Copy Path    | Copy select file path                 |
| Paste        | Paste  clipboard file on current path |
| Download     | Download select file                  |
| Upload       | Upload file to current path           |
| Rename       | Rename select file                    |
| Delete       | Delete select file                    |
| {% endtab %} |                                       |

{% tab title="On Folder" %}

| Features     | Description                           |
| ------------ | ------------------------------------- |
| New Folder   | Create folder on current path         |
| Cut          | Cut select folder                     |
| Copy         | Copy select folder                    |
| Copy Path    | Copy select folder path               |
| Paste        | Paste  clipboard file on current path |
| Download     | Can't download folder now version     |
| Upload       | Upload file to current path           |
| Rename       | Can't download folder now version     |
| Delete       | Delete select folder                  |
| {% endtab %} |                                       |

{% tab title="On File List Area" %}

| Features      | Description                           |
| ------------- | ------------------------------------- |
| New Folder    | Create folder on current path         |
| Cut           | Can't do here                         |
| Copy          | Can't do here                         |
| Copy Path     | Copy current path                     |
| Paste         | Paste  clipboard file on current path |
| Download      | Can't do here                         |
| Upload        | Upload file to current path           |
| Rename        | Can't do here                         |
| Delete        | Can't do here                         |
| {% endtab %}  |                                       |
| {% endtabs %} |                                       |

![](/files/-MdyqYNspQg0GNyaafEW)

## Upload File or Folder

1. Click toolbar "Upload" to upload file to current path
2. Drag and Drop file or folder to file list area
3. right click and select "Upload"

![](/files/-Mdyu207tSeBVdiJPR8S)


---

# 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://innocuous-book.gitbook.io/innocuous-book/file-manager/web-ui.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.
