# Upload / Download

## **Upload File**

Upload a file from your computer to Arkain. To upload a file:

{% stepper %}
{% step %}
Right-click on an empty area in the **Project Sidebar** and select **\[Upload File]**.
{% endstep %}

{% step %}
A pop-up will appear allowing you to **browse and select a file from your computer**.
{% endstep %}

{% step %}
The file will be uploaded to the currently selected location in the **Project Sidebar**.
{% endstep %}
{% endstepper %}

## **Upload Folder** <a href="#export-file" id="export-file"></a>

Upload a folder from your computer to Arkain. To upload a folder:

{% stepper %}
{% step %}
Right-click on an empty area in the **Project Sidebar** and select **\[Upload Folder]**.
{% endstep %}

{% step %}
A pop-up will appear allowing you to **browse and select a folder from your computer**.
{% endstep %}

{% step %}
The folder and its contents will be uploaded to the currently selected location in the **Project Sidebar**.
{% endstep %}
{% endstepper %}

## **Download File** <a href="#export-file" id="export-file"></a>

You can download project files from Arkain to your computer using the **Download File** feature.

{% stepper %}
{% step %}
Right-click on the desired file in the **Project Sidebar** and select **\[Download File]**.
{% endstep %}

{% step %}
Click the **\[Yes]** button to download the file to your computer.
{% endstep %}
{% endstepper %}

## **Download Folder** <a href="#export-folder" id="export-folder"></a>

Download a folder from Arkain to your computer. To download:

{% stepper %}
{% step %}
Right-click on the desired file in the Project Sidebar and select **\[Download ZIP]** or **\[Download Folder]**.
{% endstep %}

{% step %}
Choose your preferred compression format: ZIP, TAR, or TAR.GZ.
{% endstep %}
{% endstepper %}


---

# 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.arkain.io/user-guide/workspace/file-management/upload-download.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.
