# PromptSectionRegistry

**Kind:** Class

**Source:** [`atloria-monorepo/libs/agent-core/src/autonomous/prompt-sections.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/autonomous/prompt-sections.ts#L46)

## Methods

| Method | Signature | Returns |
|---|---|---|
| `register` | `register(section: PromptSection)` | `this` |
| `unregister` | `unregister(id: string)` | `this` |
| `build` | `build(ctx: SectionContext)` | `string` |
| `activeIds` | `activeIds(ctx: SectionContext)` | `string[]` |
