> For the complete documentation index, see [llms.txt](https://docs.graphlit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graphlit.dev/api-guides/use-cases/workflows.md).

# Workflows

Configure content processing pipelines with preparation, extraction, and enrichment stages.

***

## Understanding Workflows

* [Extraction: How It Works](/api-guides/use-cases/knowledge-graph/workflow-extraction-how-it-works.md) - LLM-based entity extraction
* [Configure Entity Extraction](/api-guides/use-cases/knowledge-graph/workflow-configure-entity-extraction.md) - Choose entity types & models
* [Complex Multi-Stage Workflow](/api-guides/use-cases/workflows/workflow-complex-all-stages.md) - All stages configured

***

## Operations

* [Create Extraction Workflow](/api-guides/use-cases/workflows/workflow-create-extraction.md) - Entity extraction setup
* [Create Preparation Workflow](/api-guides/use-cases/workflows/workflow-create-preparation.md) - Text extraction, OCR, transcription
* [Query Workflows](/api-guides/use-cases/workflows/workflow-query.md) - List and filter
* [Update Workflow](/api-guides/use-cases/workflows/workflow-update.md) - Modify configuration
* [Delete Workflow](/api-guides/use-cases/workflows/workflow-delete.md) - Remove workflow

***

**7 guides** | [← Back to Use Cases](/api-guides/use-cases.md)
