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

# Dovetail

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

## Prerequisites

* **Admin** access to your Dovetail workspace, so you can invite the integration account.

## Setup

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

  <Step title="Invite the integration account as Manager with admin access">
    AccessOwl shows you the integration account's email address. In Dovetail:

    * Open your Dovetail workspace's **Settings**, then select **Users**.
    * Enter the integration account's email address and click **Invite users**.
    * Set the role to **Manager**.
    * Once the invite is accepted, hover over the integration account in the Users list, click **•••**, and select **Grant admin access**.

    <Note>
      Admin access is an add-on flag in Dovetail, granted separately from the workspace role. The integration account needs admin access to invite members at any role level, change member roles, and deactivate or remove users.
    </Note>
  </Step>
</Steps>
