# DeskCopilot

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/desk/components/DeskCopilot.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/desk/components/DeskCopilot.tsx#L552)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |
| `thread` | `DeskThreadDetail | null` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_DeskCopilot_19c1892a["DeskCopilot"]
    class component_DeskCopilot_19c1892a rootComponent
```

## Relationships

- RENDERS → `ChatBubbleLeftEllipsisIcon`
- RENDERS → `CopilotTabBody`
- RENDERS → `CustomerTabBody`
- RENDERS → `ActivityTabBody`
- USES_HOOK → `useState`
- USES_HOOK → `useRef`
- USES_HOOK → `useEffect`
