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

# Work together in real time

> Every workflow canvas is multiplayer: presence avatars, live named cursors, and edits that sync instantly to everyone.

Every workflow canvas is multiplayer. When a collaborator opens a workflow you've [shared](/collaboration/sharing), you both work on the same live canvas. There is nothing to enable.

<Frame caption="Two people editing the same workflow: avatar stack in the top bar and a named cursor on the canvas">
  <img src="https://mintcdn.com/noclickinc/S0vAQNsUH_SVp_WL/images/collaboration/real-time-1.png?fit=max&auto=format&n=S0vAQNsUH_SVp_WL&q=85&s=305391e06d11c075b301511768d9f23d" alt="Workflow canvas with collaborator avatars next to the Run button and a colored, named cursor" width="2880" height="1800" data-path="images/collaboration/real-time-1.png" />
</Frame>

## See who's here

Connected collaborators appear as a stack of avatars next to the **Run** button in the top bar. Hover the stack to see everyone's name.

## Live cursors

Each collaborator's pointer shows on the canvas in their own color with their name attached, so you can see where everyone is working as they move around the flow.

## Edits sync instantly

Changes appear for everyone the moment they happen:

* Adding, moving, resizing, or deleting nodes
* Connecting and removing edges
* Editing a node's configuration fields, including an AI agent's model

There is no save or refresh step. If two people edit at once, changes merge automatically.

## Running nodes as a collaborator

When a collaborator runs a node on a shared workflow, credentials resolve as the workflow owner. The owner's credentials are never copied into the collaborator's account; the node's credential panel shows them as "Owned by" the owner and shared with the flow.

See [Credential sharing](/credentials/sharing) for the full model.

<Frame caption="A shared credential shown in a collaborator's node config">
  <img src="https://mintcdn.com/noclickinc/S0vAQNsUH_SVp_WL/images/collaboration/real-time-2.png?fit=max&auto=format&n=S0vAQNsUH_SVp_WL&q=85&s=cb5a744fed2497387129ea5563c2e7b1" alt="Node credential panel showing a credential owned by the workflow owner" width="2626" height="688" data-path="images/collaboration/real-time-2.png" />
</Frame>

## Next steps

<CardGroup cols={2}>
  <Card title="Share a workflow" href="/collaboration/sharing">
    Public links, direct shares, and collaboration invite links.
  </Card>

  <Card title="Organizations" href="/collaboration/organizations">
    A shared workspace for your whole team.
  </Card>
</CardGroup>
