<!-- https://staircase.co/agents/roster/pipeline-control-panel -->
# Pipeline control panel

# Pipeline control panel

Data

<!--source:agent-kits-->
Runs the document-processing pipeline on request: resolves which documents actually exist for a set of records, checks what has already been processed, dispatches only the remainder, replays failures, and confirms the results reached their destination.
<!--/source-->

- **Used when**
<!--source:agent-kits-->
— When a batch of records needs its documents processed, when a previous run left failures behind, or when someone needs to know whether a given account's documents made it through.
<!--/source-->

- **Loads first**
<!--source:agent-kits-->
- Its own dispatch workflow, followed step by step rather than improvised.
<!--/source-->
<!--source:agent-kits-->
- The integration guide for the source system holding the document rows.
<!--/source-->
<!--source:agent-kits-->
- The read patterns for the store that records what has already been processed.
<!--/source-->

- **Returns**
<!--source:agent-kits-->
- The source environment, the processing target, and the run identifier.
<!--/source-->
<!--source:agent-kits-->
- Input row counts, unique record counts, and how many fall outside supported handling.
<!--/source-->
<!--source:agent-kits-->
- Document-metadata counts, storage verification counts, and any location that could not be read.
<!--/source-->
<!--source:agent-kits-->
- The already-processed count and the count remaining to dispatch.
<!--/source-->
<!--source:agent-kits-->
- Dry-run and live dispatch counts, the queues targeted, and the manifest written.
<!--/source-->
<!--source:agent-kits-->
- Verification of the processed results, and a summary of any follow-up requests raised.
<!--/source-->

## Others in Data

- Counterparty document expectations
- Data-lake assistant
- Dataset fulfilment
- Knowledge search
- Metric reconciliation
- Model curator
- Property data exploration
- Public record ingestion
- Question answering
- Report catalog
- Search to production
