# Collaborating on Workflows

## Workflow permissions

Each workflow has granular permissions that govern which users have which levels of access. If you're familiar with Google Docs, you'll find the sharing model in Relay.app to be familiar. To view and edit the sharing permissions for a given workflow, select the Share button in the top right.

<figure><img src="/files/c8aVeklsrthVxGNK9KO7" alt="" width="296"><figcaption><p>The button to add collaborators can be found in the top right of each workflow.</p></figcaption></figure>

#### Collaborators

In the Collaborators section of the sharing dialog, you can grant specific users in your workspace access to the workflow. Each additional collaborator can be added as either an Editor or a Viewer.

#### General Access

In addition to specific users that have access, each workflow also has two more general settings.

* **Assignees** - This indicates that users who have been assigned a human-in-the-loop step but otherwise don't have permissions to access the workflow can only view the steps that are specifically assigned to them.
* **Workspace members** - This setting governs the access provided to other members of the workspace but are not explicit collaborators. If it's set to Restricted, they have no access. Alternatively, this can be set to Edit or View access.

<figure><img src="/files/FnOzVSuNo5Te8v2ILSRr" alt="" width="375"><figcaption><p>The sharing dialog for inviting collaborators and changing permissions.</p></figcaption></figure>


---

# 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.relay.app/workflows/sharing-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.
