> For the complete documentation index, see [llms.txt](https://docs-old.zus.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.zus.network/products/vult/upload-a-file-to-a-folder.md).

# Upload a File to a Folder

1. Locate and click on the "Upload" option situated in the upper right-hand corner of the Vult dashboard.

<figure><img src="/files/zKaYmbrvGqXDw0y10itX" alt=""><figcaption></figcaption></figure>

2. Next, carefully select the files you wish to upload from your local system.

<figure><img src="/files/295U0CXGyMX2fn2cym2n" alt=""><figcaption></figcaption></figure>

3. A convenient popup window will emerge, providing you with two options: you can either name the file (for the sake of this example, we'll call it a "sample file") or choose the specific location within the platform where you want to upload the file. If you choose for the latter, click on the "+ Create Folder" button to create a new folder.

<figure><img src="/files/UfXwuCLWVqCbRKZgllgT" alt=""><figcaption></figcaption></figure>

&#x20;4\. To proceed, provide a name for the newly created folder and then click on the "Create" button.

<figure><img src="/files/ErrBBbMugfoindn1g0Q0" alt=""><figcaption></figcaption></figure>

&#x20; &#x20;

5. Once the folder is successfully created, select it (for our example, let's assume we named it "backup") and click on the "Upload" button.

<figure><img src="/files/FScnNljMEL58bGv4ljLT" alt=""><figcaption></figcaption></figure>

6. Upon successful completion of the upload, your folder will be conveniently listed under the "Recents" section within the application.

<figure><img src="/files/zVXySwqlLMLB3roFDdCl" alt=""><figcaption></figcaption></figure>

7. To access and view the uploaded file, simply click on the folder.See the newly created "backup" folder below:

<figure><img src="/files/isQCmtAwqXkqZ8f6XEDd" alt=""><figcaption></figcaption></figure>

8. To explore additional options for managing the file, click on the three dots located beneath the uploaded file. This action will reveal a menu containing various file operations.

<figure><img src="/files/sxJElJuqclr6SiO0z3eg" alt=""><figcaption><p>File Options</p></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-old.zus.network/products/vult/upload-a-file-to-a-folder.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.
