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

# Glean

AccessOwl integrates with Glean to provision and deprovision user access in your Glean 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 Glean workspace during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Admin** access to your Glean workspace, so you can invite the integration account and assign it the Admin role.

## Setup

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

    * Open the **Admin Console** and navigate to **Users & permissions** - **User roles**.
    * Click **Invite teammates** in the top-right corner.
    * Search for the integration account's email address and select it.
    * Send the invite via **Email**.
    * Once the integration account has joined, find it on the **User roles** page, click the three-dot menu (⋮) at the end of its row, and select **Edit roles**.
    * Set the role to **Admin**.
    * Click **Save**.
  </Step>
</Steps>
