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

# Dropbox Sign

AccessOwl integrates with Dropbox Sign (formerly HelloSign) to provision and deprovision user access in your Dropbox Sign team.

## 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 your Dropbox Sign team during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Admin** access to your Dropbox Sign team, so you can invite the integration account.

## Setup

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

    * Open the **Admin console**.
    * In the left menu, click **Users**.
    * Click **Invite** in the upper-right corner.
    * Enter the integration account's email address.
    * Set the role to **Admin**.
    * Click **Invite**.

    <Note>
      The integration account needs the Admin role because only Admins can invite and remove team members in Dropbox Sign.
    </Note>
  </Step>
</Steps>
