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

# Curating Annotations

> Turn analysis results into persistent document metadata

Annotations are scoped to a run. \
Curating them makes them permanent qualities of our data.

Curated results become **persistent fragments** - metadata pinned to the asset. Subsequent runs see them as context.

<Frame>
  <img src="https://mintcdn.com/openpolitics/1IIMSN_3MTryRDNP/images/fragments-dark.png?fit=max&auto=format&n=1IIMSN_3MTryRDNP&q=85&s=62c1df7491762105723056abb6940b8f" alt="Fragments" width="100%" className="hidden dark:block" data-path="images/fragments-dark.png" />

  <img src="https://mintcdn.com/openpolitics/1IIMSN_3MTryRDNP/images/fragments-light.png?fit=max&auto=format&n=1IIMSN_3MTryRDNP&q=85&s=f0270d470722840310a71a1479744712" alt="Fragments" width="100%" className="block dark:hidden" data-path="images/fragments-light.png" />
</Frame>

<CardGroup cols={2}>
  <Card title="Annotations" icon="note-sticky">
    * Temporary analysis results
    * Tied to a specific schema run
    * Can be deleted or re-run
    * Not visible to subsequent analysis
  </Card>

  <Card title="Persistent Fragments" icon="bookmark">
    * Permanent asset metadata
    * Survives schema changes
    * Included in future analysis context
    * Builds cumulative knowledge
  </Card>
</CardGroup>

## How to

From the results table of a run dashboard:

1. **Review the extraction** - Check it's accurate and useful, set filters
2. **Click "Curate"** - Converts annotations to persistent fragments
3. **Confirm** - Fragment is now attached to the asset (see above)

<Frame>
  <img src="https://mintcdn.com/openpolitics/1IIMSN_3MTryRDNP/images/curating-dark.png?fit=max&auto=format&n=1IIMSN_3MTryRDNP&q=85&s=809248913241b2bb3c821862a8a2379e" alt="Promote Fragment" width="100%" className="hidden dark:block" data-path="images/curating-dark.png" />

  <img src="https://mintcdn.com/openpolitics/1IIMSN_3MTryRDNP/images/curating-light.png?fit=max&auto=format&n=1IIMSN_3MTryRDNP&q=85&s=28d330edb73881179b8e83bc137aa828" alt="Promote Fragment" width="100%" className="block dark:hidden" data-path="images/curating-light.png" />
</Frame>

***

## Related

<CardGroup cols={2}>
  <Card title="Running Analysis" icon="play" href="/pages/concepts/running-analysis">
    Apply schemas to your documents
  </Card>

  <Card title="Schemas" icon="microscope" href="/pages/app/schemas">
    Define what to extract from documents
  </Card>

  <Card title="Assets & Bundles" icon="folder" href="/pages/app/assets">
    Upload and organise documents
  </Card>

  <Card title="Dashboards" icon="chart-line" href="/pages/app/dashboards">
    Visualise results with charts and tables
  </Card>
</CardGroup>
