# ConnectAiMenu

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/components/ConnectAiMenu.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/components/ConnectAiMenu.tsx#L16)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `slugId` | `string` | ✓ | - |
| `audienceSlug` | `string` | ✓ | - |
| `documentSlug` | `string` | ✓ | - |
| `title` | `string` | ✓ | - |
| `content` | `string` | ✓ | - |
| `lang` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ConnectAiMenu_1e6ecca["ConnectAiMenu"]
    class component_ConnectAiMenu_1e6ecca rootComponent
```

## Relationships

- RENDERS → `McpInstallBlock`
- USES_HOOK → `useState`
- USES_HOOK → `useRef`
- USES_HOOK → `useEffect`
