> For the complete documentation index, see [llms.txt](https://docs.zus.network/zus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zus.network/zus-docs/webapps/vult/file-sharing.md).

# File Sharing

You can share your files via Vult, either publicly or privately. To share a file, select "Share" from its actions menu:

<figure><img src="/files/LGxw1n1x6oJxLb8v0wgW" alt=""><figcaption><p>Fig1: Share button</p></figcaption></figure>

A window will open where you can see your Auth Token after it's generated and can share the link of your file with anybody to view it.

<figure><img src="/files/cbNkAqUlO8NoYzbDb5b6" alt=""><figcaption><p>FIg2: Share window</p></figcaption></figure>

If you want to share it privately, just place your file in the "Encrypted" folder and then share it, you'll then need to select the Züs user(s) with whom you'll be sharing the file, by writing their user names and then clicking "Add".

<figure><img src="/files/wh3Q8DohyLyWwEXbqQFx" alt=""><figcaption><p>Fig3: Private share window</p></figcaption></figure>

You can then view all your shared files in from the "Shared" page which you can find in the left menu.

<figure><img src="/files/ZLTnBk6AKBgGA0NJzgVX" alt=""><figcaption><p>Fig4: Shared files viewer</p></figcaption></figure>

## Private Sharing

You can also share your files privately with only some users, and revoke access for any of them anytime.

1. First, make sure the file is uploaded into your Encrypted Folder on the Homepage.

<figure><img src="/files/6oIqYEBLcbQa1qfuYwdx" alt=""><figcaption><p>Fig1: Encrypted Folder</p></figcaption></figure>

2. Choose a file, and select "Share" on its file operations. (the three dots).

<figure><img src="/files/3QQt988X0HVdOe3LlY7B" alt="" width="340"><figcaption><p>Fig2: File Operations</p></figcaption></figure>

3. Input the profile name of the user you would like to share the file. Next, click "Add."

<figure><img src="/files/jvrNCZVe5jLyJjpgHbJJ" alt="" width="415"><figcaption><p>Fig3: Sharing File</p></figcaption></figure>

4. Congrats! You have privately shared a file!

{% hint style="info" %}
Our decentralized technology (Proxy Re-Encryption) ensures the file is shared securely with absolute privacy.
{% endhint %}

## Sharing an encrypted folder

You can share a whole **encrypted folder** — and keep adding or updating encrypted files in it **without re-sharing**. Thanks to Züs proxy re-encryption, the share keys stay the same, so everyone you shared with automatically sees the current contents.

1. Open the **Encrypted** section from the left menu. Create an encrypted folder there (**New → Create Folder**) and put your encrypted files inside it.
2. On the folder, click the three dots and choose **Private Share**.
3. Share it privately — encrypted folders can't be turned into public links:
   * **Selected Users** — search by username and add specific people.
   * **Shared With Groups** — share with a whole **group (data room)** at once.

<figure><img src="/files/v2CUzZkKDrAhfZxw0EBk" alt="Private Share dialog for an encrypted folder, with Selected Users, Shared With Groups, and Shared With tabs"><figcaption><p>Sharing an encrypted folder privately — to selected users or a group</p></figcaption></figure>

4. Afterwards you can **add new encrypted files to the folder, or update existing ones, without re-sharing** — the people (or group) you shared with keep access automatically. To remove someone, open the **Shared With** tab and revoke them.

## View shared files

1. To view shared files, navigate to "Shared" on the main tab.

<figure><img src="/files/yUkHnmER8XZWGeDm5hfR" alt=""><figcaption><p>Fig4: Shared Page</p></figcaption></figure>

2. Here you can see all files shared **to** you and **by** you. Both **standard and encrypted** shared files (and shared folders) are listed together in this one place.

<figure><img src="/files/kXHv0gSenIhJTdBhL0gK" alt="" width="375"><figcaption><p>Fig5: Shared Files Page</p></figcaption></figure>

## **Revoke Access**

1. Select a shared file, and click "Share".

<figure><img src="/files/yGfZbA1uqxNYdFZxsMSF" alt="" width="340"><figcaption><p>Fig6: Revoke - Share Link</p></figcaption></figure>

\
2\. Here you can track all users that have access to your file.

Click in the trash can to revoke access:

<figure><img src="/files/8mQycwNq2ScVazSd6tsn" alt="" width="425"><figcaption><p>Fig7: Revoke Access</p></figcaption></figure>

3. You revoked file access!

{% hint style="danger" %}
Renaming or deleting a shared file will cause it to be unshared. Users cannot access shared files after they are renamed or deleted.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.zus.network/zus-docs/webapps/vult/file-sharing.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.
