# GeneratedDocument

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `slug` | `string` |
| `content` | `string` |
| `frontmatter` | `DocumentFrontmatter` |
| `sections` | `GeneratedSection[]` |
| `claims` | `EvidencedClaim[]` |
| `screenshotPlaceholders` | `string[]` |
| `metadata` | `{
    groundingScore?: number;       // 0-1, % of entity mentions verified against source code
    ungroundedEntities?: string[]; // entities mentioned but not found in code
  }` |
