# Unique Submission Links

## Get a unique link

The edit link is of the form `https://form.feathery.io/to/<FORM SLUG>?_id=<USER ID>` , where `USER ID` can be any unique identifier of your user. It's easy for you to manually generate a unique link, but you can also access them from Feathery in two ways.

#### New links

You can generate a unique form submission link to use by clicking `Share Submission Link` towards the bottom of the `Publish` dropdown.

<figure><img src="/files/LgzyjiqQ1dxued4xjorM" alt="" width="375"><figcaption></figcaption></figure>

#### Existing submission links

To get the unique link to an existing user submission, go to the `Results` tab and select one of your submissions. Then, click the `Open Submission in Form` button at the top.

<figure><img src="/files/FyeUcT6dZ6Us65ziprR7" alt="" width="375"><figcaption></figcaption></figure>

## Use cases

#### Collaboration

You can send multiple users the same unique form link to allow them to collaborate on filling out a single form.

Feathery also supports powerful [collaboration workflows](/platform/collaborative-workflows/collaboration.md) for advanced collaboration use cases.

#### Edit across devices

If a user has access to their unique submission link, they'll be able to access it from any device to come back and edit their old submission.

#### Email a link to the submission

Feathery allows you to email your users an edit link to their old submission. Simply set up the [email integration](https://feathery.io/integrations/email) on your form and include `{{Feathery Edit Link}}` in your email body where you want the edit link to be included.


---

# 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.feathery.io/platform/collaborative-workflows/unique-submission-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.
