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

# Dixa

AccessOwl integrates with Dixa to provision and deprovision user access in your Dixa 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 deactivates users in Dixa during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Administrator** access to your Dixa organization, so you can invite the integration account.

## Setup

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

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

    * Go to your organization settings and open the agents or members section.
    * Invite a new agent using the integration account's email address.
    * Set the role to **Administrator**.
    * Send the invite.

    <Note>
      The integration account needs Administrator access because only Administrators can invite agents and manage user access in Dixa. Without Administrator access, the integration account cannot provision or deactivate users.
    </Note>
  </Step>
</Steps>
