# DocumentationAutomationSection

**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#L724)

Documentation Automation Section Component Manages automatic documentation generation configuration and execution

## Props

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

## Diagram

```mermaid
graph TD
    component_DocumentationAutomationSection_27caeac1["DocumentationAutomationSection"]
    class component_DocumentationAutomationSection_27caeac1 rootComponent
```

## Relationships

- RENDERS → `ChevronUp`
- RENDERS → `ChevronDown`
- RENDERS → `CompletionSummary`
- RENDERS → `ProgressPanel`
- RENDERS → `ConfigEditor`
- RENDERS → `Link`
- USES_HOOK → `useSession`
- USES_HOOK → `useState`
- USES_HOOK → `useCallback`
- USES_HOOK → `useDocumentationConfig`
- USES_HOOK → `useDocumentationGenerator`
- USES_HOOK → `useDocumentationJobs`

## Referenced By

- `ProjectPage` (RENDERS)
