# Pipeline Designer

Pipeline Designer is a web-based interface that you can use to design, execute, and manage data integration workflows directly in your browser. A wide range of database connections, advanced transformation steps, and robust execution monitoring is supported in Pipeline Designer.

By default, Pipeline Designer is installed when you install the Pentaho Server. To update the Pipeline Designer plugin, use the Plugin Manager. For details, see [Update plugins](/pdia-data-integration/redirects/update-plugins-in-pdi.md#use-plugin-manager-to-update-plugins).

**Note:** The Project option appears on the main page of the Pipeline Designer but is not currently supported in Pipeline Designer. You can use Projects in the Pentaho Data Integration client. For details, see [Organizing data integration with projects](/pdia-data-integration/organizing-etl-with-projects.md).

* [Views in Pipeline Designer](/pdia-data-integration/pipeline-designer/views-in-pipeline-designer.md)

  In Pipeline Designer, you can work with transformations and jobs in the Design View and review the raw XML in the XML View.
* [Basic concepts of ETL in Pipeline Designer](/pdia-data-integration/basic-concepts-of-pdi.md)

  Pipeline Designer uses a workflow metaphor as building blocks for transforming your data and other tasks. Workflows are built using steps as you create transformations and jobs. Each step is joined by a hop which passes the flow of data from one item to the next.
* [Manage transformations and jobs](/pdia-data-integration/transforming-data-with-pdi.md)

  You can manage transformations and jobs on the Pipeline Designer's main page. Available actions include marking transformations and jobs as favorites, downloading them as files, creating duplicates, moving them to different folders or to the trash, renaming them, and viewing their details.
* [Working with transformations](/pdia-data-integration/archived-merged-pages/transforming-data-with-pdi-archive/work-with-transformations-cp.md)

  Create, configure, and then run transformations to perform ETL tasks as part of specified workflow. After running a transformation, analyze its results to explore the data or to identify possible improvements or problems.
* [Working with jobs](/pdia-data-integration/archived-merged-pages/transforming-data-with-pdi-archive/work-with-jobs.md)

  Create, configure, and then run jobs to orchestrate ETL activities. After running a transformation, analyze its results to identify possible improvements or problems.
* Stop transformations and jobs

  Use [Stop your transformation](/pdia-data-integration/archived-merged-pages/transforming-data-with-pdi-archive/work-with-transformations-cp/stop-your-transformation.md) or [Stop your job](/pdia-data-integration/archived-merged-pages/transforming-data-with-pdi-archive/work-with-jobs/stop-your-job.md).
* [Transformation steps in Pipeline Designer](/pdia-data-integration/pdi-transformation-steps-reference-overview.md)

  List of steps available for extending and expanding the functionality of transformations.
* [Job steps in Pipeline Designer](/pdia-data-integration/pdi-job-entries-reference-overview.md)

  List of available steps for extending and expanding the functionality of jobs.


---

# 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.pentaho.com/pdia-data-integration/pipeline-designer.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.
