# GenerateDocModal

**Kind:** Component

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

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `projectId` | `string` | ✓ | - |
| `visible` | `boolean` | ✓ | - |
| `onClose` | `Function` | ✓ | - |
| `onReopen` | `Function` | ✓ | - |
| `initialIncludeVideo` | `boolean` | - | - |

## Diagram

```mermaid
graph TD
    component_GenerateDocModal_5453a0cb["GenerateDocModal"]
    class component_GenerateDocModal_5453a0cb rootComponent
```

## Relationships

- RENDERS → `SandboxNotice`
- USES_HOOK → `useSession`
- USES_HOOK → `useAPIClient`
- USES_HOOK → `useState`
- USES_HOOK → `useRef`
- USES_HOOK → `useEffect`

## Referenced By

- `ProjectPage` (RENDERS)
