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

# Notion

AccessOwl integrates with Notion to provision and deprovision user access in your Notion workspace, and to keep your list of Notion users and their permissions in sync.

## Capabilities

<CardGroup cols={2}>
  <Card title="Structure Sync" icon="diagram-project">
    AccessOwl periodically syncs the permissions schema of an application.
  </Card>

  <Card title="User Sync" icon="arrows-rotate">
    AccessOwl periodically syncs a list of users along with their assigned permissions.
  </Card>

  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified permissions during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl removes users from your Notion workspace during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Workspace Owner** access to your Notion workspace, so you can assign the integration account as a Workspace Owner.

## Setup

<Steps>
  <Step title="Add Notion in AccessOwl">
    Either add a new application or open Applications and click the +-symbol, then continue.
  </Step>

  <Step title="Assign the integration account as a Workspace Owner">
    Follow the setup instructions in AccessOwl and assign the integration account the **Workspace Owner** role in Notion.

    <Note>
      The integration account is assigned as Workspace Owner because it needs to both add and remove members on your behalf. Lower roles like Membership Admin can add members but not remove them, which would prevent AccessOwl from completing deprovisioning.
    </Note>

    <Warning>
      If you plan to assign user access to closed teamspaces, ensure the integration account has access to them.
    </Warning>
  </Step>
</Steps>

## FAQ

<AccordionGroup>
  <Accordion title="Guest accounts are automatically reassigned">
    Guest accounts cannot be provisioned through AccessOwl. They have to be created manually based on the Notion page you want to share.
  </Accordion>

  <Accordion title="Teamspace requests are automatically reassigned">
    AccessOwl cannot provision closed teamspaces. Ensure the integration account has access to all teamspaces you plan to provision access to.
  </Accordion>
</AccordionGroup>
