> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/integrations/xano/upload-files-to-xano.md).

# 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="/files/cRx429MNA0QPL1ZO2Tqg" alt="" data-size="original">![](/files/07InIOxN9rGQeUjCYsOr)


---

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