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

# Review

> The inbox, content views, and how content gets reviewed

<Frame>
  <img className="block" src="https://mintcdn.com/moderationapi/MRTaiJ_EUWf575WK/images/view-page.png?fit=max&auto=format&n=MRTaiJ_EUWf575WK&q=85&s=0ce43396a95bb6ce717f3333ba8d09a0" alt="A content view listing items that need a decision" width="2880" height="2000" data-path="images/view-page.png" />
</Frame>

Review is where people look at content. Everything you submit lands there, and you
decide what a moderator sees by building **content views** on top of it.

## Inbox and content views

<Frame caption="The inbox is pinned above your saved views">
  <img className="block" src="https://mintcdn.com/moderationapi/MRTaiJ_EUWf575WK/images/view-sidebar.png?fit=max&auto=format&n=MRTaiJ_EUWf575WK&q=85&s=bf753c3feeb774eb2738a7e209f50019" alt="Review sidebar with the inbox pinned above four content views" width="510" height="512" data-path="images/view-sidebar.png" />
</Frame>

Plenty of content gets flagged, and most of it your rules settle on their own — allowed
or rejected on the spot. The rest is the judgement calls: the ones your thresholds and
rules deliberately don't make for you.

**Inbox** is where those land, from every channel. It always exists, you can't narrow
it, and its badge counts what's still pending. It's the safety net: if something needs a
person, it's here even when it matches none of your views.

What the system settled itself isn't in the inbox — there's no decision left to make.
It's all still stored, though, and a view can select it, which is how teams audit their
own auto-rejections.

**Content views** are saved slices of the same content — "Escalations", "German",
"Listings". A view is a filter plus a few workflow settings, shared with everyone on
the project. Views don't copy or move content, they're windows onto it, so one item can
appear in several at once.

<Steps>
  <Step title="Content arrives">
    Everything you send to a [moderation endpoint](/content-moderation/submit-content)
    is stored and can be put in a view. What your rules left for a human also shows up
    in the inbox.
  </Step>

  <Step title="A moderator decides">
    They open an item, read it in context, and run an
    [action](/actions/content-actions) — or correct what the policies got wrong.
  </Step>

  <Step title="The item is resolved">
    Resolved items leave the pending list. Whether they leave *other* views too is a
    per-view setting.
  </Step>
</Steps>

## Where to go next

<CardGroup cols={2}>
  <Card title="Building content views" icon="filter" href="/review/content-views">
    Create a view, filter it, and save it for the team.
  </Card>

  <Card title="View settings" icon="sliders" href="/review/view-settings">
    Ordering, resolve behaviour, deduplication and columns.
  </Card>

  <Card title="Reviewing content" icon="check" href="/review/reviewing-content">
    Working through a view, item by item.
  </Card>

  <Card title="Recipes" icon="book-open" href="/review/recipes/overview">
    Views worth copying, and when to use them.
  </Card>
</CardGroup>
