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

# Getting content into review

> How content reaches the inbox and your content views

Content reaches review automatically: everything analyzed through a
[moderation endpoint](/content-moderation/submit-content) is stored and appears in every
[content view](/review/content-views) whose filter it matches. There's nothing extra to
call.

The [inbox](/review/overview) is narrower. It holds the items your rules didn't settle
on their own — the ones that came back recommended for review. Content allowed or
rejected outright is still stored and a view can select it; it just doesn't queue up for
a moderator by default.

What a given view shows is decided by its filter, which you can change at any time —
see [building content views](/review/content-views).

<Note>
  Setting `doNotStore` to `true` means the content is never stored, so it can't be
  previewed anywhere in the dashboard, review included.
</Note>
