# Collaborative Workflows

- [Collaboration](https://docs.feathery.io/platform/collaborative-workflows/collaboration.md): Feathery supports advanced collaboration use cases for form workflows.
- [Email Invite](https://docs.feathery.io/platform/collaborative-workflows/collaboration/email-invite.md): You may invite all of your form collaborators via email to access and edit the submission.
- [Start Directly](https://docs.feathery.io/platform/collaborative-workflows/collaboration/start-directly.md): If you're the first collaborator on the form submission, you can skip the email flow.
- [Anonymous Starts](https://docs.feathery.io/platform/collaborative-workflows/collaboration/anonymous-starts.md): Collaborative submissions can be initiated from the form anonymously
- [Review, Edit & Approve](https://docs.feathery.io/platform/collaborative-workflows/review-edit-approve.md): Build complex submission review & approval flows with Feathery
- [Unique Submission Links](https://docs.feathery.io/platform/collaborative-workflows/unique-submission-links.md): You can access a form submission via a unique link to edit across browsers.


---

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