# How to create a shared folder

## Create Shared Folder

### Overview

The new `Create Shared Folder` action lets primary FenixShare users spin up a brand-new encrypted workspace without leaving the browser. From a single modal you can name the folder, stage initial files, create the share, and land directly in the link with everything queued for upload.

<figure><img src="/files/XkJ3obuPR3YXEcj7zTCr" alt="" width="175"><figcaption></figcaption></figure>

### Who Can Use It

* Available to signed-in **primary users** only; guests will not see the button.
* Requires permission to create shares within your tenant.
* Works for folders backed by the default FenixPyre connector; additional connectors retain their existing creation paths.

### Step-by-Step

1. **Open the sidebar** and select `Create Shared Folder`.

   <figure><img src="/files/yv3jr7vvrgP16XpXpTe4" alt="" width="563"><figcaption></figcaption></figure>
2. **Name the folder** – enter a descriptive title; the `Create Folder` button stays disabled until text is provided.
3. **Select files (optional)** – click anywhere in the upload card to choose multiple files. They appear in a checklist with icons, sizes, and remove controls.

   <figure><img src="/files/TK3rtrHwsXdZJFkMipHJ" alt="" width="563"><figcaption></figcaption></figure>
4. **Create the folder** – click `Create Folder`. You will be redirected to the new share link once it’s ready.
5. **Let uploads finish** – on the share link page, queued files upload automatically. The upload widget shows progress so you can continue working.

### Tips & Troubleshooting

* **Change your mind?** Use `Cancel` to reset the modal; the folder name and file queue clear when it closes.
* **Need more files?** After the redirect, drag-and-drop or use the regular `Upload` action inside the share link.


---

# 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.fenixpyre.com/fenixpyre-for-users/fenixpyre-sharing/how-to-create-a-shared-folder.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.
