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

# DigitalOcean

AccessOwl integrates with DigitalOcean to provision and deprovision user access in your DigitalOcean team.

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

## Prerequisites

* **Owner** access to your DigitalOcean team, so you can invite the integration account.

## Setup

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

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

    * Open your team's **Settings** page.
    * In the Team Members section, click **Invite Members**.
    * Enter the integration account's email address.
    * Set the role to **Owner**.
    * Click **Send Invites**.

    <Note>
      The integration account must be an Owner because only Owners can invite members, change roles, and remove members in DigitalOcean teams.
    </Note>
  </Step>
</Steps>
