# SupportAgentSection

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/projects/[id]/components/SupportAgentSection.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/projects/[id]/components/SupportAgentSection.tsx#L86)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_SupportAgentSection_4a89d7a3["SupportAgentSection"]
    class component_SupportAgentSection_4a89d7a3 rootComponent
```

## Relationships

- RENDERS → `ChevronUp`
- RENDERS → `ChevronDown`
- RENDERS → `Code2`
- RENDERS → `EmbedCodeGenerator`
- RENDERS → `Sparkles`
- RENDERS → `MessageCircle`
- RENDERS → `Send`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useState`
- USES_HOOK → `useEffect`
- USES_HOOK → `useRef`
- USES_HOOK → `useCallback`
