# SettingsManager

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/AI/SettingsManager.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/AI/SettingsManager.tsx#L13)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `settings` | `AISettings` | ✓ | - |
| `onSettingsChange` | `Function` | ✓ | - |
| `onReset` | `Function` | ✓ | - |
| `onExport` | `Function` | ✓ | - |
| `onImport` | `Function` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SettingsManager_2e1b2e05["SettingsManager"]
    class component_SettingsManager_2e1b2e05 rootComponent
```
