# ProductKnowledgeResult

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/types.ts#L240)

Unified result shape from query_product_knowledge.

## Properties

| Property | Type |
|---|---|
| `mode` | `ProductKnowledgeMode` |
| `projectId` | `string` |
| `found` | `number` |
| `features` | `ProductFeature[]` |
| `workflows` | `ProductWorkflow[]` |
| `categories` | `ProductCategory[]` |
| `documents` | `ProductDocument[]` |
| `stats` | `ProductStats` |
| `audiences` | `ProductAudience[]` |
| `screenshots` | `ProductScreenshot[]` |
