# Collaboration & Access

**3. Collaboration & Access**

* **Collaboration and Access** → Permissions and visibility rules for individuals and teams.
* **Publishing and Versioning** → Updates, history, and restoring versions.

***

## Collaboration and Access

Collaboration and access define who can view, edit, or share a Motion Doc, and how permissions are applied across people and workspaces.

<table><thead><tr><th width="217.83984375">Feature</th><th>Details</th></tr></thead><tbody><tr><td><strong>Roles matrix</strong></td><td><ul><li><strong>Full Access</strong>: Can edit, comment, and share with others.</li><li><strong>Editor</strong>: Can edit and comment, but cannot manage sharing.</li><li><strong>Viewer</strong>: Can only view.</li><li><strong>Remove</strong>: Access is revoked.</li></ul></td></tr><tr><td><strong>Invite flows &#x26; permission precedence</strong></td><td>People can be invited directly, or access can be granted at the workspace level. Direct invites override inherited workspace permissions (e.g., someone invited as Viewer directly remains Viewer, even if their workspace is Full Access).</td></tr><tr><td><strong>Share to people vs workspaces</strong></td><td><ul><li><strong>Share to people</strong>: Adds specific users with assigned roles.</li><li><strong>Share to workspaces</strong>: Grants access to all members of a workspace.</li></ul></td></tr><tr><td><strong>Copy link to block</strong></td><td>Copy link generates a URL pointing to the exact block. Visibility of the link follows the Doc’s access permissions — only users with access can open it.</td></tr><tr><td><strong>Avatars</strong></td><td><p>Avatars in the Doc header show presence.</p><ul><li><strong>Active viewers</strong> display when currently viewing.</li><li><strong>Recent viewers</strong> display if they’ve accessed the Doc recently.</li></ul></td></tr></tbody></table>

## Publishing & Versioning

Publishing in Motion Docs controls how documents are shared externally, while versioning ensures that changes are tracked and recoverable.

<table><thead><tr><th width="213.31640625">Feature</th><th>Details</th></tr></thead><tbody><tr><td><strong>Publish flow &#x26; public URL rules</strong></td><td>Publishing generates a unique public URL for the Doc.</td></tr><tr><td><strong>Sync delay &#x26; read-only guarantees</strong></td><td>Updates made in Motion sync automatically to the published version. A short delay may occur before changes appear. Published Docs are always read-only to external viewers.</td></tr><tr><td><strong>Unpublish behavior &#x26; link invalidation</strong></td><td>Unpublishing a Doc immediately disables its public URL. External viewers lose access, and the link cannot be reused.</td></tr><tr><td><strong>Search engine indexing</strong></td><td>Published Docs are not indexed by search engines by default. Indexing rules follow Motion’s privacy and visibility settings.</td></tr><tr><td><strong>Version history capture, preview, restore</strong></td><td>Every edit creates a version in history. Users can preview older versions or restore them, creating a new version without overwriting the current state. Version history is available whether or not a Doc has been published.</td></tr></tbody></table>


---

# 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://www.usemotion.com/help/knowledge-management/docs/reference-docs/collaboration-and-access.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.
