# 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/D3bNZ9KLcEzsIIBjEbKt" alt="" width="415"><figcaption><p>Fig3: Sharing File</p></figcaption></figure>

4. Congrats! You have privately shared a file!&#x20;

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

## 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.

<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".&#x20;

<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.&#x20;

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!&#x20;

{% 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: 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.
