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

# Sanity

AccessOwl integrates with Sanity to provision and deprovision user access in your Sanity project.

## Capabilities

<CardGroup cols={2}>
  <Card title="Provisioning" icon="user-plus">
    AccessOwl creates user accounts with the specified roles during access requests.
  </Card>

  <Card title="Deprovisioning" icon="user-minus">
    AccessOwl removes members from the Sanity project during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Administrator** access to your Sanity project, so you can invite the integration account.

## Setup

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

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

    * Go to your project in [Sanity Manage](https://www.sanity.io/manage).
    * Open the **Members** tab.
    * Invite the integration account's email address.
    * Set the role to **Administrator**.
    * Send the invite.

    <Note>
      The Administrator role is required because it is the only built-in role that can invite members, update member roles, and remove members from the project.
    </Note>
  </Step>
</Steps>
