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

# Google Tag Manager

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

## Prerequisites

* **Admin** access to your Google Tag Manager account, so you can invite the integration account.

## Setup

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

  <Step title="Grant the integration account Administrator access">
    AccessOwl shows you the integration account's email address. In Google Tag Manager:

    * Open your account and go to **Admin > User Management**.
    * Click **Add** and select **Add users**.
    * Enter the integration account's email address.
    * Set the account permission to **Administrator**.
    * Click **Invite**.

    <Note>
      The integration account needs Administrator access because only Administrators can add and remove users in Google Tag Manager. The User account permission does not include user management rights.
    </Note>
  </Step>
</Steps>
