> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Review tab

> Manage review threads, devices, and gating from your app's Review tab on the web.

Every app with the SDK installed has a **Review** tab on its dashboard page. It's the
web-side counterpart to the in-app overlay — everything a reviewer can do on-device, plus
account-wide management that doesn't make sense on a phone.

## Threads

Threads are grouped **by build, then by screen** — the same shape as the rest of your
release UI, so "build 142 has 3 open threads" sits right next to that build's submission
status. Each thread shows its screenshot thumbnail, and you can filter the list by
open/resolved status.

Opening a thread shows its full comment history and a resolve/reopen toggle — replying or
resolving from here is exactly equivalent to doing it in-app; either side picks up the
change on its next refresh.

## Activation

The **Review on this device** control lives here too — see
[Activating devices](/sdk/activating-devices) for the full pairing flow.

## Devices

A list of every device paired to this app, with a **Revoke** button per row. See
[Activating devices](/sdk/activating-devices#revoking-devices) for what revoking does and
how fast it takes effect.

## Settings

* **Gating mode** — `off`, `internal_only`, or `internal_and_live`. See
  [Gating modes](/sdk/gating-modes) for what each means.
* **App key** — your app's publishable key, shown for copying into the SDK's
  [`start(appKey:)`](/sdk/api-surface#tappify-start) call.
