# DocumentType

**Kind:** Type

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-04.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-04.types.ts#L50)

## Definition

```ts
| 'guide' // How to do something
  | 'tutorial' // Step-by-step learning
  | 'reference' // Lookup information
  | 'faq' // Common questions
  | 'troubleshooting' // Fix problems
  | 'overview' // High-level explanation
  | 'quickstart'
```
