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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graphlit.dev/api-guides/use-cases/workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
