# GenerationInput

**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#L26)

## Properties

| Property | Type |
|---|---|
| `plans` | `DocumentPlan[]` |
| `entities` | `Entity[]` |
| `sharedContext` | `string` |
| `retrievedContexts` | `Map<string, RetrievedContext>` |
| `appName` | `string` |
| `categoryMap` | `Map<string, { categoryId: string; categorySlug: string; categoryName: string }>` |
