# Data Source Storage

### Upload files as an App Builder

In the menu on the left, go to the storages section and click on the storage to which you want to upload a file. Then, simply click on **Upload File** in the upper right corner, and choose the file you wish to upload.

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

### Add a storage as an App builder

To add a new storage to your resource, go to the storages section in the **Data Editor** menu, and click on the *Create Storage* button. Then, you will need to configure the queries that suit your needs, only the *Upload* query is required.

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

### Allow app users to upload files

You can allow your app users to upload files to your storage by using a **File Picker** form. Drag and drop it into your app, then set it up by choosing the Output Format **Save to Storage** and choosing the storage that you want to upload the file to.

<img src="/files/cRx429MNA0QPL1ZO2Tqg" alt="" data-size="original">![](/files/07InIOxN9rGQeUjCYsOr)


---

# 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://docs.jetadmin.io/user-guide/data/file-storage-and-uploading/data-source-storage.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.
