# RetrievedContext

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-10.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-10.types.ts#L19)

Context retrieved from earlier pipeline stages for a specific document.
Built by ContextRetriever (Phase 2) using the StageResultStore.

## Properties

| Property | Type |
|---|---|
| `primaryChunkAnalysis` | `ChunkAnalysis` |
| `relatedChunkAnalyses` | `ChunkAnalysis[]` |
| `features` | `UserFeature[]` |
| `contextSummary` | `string` |
