# Upload files to Xano

If you have an **/upload/attachment** endpoint in your Xano API, you will see two sections when viewing your Xano data resource: Collections and Storages. Collections is for the Xano tables with your data, and Storages is where your files are kept on Xano.

**Upload to Xano as an App Builder**

You can upload files to Xano from the Jet Admin's app builder with no further setup – simply go to **Files** in the Storages section of your Xano resource, click on **Upload File** in the upper right corner, and choose the file you wish to upload.

<figure><img src="https://lh4.googleusercontent.com/4LL9To8ijf_KtY4MOhzOMVVMbq0mcm9KIwqLW0KwtRGtI5_q3erscmMxI5jKQPeBCcm61D8lbVHFsv7MpGtdE_qEQUr6FqobMGVVzKUNlXCvxbfxZk1I7I3vUALtpZafzRXm0-Vl9owkBnk=s2048" alt=""><figcaption></figcaption></figure>

**Allow App Users to Upload to Xano**

You can allow your app users to upload files to Xano 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 Xano as the storage that you want to upload the file to.

<img src="https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LQ08RFAKZvFADEiXKFy%2Fuploads%2FYjlbeLxC10bp5kZsrA4C%2Fimage.png?alt=media&#x26;token=b8742654-56cc-4ff3-bd31-a4a9f85de6bf" alt="" data-size="original">![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LQ08RFAKZvFADEiXKFy%2Fuploads%2FJ8AklxYF358ULOl0hZiD%2Fimage.png?alt=media\&token=ad833f36-b329-41fb-b868-a7acf67b833c)


---

# 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/integrations/xano/upload-files-to-xano.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.
