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

# Dreamdata

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

## Prerequisites

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

## Setup

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

    * Click your name in the bottom left corner.
    * Select **User Management (Access Management)**.
    * Go to the **Users** section.
    * Click **Invite Users**, then select **Invite by email**.
    * 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 new users and update user roles in Dreamdata. The Data Manager, Viewer, and Sales roles do not have user management capabilities.
    </Note>
  </Step>
</Steps>
