# File Explorer

The Files section on the left panel provides access to your Heisenware account's internal file server. This is the central location for uploading and managing any external files your logic needs, such as data files for your functions, images for the UI of your apps, or PDFs for template backgrounds.

## Uploading Files

1. Click the upload icon (<i class="fa-cloud-arrow-up">:cloud-arrow-up:</i>) at the top of the Resources section.
2. Drag and drop a file or click to select one from your computer.
3. Click Upload. The file is now ready to be used by your functions.

## Managing Files

Right-click any file to open the context menu. Here you can:

* Download the file.
* Create a new folder to organize your assets.
* Rename a file or folder.
* Delete a file or folder.
* Copy the file's path to use it directly in function configurations.

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

{% hint style="warning" %}
Be careful when renaming or deleting a resource. If a function (like `readCsv`) or a PDF template is already using that file path, your logic will break.
{% endhint %}

## Common use cases

* **Data ingestion**: Uploading `.csv` or `.json` files to be processed by your logic.
* **UI assets**: Storing images and illustrations to be dragged into the UI of your app.
* **Document generation**: Storing the PDF "master" files that serve as backgrounds for the [PDF Template Editor](https://www.google.com/search?q=https://docs.heisenware.com/app-builder/build-user-interface/pdf-template-editing).


---

# 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.heisenware.com/app-builder/build-backend/file-explorer.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.
