> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/sharing-and-collaboration/published-links.md).

# Published Links

Published links are great for inviting external collaborators that need temporary access to a folder or file.

You can create a link from a preset permission level, or build a custom link with individual toggles.

### Preset permission levels

Published links support these preset levels:

* **Viewing**: View the asset
* **Downloading**: View and download the asset
* **Commenting**: Downloading plus commenting
* **Editing**: Commenting plus uploading, renaming, and deletion
* **Full Access**: Editing plus sharing with others

### Custom link permissions

Custom links let you enable specific capabilities:

* Commenting
* Downloading
* Viewing Metadata
* Editing Metadata
* Uploading

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

To create a published link:

* Right click on any asset or folder and click **Share** (or click on the Share button on the top right of the screen)
* Choose your published link preset, or make your own using the **Create custom link** button.
* Choose the permissions you would like to assign
* Optionally assign a password, and expiration date.
* Click the **Create link** button on the top right

Now you can copy this link to your clipboard and share it via the button on the right hand side.

The permissions for this link can always be modified later. Changes apply to anyone using that link.

You can also keep track of all of a drive’s shared links via the **Shared Links** section of the drive on the left hand side.

Published links support analytics, so you can review link activity after sharing.


---

# 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://academy.shade.inc/sharing-and-collaboration/published-links.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.
