# WorkflowDocGenerationOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/workflow-documentation.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/workflow-documentation.interface.ts#L191)

Options for workflow documentation generation

## Properties

| Property | Type |
|---|---|
| `includeDiagrams` | `boolean` |
| `includeScreenshots` | `boolean` |
| `includeInteractions` | `boolean` |
| `format` | `'mdx' | 'markdown' | 'json'` |
| `screenshotBaseUrl` | `string` |
| `groupByCategory` | `boolean` |
