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

# Liveblocks

AccessOwl integrates with Liveblocks to provision and deprovision user access in your Liveblocks team.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles/permissions during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl removes members from the Liveblocks team during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Owner** access to your Liveblocks team, so you can invite the integration account.

## Setup

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

  <Step title="Invite the integration account as Owner">
    AccessOwl shows you the integration account's email address. In Liveblocks:

    * Select your team from the scope selector, then open the **Settings** tab and navigate to **Members**.
    * Enter the integration account's email address.
    * Set the role to **Owner**.
    * Click **Invite**.

    <Note>
      Liveblocks has two roles, Owner and Member. The Member role cannot invite new users or modify member roles, so the integration account must be invited as Owner. Owners count as dashboard seats and are billed at \$10/seat/month beyond your plan's included seat count.
    </Note>
  </Step>
</Steps>
