# FixedDocTemplate

**Kind:** Interface

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

Type for a fixed doc template.
The `referenceNeeds` field tells the KnowledgeCollector what snippet types to prioritize.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `categoryId` | `string` |
| `title` | `string` |
| `slug` | `string` |
| `order` | `number` |
| `referenceNeeds` | `SnippetType[]` |
| `promptGuidance` | `string` |
| `maxTokens` | `number` |
| `subcategory` | `string` |
