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

# Pendo

AccessOwl integrates with Pendo to provision and deprovision user access in your Pendo subscription.

## 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 users from your Pendo subscription during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Subscription admin** access to your Pendo subscription, so you can invite the integration account.

## Setup

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

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

    * Go to **Settings** > **Users and teams**.
    * Click **+ Add user** in the top-right corner.
    * Enter the integration account's email address.
    * Set the role to **Subscription admin**.
    * Send the invite.

    <Note>
      The Subscription admin role is required because only subscription admins can invite new users, change user roles, and remove users in Pendo.
    </Note>
  </Step>
</Steps>
