> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Share a workflow

> Share a workflow with a public view link, with specific people or organizations, or with a live collaboration invite link.

Click the **Share workflow** button (the share icon in the top-right of the canvas) to open the **Share Workflow** dialog. From here you can publish a public view link or grant access to specific people and organizations. A separate invite link brings collaborators into the flow to edit with you live.

<Frame caption="The Share Workflow dialog with public access enabled">
  <img src="https://mintcdn.com/noclickinc/S0vAQNsUH_SVp_WL/images/collaboration/sharing-1.png?fit=max&auto=format&n=S0vAQNsUH_SVp_WL&q=85&s=89c9ad38b7e4295f4a7698dda3389dd9" alt="Share Workflow dialog showing the Public access toggle, the public link, and the recipient input" width="896" height="1448" data-path="images/collaboration/sharing-1.png" />
</Frame>

## Public link

Turn on the **Public access** toggle ("Anyone with the link can view") to get a view-only link:

```
https://noclick.com/share/{workflow-id}
```

Use the copy button next to the link to share it. Visitors can view the workflow but not edit or run it. Turn the toggle off to revoke the link.

<Note>
  When public access is on, a **Publish to Template Library** option appears. See [Publishing templates](/templates/publishing).
</Note>

## Specific people and organizations

<Steps>
  <Step title="Add a recipient">
    Type in the **Add people or organizations...** field. Suggestions include your organizations (shared with "All members") and their members, or enter any email address.
  </Step>

  <Step title="Pick a permission">
    Choose **Can view** or **Can edit** next to the input before adding. Editors can change the workflow; viewers can only look.
  </Step>

  <Step title="Manage access">
    Everyone you've shared with appears under **People with access**. Use the dropdown next to a person to switch between **Can view** and **Can edit**, or click the trash icon to remove their access.
  </Step>
</Steps>

If you share with an email that doesn't have a NoClick account yet, the entry shows a **Pending invite** label. The share activates automatically when that person signs up with the same email.

<Frame caption="People with access, including a pending invite">
  <img src="https://mintcdn.com/noclickinc/S0vAQNsUH_SVp_WL/images/collaboration/sharing-2.png?fit=max&auto=format&n=S0vAQNsUH_SVp_WL&q=85&s=62abec8ece05a99e4916672308471f5b" alt="Share dialog access list with permission dropdowns and a pending invite entry" width="844" height="488" data-path="images/collaboration/sharing-2.png" />
</Frame>

## Invite links

The fastest way to bring someone into a flow is the invite link. Click the **Invite collaborators** button (the round person-plus button on the right edge of the canvas) to open the invite card, then click **Copy link**.

<Frame caption="The invite card with the workflow's collaboration link">
  <img src="https://mintcdn.com/noclickinc/S0vAQNsUH_SVp_WL/images/collaboration/sharing-3.png?fit=max&auto=format&n=S0vAQNsUH_SVp_WL&q=85&s=333977bf02255d3d166fe184793ac9c2" alt="Invite collaborators popup showing the copyable invite link" width="812" height="598" data-path="images/collaboration/sharing-3.png" />
</Frame>

The link looks like `noclick.com/i/{token}`. When someone opens it:

1. They land on an invite page showing who invited them and the workflow name.
2. They sign in or create an account on that page.
3. They join the same workflow as a collaborator with edit access. There is no copy or fork; you build together on one canvas.

Each workflow has one always-on invite link, and only the workflow owner can create it. Reopening the invite card shows the same link. To remove a collaborator who joined through the link, delete them from **People with access** in the Share dialog.

<Note>
  Invite links aren't available for organization workflows. Members of an [organization](/collaboration/organizations) already share access to its workflows.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Work together in real time" href="/collaboration/real-time">
    Live cursors, presence avatars, and instant edit syncing.
  </Card>

  <Card title="Credential sharing" href="/credentials/sharing">
    How collaborators run nodes without copying your credentials.
  </Card>
</CardGroup>
