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

# Supademo

AccessOwl integrates with Supademo to provision and deprovision user access in your Supademo workspace.

## 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 Supademo workspace during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Admin** access to your Supademo workspace, so you can invite the integration account.

## Setup

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

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

    * Open your workspace **Settings** and go to the **Members** page.
    * Click **Invite Member**.
    * Enter the integration account's email address.
    * Set the role to **Billing Admin**.
    * Send the invite.

    <Note>
      The integration account is invited as Billing Admin so it doesn't consume a paid Supademo seat. Billing Admins are free seats that do not count toward your subscription limit, and they can invite members, change roles, and remove members from the workspace.
    </Note>
  </Step>
</Steps>
