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

# Snowflake

AccessOwl integrates with Snowflake to provision and deprovision user access in your Snowflake account.

## 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 disables users in your Snowflake account during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **ORGADMIN** access to your Snowflake account, so you can create the integration account.

## Setup

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

  <Step title="Create the integration account with the ORGADMIN role">
    AccessOwl shows you the integration account's email address. In Snowsight:

    * Go to **Governance & security** > **Users & roles**.
    * Click **+ User**.
    * Enter the integration account's email address and set a password.
    * Grant the **ORGADMIN** role to the account.
    * Click **Create User**.

    <Note>
      The integration account needs the ORGADMIN role to create and disable users on behalf of AccessOwl.
    </Note>
  </Step>
</Steps>
