> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/~/changes/eaCuYFhybbREuBouwZp6/assets/upload-links.md).

# Upload Links

Upload Links allow external non-HIVO users to upload to your Library under restricted conditions, and can be created/modified by Client Admins.

The link creation process is comprised of 2 steps; link settings and Asset settings.

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2FNmUM6AruHBRp0w3UW554%2Fimage.png?alt=media&amp;token=c70601fa-ae4f-4628-9a11-268dd1057b82" alt="Upload link"><figcaption><p>Upload link dialog</p></figcaption></figure>

### Link Settings

Like [Shared Links](/~/changes/eaCuYFhybbREuBouwZp6/assets/sharing-assets.md) (used to share Assets externally from HIVO), Upload Links have an expiry date on them. At the start of the selected day, the link will expire and become inaccessible. In order to limit potentially unwanted access, Upload Links also have a maximum capacity for the amount of uploads that can be made through a single link. E.g. if you’re only expecting a user to upload a few files, then you might set the limit to 20. You may also input a description that’ll appear at the top of the Uploader for the end user before they start adding files.

### Asset Settings

Settings found here will be applied to all uploads received from the link. E.g. if you add a Collection, then all Assets will be added to it. One of the key settings that’s recommended to be left turned on is the ‘Requires Approval’ checkbox - which will send all Assets to the [Approvals](/~/changes/eaCuYFhybbREuBouwZp6/approvals.md) area. This will help with moderating incoming Assets and ensuring they are correctly tagged, have the right folder etc.

The recipients of the link will be able to input metadata in the guest uploader, such as a description or copyright, including any custom inputs that've been configured. The 'Tag Assets' step can be optionally disabled if wanted.

### Location

Upload Links can currently be found in the following areas:

In the Library by clicking the cloud icon in the top right.

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2FIpbK0dEwu6yfR3gyvqKK%2Fimage.png?alt=media&amp;token=cde64a7d-72f2-46d5-8900-ceeddb385d67" alt="Upload link in library"><figcaption><p>Upload link in Library</p></figcaption></figure>

In a Collection using the icon seen below. This will refill the Asset Settings step with the Collection.

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2FWO4snX8SE7GyQrDGEXmE%2Fimage.png?alt=media&amp;token=095f536b-88eb-4df3-be84-6d51ca602da6" alt="Upload link collection"><figcaption><p>Upload link Collection</p></figcaption></figure>

In a Task by clicking its respective button on the bottom right. This will refill the Asset Settings step with the Task.

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2FdmAoZ4Kyd9uasq6iCRjt%2Fimage.png?alt=media&amp;token=5405e2d3-8645-4733-8431-72ea924b8946" alt="Upload link Task"><figcaption><p>Upload link Task</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://support.hivo.co/~/changes/eaCuYFhybbREuBouwZp6/assets/upload-links.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
