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

# Astronomer

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

## Prerequisites

* **Organization Owner** access in your Astro Organization, so you can invite the integration account.

## Setup

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

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

    * Open your Astro Organization's **Settings** page and go to **Access Management**.
    * Click **Invite member**.
    * Enter the integration account's email address.
    * Set the role to **Organization Owner**.
    * Click **Invite member** to send the invite.

    <Note>
      Organization Owner is the only role in Astro that can invite members, update roles, and remove users. It is required for AccessOwl to manage access in your Organization.
    </Note>
  </Step>
</Steps>
