# UpsertSupportAgentConfigDto

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/support-agent/support-agent.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/support-agent/support-agent.service.ts#L12)

## Properties

| Property | Type |
|---|---|
| `includeUserDocs` | `boolean` |
| `includeTechnicalDocs` | `boolean` |
| `includeApiDocs` | `boolean` |
| `scopedCategoryIds` | `string[] | null` |
| `scopedCollectionIds` | `string[] | null` |
| `agentName` | `string` |
| `welcomeMessage` | `string | null` |
| `systemPrompt` | `string | null` |
| `isEnabled` | `boolean` |
