# Managing Files and Folders in Designer

Astera Cloud allows you to seamlessly transfer content between your local machine and the cloud environment. Whether bringing local files into Astera Designer or saving work back to your system, the Designer offers intuitive tools for efficient content management. This document explains how to perform both upload and download operations.

{% tabs %}
{% tab title="Uploading Content" %}

### Using the Toolbar Option

You can upload files using the Upload button <img src="/files/jqdG7olPQHKDOydsQ53Q" alt="" data-size="line"> in the tool-bar or by pressing Ctrl + U on the keyboard.

![](/files/RDQVncQtP5PhjflXJUri)

This button also has a dropdown option to *Upload Folder* if you want to upload an entire folder instead of individual files.

![](/files/uEMNpWfW12O8a3oiSekV)

Your local file explorer will open. Here you can select the files (or folder if using the dropdown option) you want to upload and click *Open*.

<img src="/files/0tk3Na9b6GAar395t9rJ" alt="" width="563">

A success message will appear and the *Data Source Browser* panel will open with the uploaded content in a *Default Uploads* folder.

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

### Using the *Data Source Browser* panel

The *Data Source Browser* panel also has a similar upload button <img src="/files/jqdG7olPQHKDOydsQ53Q" alt="" data-size="line">. This option will only be enabled when a user has selected a folder, as this button is designed to upload files or folders to the selected folder rather than the *Default Folder*. The rest of the steps remain the same as before.

<figure><img src="/files/LxWWbhe8C0zB1bMvTwOy" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Downloading Content" %}
To save files or folders from Astera Cloud to your local machine, you can use the download functionality available in the Designer.

In this document, we will learn how to download files and folders from the Designer.

### Using the Data Source Browser Panel

1. You can download content by first selecting a file or folder in the *Data Source Browser* panel, this will enable the *Download* <img src="/files/lrYAzCm81MEjoYIhicwd" alt="" data-size="line">button.<br>

   <figure><img src="/files/w0XcvUGFoqNZhfEPlWSu" alt=""><figcaption></figcaption></figure>
2. Click the *Download* button.
3. Your local file explorer will open, allowing you to choose where you want to save the downloaded content. Select your preferred download location and click OK.\
   The selected content will be downloaded to your chosen location.<br>

   <figure><img src="/files/gy0aTs9qatuXnXqVYYfI" alt=""><figcaption></figcaption></figure>
4. Once the download is complete, a success message will appear confirming that the download was successful.

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

{% endtab %}
{% endtabs %}


---

# 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://documentation.astera.com/setting-up/cloud/managing-files-and-folders-in-designer.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.
