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

# Sharing Pages

> Share your AppFlowy pages with team members and external collaborators

AppFlowy makes it easy to share your work with others, whether they're part of your workspace or external collaborators. Control exactly who can view and edit your pages with flexible permission settings.

## Overview

Sharing in AppFlowy allows you to:

* Share private pages with specific people
* Control access with View or Edit permissions
* Invite guest editors who aren't workspace members
* Track who has access to your pages
* Manage pending invitations

## Sharing a Page

<Steps>
  <Step title="Open the Share Menu">
    Click the **Share** button in the top-right corner of any page to open the sharing menu.
  </Step>

  <Step title="Add Collaborators">
    In the **Share** tab, enter the email addresses of people you want to share with. You can add multiple collaborators at once by separating emails with commas.
  </Step>

  <Step title="Set Permissions">
    Choose the appropriate permission level for each collaborator:

    * **Can View**: Read-only access to the page
    * **Can Edit**: Full editing rights on the page
  </Step>

  <Step title="Send Invitations">
    Click **Invite** to send email invitations to all added collaborators. They'll receive a link to access the shared page.
  </Step>
</Steps>

<Note>
  You can bulk add collaborators by entering multiple email addresses at once, making it faster to share with teams.
</Note>

## Permission Levels

AppFlowy offers two permission levels for shared pages:

<CardGroup cols={2}>
  <Card title="Can View" icon="eye">
    Read-only access to the page. Viewers can:

    * Read all content
    * View comments and mentions
    * Export the page
    * Cannot make any edits
  </Card>

  <Card title="Can Edit" icon="pencil">
    Full editing access to the page. Editors can:

    * Make changes to content
    * Add and modify blocks
    * Create mentions and assignments
    * Change page properties
  </Card>
</CardGroup>

## Managing Access

### View Current Collaborators

To see who has access to your page:

1. Open the **Share** menu
2. The **Share** tab displays all current collaborators with their permission levels
3. Workspace members and guest editors are listed separately

### Change Permissions

To update someone's access level:

1. Locate the collaborator in the Share menu
2. Click the permission dropdown next to their name
3. Select the new permission level (**Can View** or **Can Edit**)
4. Changes take effect immediately

### Remove Access

To revoke someone's access to a page:

1. Find the collaborator in the Share menu
2. Click the **Remove** button (×) next to their name
3. They'll immediately lose access to the page

<Warning>
  Removing access is immediate and cannot be undone. The person will need to be re-invited to regain access.
</Warning>

## Managing Pending Members

You can track and manage invitation status for people you've invited:

1. Go to **Settings** → **Members**
2. View all pending invitations
3. Resend invitations if needed
4. Cancel pending invitations

<Info>
  Pending members appear in your member list until they accept the invitation or you cancel it.
</Info>

## Shared with Me

All pages that others have shared with you appear in the **Shared with me** section in your sidebar. This makes it easy to:

* Access shared pages quickly
* See who shared each page
* Identify your permission level on each page
* Keep shared content organized separately from your own pages

<Steps>
  <Step title="Find Shared Pages">
    Look for the **Shared with me** section in your sidebar navigation.
  </Step>

  <Step title="Open a Shared Page">
    Click any page to open it. Your permission level (View or Edit) determines what actions you can take.
  </Step>

  <Step title="Work on Shared Content">
    If you have Edit permissions, you can collaborate in real-time with other editors. See [Real-Time Editing](/collaboration/real-time-editing) for more details.
  </Step>
</Steps>

## Inviting Guest Editors

Guest editors are external collaborators who can work on specific pages without being full workspace members. Learn more about [Guest Editors](/collaboration/guest-editors).

## Best Practices

<CardGroup cols={2}>
  <Card title="Use Can View for Stakeholders" icon="shield-check">
    Give read-only access to stakeholders who need visibility but shouldn't make changes.
  </Card>

  <Card title="Review Access Regularly" icon="list-check">
    Periodically audit who has access to sensitive pages and remove unnecessary permissions.
  </Card>

  <Card title="Start with Minimal Permissions" icon="lock">
    Grant Can View access first, then upgrade to Can Edit only when needed.
  </Card>

  <Card title="Use Guest Editors Wisely" icon="user-plus">
    Invite external collaborators as guest editors for specific projects rather than adding them as full members.
  </Card>
</CardGroup>

## Troubleshooting

### Collaborator Can't Access Page

* Verify they're using the correct email address
* Check if the invitation is still pending
* Ensure they've accepted the invitation
* Resend the invitation from Settings → Members

### Permission Changes Not Taking Effect

* Refresh the page
* Have the collaborator log out and back in
* Check your internet connection for sync issues

## Next Steps

<CardGroup cols={3}>
  <Card title="Real-Time Editing" icon="users" href="/collaboration/real-time-editing">
    Learn how to collaborate simultaneously with multiple editors
  </Card>

  <Card title="Permissions" icon="key" href="/collaboration/permissions">
    Understand the full permission system in AppFlowy
  </Card>

  <Card title="Guest Editors" icon="user-shield" href="/collaboration/guest-editors">
    Invite external collaborators to specific pages
  </Card>
</CardGroup>
