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

# Whimsical

AccessOwl integrates with Whimsical to provision and deprovision user access in your Whimsical workspace.

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

## Prerequisites

* **Admin** access to your Whimsical workspace, so you can invite the integration account.

## Setup

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

    * Click **Invite people...** under your workspace name in the top left.
    * Enter the integration account's email address.
    * Send the invite.
    * Once the integration account has joined, open **Settings** under your workspace name.
    * Click the role dropdown next to the integration account and set it to **Admin**.

    <Note>
      Invite the integration account as a Viewer (the default) and then promote it to Admin. Viewers are always free in Whimsical, so the integration account does not consume a paid Editor seat. Admins can add and remove workspace members and assign roles regardless of their Viewer or Editor base role.
    </Note>
  </Step>
</Steps>
