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

# Slab

AccessOwl integrates with Slab to provision and deprovision user access in your Slab organization.

## 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 deactivates members from the Slab organization during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Admin** access to your Slab organization, so you can invite the integration account and promote it to Admin.

## Setup

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

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

    * Click your team name in the top-left corner of the sidebar.
    * Click **Invite teammates** in the dropdown menu.
    * Enter the integration account's email address and send the invite.
    * Once the integration account has accepted the invite, go back to your team name and click **Teammates**.
    * Find the integration account, click the **...** menu next to its name, and click **Promote**.
    * Set the role to **Admin**.

    <Note>
      Slab bills per seat for Admin users. The integration account will consume one paid seat in your Slab subscription.
    </Note>
  </Step>
</Steps>
