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

# Featurebase

AccessOwl integrates with Featurebase to provision and deprovision user access in your Featurebase 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 removes members from the Featurebase organization during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Admin** access to your Featurebase organization, so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add Featurebase 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 Featurebase:

    * Open your organization's **Members and teams** page under Settings.
    * Click **Add Team Member**.
    * Enter the integration account's email address.
    * Set the role to **Admin**.
    * Set the seat type to **Full**.
    * Click **Add admin**.

    <Note>
      The Admin role is required because Managers cannot manage other team members. All admin roles in Featurebase count as billed seats.
    </Note>
  </Step>
</Steps>
