# Folders

{% hint style="info" %}
Folders are a beta feature. If you would like early access, please contact Smmall Cloud support.
{% endhint %}

## Creating a folder in the dashboard

To create a folder, select the new folder button in the bottom right of your screen. Enter a folder name and you will be redirected to the folder where you can begin adding content.

<figure><img src="/files/2k17naxTkUWpiLIbFatx" alt=""><figcaption></figcaption></figure>

## Uploading to folders

#### Drag & Drop

Upload files to folders by dragging and dropping from your desktop directly to the folder.&#x20;

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

Copy & Paste

You can also upload files simply by copying and pasting from your desktop into the folder.

<figure><img src="/files/7Sude8QIoryQpOepqIPV" alt=""><figcaption></figcaption></figure>

#### File system picker

Uploads via the the file system picker are available by clicking the "Upload file" button on the bottom right.

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

## Uploading folders on the Mac

{% hint style="info" %}
Requires Smmall Cloud for macOS 1.3.0
{% endhint %}

To upload a folder on macOS, drag & drop any folder onto the icon.

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

## Uploading with email

Each folder has a unique email address that you can use to send attachments directly into the folder.&#x20;

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

Any files sent to the folder address from any email will be automatically uploaded. You can use the folder address in the `To` , `CC` , or `BCC` fields and Smmall Cloud will upload the attachments. In the case of a long email thread, Smmall Cloud will automatically discard duplicates.

You can share the folder email address with anyone and they will be able to email files to the folder.

## Adjusting folder display

Folders contents can be displayed as Grid or a List. You can control the display using the edit menu.

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

## Ordering folder contents

You can set the order of folder contents by dragging and dropping them, using the drag handle.

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

## Folder RSS feeds

Each folder has an RSS feed of its content. You can use this to distribute markdown blog content or podcast feeds.&#x20;

<figure><img src="/files/EwkOJXO33JrUqoZwiytA" alt=""><figcaption><p>Folder contents displayed in Feedly</p></figcaption></figure>

## Moving existing files into a folder

To move any file you've already uploaded into a folder or to move one file to another folder, use the "Set Folder" action of the file edit menu and choose the destination folder for your file.

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

To move a file out of a folder without adding it to another, select the "Move Out" option

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


---

# 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.smmall.cloud/folders.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.
