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

# Lattice

AccessOwl integrates with Lattice to provision and deprovision user access in your Lattice account.

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

## Prerequisites

* **Super Admin** access to your Lattice account, so you can invite the integration account.

## Setup

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

  <Step title="Invite the integration account as Super Admin">
    AccessOwl shows you the integration account's email address. In Lattice, invite the integration account and set its role to **Super Admin**.

    <Note>
      The integration account needs Super Admin because only Super Admins can invite and deactivate members in Lattice.
    </Note>
  </Step>
</Steps>

## FAQ

<AccordionGroup>
  <Accordion title="The user was provisioned but I can't see them as active in Lattice">
    When AccessOwl provisions a user, Lattice sends them an invite email with an activation link. The user remains in an "invited" state until they click the link and log in for the first time. If a provisioning request shows as completed in AccessOwl but the user is not yet visible as active in Lattice, they have not accepted the invite yet.
  </Accordion>
</AccordionGroup>
