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

# Asset Dossier

> The production record for one piece of content: what supports each claim, which models served each stage, what governance ran, who must approve it, and whether it is still defensible.

Every governed generation issues a **content passport** at the quality gate. The Asset Dossier is where you read it.

Open any item in the Content Library and click **Dossier**. The page assembles what the pipeline recorded while producing that asset, in the order a reviewer needs it.

## What it shows

| Section                 | Answers                                                                                                                       |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Governance              | Which assurance level the run achieved, whether that meets what its tier declares, and which stages actually executed         |
| Production record       | Template and style profile at the versions that ran, the vertical, the platform, and the model that served each stage         |
| Claim evidence          | For each cited sentence: the source it points to, that source's excerpt, when the source was retrieved, and a confidence band |
| Source manifest         | The full grounding set, with retrieval and publication dates                                                                  |
| Compliance and sign-off | Which vertical rules were evaluated and what they found, plus the approvals this asset requires                               |
| Continuing validity     | The most recent staleness and link-liveness scan                                                                              |
| Reproducibility         | Whether this deployment can still supply what produced the asset, field by field                                              |
| Quality checks          | The gate's own measurements, including any issues it recorded                                                                 |

## Reading the evidence section

Each claim is shown with the source that supports it and the excerpt that support was matched against, so the attribution can be checked rather than trusted.

Confidence is banded rather than scored to three decimals, because the underlying signal is term overlap between the claim and its source excerpt. An `unsupported` band means the source did not carry the claim, which is the finding a reviewer needs to see first.

<Info>
  An empty evidence section is not automatically a defect. Claim binding runs over inline citation markers, so a template that does not cite produces no claim records — expected for social posts, scripts, and landing pages. On a research format, an empty section means the citations were never bound to their sources, which is worth investigating.
</Info>

## Three states, not two

Assurance components distinguish **ran**, **did not run**, and **not recorded**. A stage that was skipped is different from a stage whose outcome was never written down, and both are different from a stage that passed.

This mirrors how executable verification reports its own findings: `VERIFIED`, `VIOLATION`, and `UNVERIFIABLE` are three separate verdicts. A viewer that rendered an unrun check as a blank or a tick would turn a coverage gap into false assurance, which is the failure the governance layer exists to prevent.

## Reproducibility and replay

**Check now** compares the asset's recorded configuration against what the deployment can currently supply, and reports drift per field.

| Fidelity     | Meaning                                                                          |
| ------------ | -------------------------------------------------------------------------------- |
| `exact`      | Every recorded input is still available at the recorded version                  |
| `degraded`   | Something moved — a revised template, a rerouted model, updated compliance rules |
| `impossible` | The template or style profile is gone; the instructions no longer exist          |

**Show replay request** returns the generation payload that would reproduce the asset. Replay does not run the generation for you: the payload is submitted through the normal generation path, so a reproduction is metered, appears in history, and debits credits like any other run.

## Exporting

**Passport JSON** downloads the complete record for a compliance file or an external audit. Its shape is versioned — a consumer reading a v1 passport can keep reading it after v2 exists.

**Print** produces a paper or PDF copy of the dossier as displayed.

## Assets without a passport

Imported documents, hand-written drafts, and anything generated before passports existed have no production record. The dossier says so and stops.

A partial record is not synthesized for them. An official-looking document that no pipeline stage ever vouched for is worse than an honest absence, particularly in front of a reviewer who is deciding whether to publish.

## Limits

<Info>
  * A passing check establishes that a rule was executed and held. It does not establish external factual truth.
  * Confidence bands measure overlap between a claim and its source excerpt, not semantic entailment. Semantic claim verification is a separate, opt-in check.
  * The dossier reads recorded state. Opening it does not re-scan sources or re-check links; run a validity scan for that.
  * Reviewer identity is recorded for approvals routed through the Reviews queue. The Premium editor-review interrupt records a decision without one, and the dossier reports that as "not recorded" rather than implying nobody reviewed it.
</Info>

## Related

* [Content Governance](/architecture/content-governance): how the passport is assembled and what each section means
* [Review Queue](/product/review-queue): routing and recording qualified sign-off
* [Content Management](/product/content-management): the library the dossier is opened from
