# PromptContext

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/support-agent/prompts/system-prompt-layers.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/support-agent/prompts/system-prompt-layers.ts#L9)

Layered System Prompt Architecture for Support Agent

Each layer serves a specific purpose and they are assembled in order.
Core layers (1-6) are IMMUTABLE and cannot be overridden by user customization.
Layer 7 (custom) is where user-specific personality/behavior is added.

## Properties

| Property | Type |
|---|---|
| `projectName` | `string` |
| `projectId` | `string` |
| `organizationId` | `string` |
| `docVersion` | `string` |
| `agentName` | `string` |
| `userSystemPrompt` | `string` |
| `language` | `string` |
