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

# Twingate

AccessOwl integrates with Twingate to provision and deprovision user access in your Twingate network.

## 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 deletes members from the Twingate network during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Admin** access to your Twingate network, so you can invite the integration account.

## Setup

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

    * Open your Twingate Admin Console and navigate to the **Team** page.
    * Go to the **Users** tab.
    * Click **Add User**.
    * Enter the integration account's email address.
    * Click **Send Invite Email**.
    * Once the integration account has accepted the invite, click its name in the Users tab.
    * Click **Manage**, then **Manage Role**.
    * Set the role to **Admin**.

    <Note>
      Twingate Admin accounts count toward your license like any other user. The integration account will consume a paid seat.
    </Note>
  </Step>
</Steps>
