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

# Content view recipes

> Views worth copying, and the problem each one solves

Each recipe starts from a problem a moderation team actually runs into, and ends with
the [content view](/review/content-views) that solves it. Build them from **Filter**
and save with **Save → Create new view**.

## Dividing the work

<CardGroup cols={2}>
  <Card title="Escalations" icon="arrow-up" href="/review/recipes/escalations">
    A second pair of eyes on the calls no one moderator should make alone.
  </Card>

  <Card title="Language views" icon="language" href="/review/recipes/language-views">
    Moderators only see content they can actually read.
  </Card>

  <Card title="Channel views" icon="shapes" href="/review/recipes/channel-views">
    Surfaces with different tolerances get different lists.
  </Card>

  <Card title="Content type views" icon="layer-group" href="/review/recipes/content-type-views">
    Listings, profiles and reviews are three jobs, not one.
  </Card>

  <Card title="Media review" icon="image" href="/review/recipes/media-review">
    A dedicated shift for images and video, with wellness protections on.
  </Card>
</CardGroup>

## Getting to the right items first

<CardGroup cols={2}>
  <Card title="Severity triage" icon="gauge-high" href="/review/recipes/severity-triage">
    When the backlog can't be cleared, clear the worst of it.
  </Card>

  <Card title="New account review" icon="user-plus" href="/review/recipes/new-accounts">
    A flag on a day-old account is not the same as a flag on a regular.
  </Card>

  <Card title="Spam waves" icon="layer-plus" href="/review/recipes/spam-waves">
    Two hundred copies of one message, decided once.
  </Card>
</CardGroup>

## Checking your automation

<CardGroup cols={2}>
  <Card title="Shadow flag QA" icon="flask" href="/review/recipes/shadow-flag-qa">
    See what a rule would catch before it catches anything.
  </Card>

  <Card title="Wordlist monitoring" icon="eye" href="/review/recipes/wordlist-monitoring">
    Watch terms you've deliberately chosen not to flag.
  </Card>

  <Card title="Unflagged sampling" icon="magnifying-glass" href="/review/recipes/unflagged-sampling">
    Find what your policies are missing, not what they caught.
  </Card>
</CardGroup>
