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

# Docker Hub

AccessOwl integrates with Docker Hub to provision and deprovision user access in your Docker Hub organization.

## 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 Docker Hub organization during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Owner** access to your Docker Hub organization, so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add Docker Hub 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 Docker Hub:

    * Sign in to Docker and select your organization from the account drop-down in the top-left corner.
    * Open the **Members** page.
    * Click **Invite**.
    * Select **Emails or usernames** and enter the integration account's email address.
    * Assign the **Owner** role and send the invite.

    <Note>
      The integration account needs the Owner role because only organization Owners can invite and remove members in Docker Hub. Member management is only available within a Docker organization.
    </Note>
  </Step>
</Steps>
