> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.etals.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.etals.com/_mcp/server.

# Pipelines

Every time content is produced in Etals, a pipeline is used.

Pipelines define which agents should run, in which order, and under which conditions. When your environment is created, Etals automatically creates pipelines for common use cases. You can use them as they are, customize them, or build new pipelines for your own workflows.

## Pipeline blocks

A pipeline is built from blocks. Common block types include:

* **Agent blocks**, which run an agent.
* **Conditional blocks**, which control when another block should run.
* **Transformers**, which adjust or prepare data between steps.

Together, these blocks let you create complete workflows for tasks such as copywriting, translation, validation, enrichment, and transformation.

## Accessing pipelines

To manage pipelines, go to **Library** > **Pipelines**.

## Using pipelines

When you produce content in Etals, you select the pipeline that should be used.

The video below shows how to select a pipeline when producing product descriptions.