# Anonymous Starts

You may choose to start your submission directly if you're the first collaborator and you want to invite your collaborators in the form itself via fields.

If a submission is started from the form itself rather than from the collaboration flow in the dashboard, it can still become a collaborative submission with multiple collaborators. To do so, first check the `Allow Anonymous Starts` toggle on the `Collaboration` tab of your form settings.

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

The first visitor to the form will assume the role of the first collaborator anonymously since their email will not be known.

## Invite Additional Collaborators

Much like the [Start Directly](/platform/collaborative-workflows/collaboration/start-directly.md) method, you can configure button actions on your form to [invite additional collaborators.](/platform/collaborative-workflows/collaboration/start-directly.md#invite-additional-collaborators)

## Return to Previous Collaborator

The [Return to Previous Collaborator](/platform/collaborative-workflows/collaboration/start-directly.md#return-to-previous-collaborator) action can be leveraged as well. But if you're trying to rewind to the very first (anonymous) collaborator, you'll have to map the `Assign Email` setting on the action to the Feathery field containing the email of the first user. `Assign Email` will only appear when anonymous starts are enabled and returning to the very first collaborator.

<figure><img src="/files/hxI0uAAQVCOW6DStuvo4" alt="" width="323"><figcaption></figcaption></figure>

This assumes the first collaborator entered their email at some point, and it allows us to de-anonymize them and send them a notification email when returning.


---

# 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/collaboration/anonymous-starts.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.
