# BusinessContext

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/ai/services/business-context-parser.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/ai/services/business-context-parser.service.ts#L11)

Structured business context extracted from files

## Properties

| Property | Type |
|---|---|
| `productName` | `string` |
| `productType` | `string` |
| `description` | `string` |
| `features` | `Feature[]` |
| `workflows` | `WorkflowHint[]` |
| `terminology` | `Record<string, string>` |
| `urls` | `string[]` |
| `rawText` | `string` |
