> ## 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 Play Console

AccessOwl integrates with Google Play Console to provision and deprovision user access in your Google Play Console developer 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 Play Console developer account during access revocations.
  </Card>
</CardGroup>

## Prerequisites

* **Admin (all permissions)** access to your Google Play Console developer account, so you can invite the integration account.

## Setup

<Steps>
  <Step title="Add Google Play Console 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 (all permissions)">
    AccessOwl shows you the integration account's email address. In Google Play Console:

    * Open your developer account's **Users and permissions** page.
    * Click **Invite new user**.
    * Enter the integration account's email address.
    * Under the **Account permissions** tab, check **Admin (all permissions)**.
    * Set the role to **Admin (all permissions)**.
    * Send the invite.
  </Step>
</Steps>
