# Pipeline Editor

Users can design, configure, and connect multiple components to create end-to-end pipelines within this workspace. The canvas provides a visual environment that simplifies complex workflows, allowing users to:

* [x] Drag and drop components onto the canvas.
* [x] Connect components using events to define the flow of data.
* [x] Configure component properties to align with data processing requirements.
* [x] Visualize the sequence of transformations and interactions between pipeline elements.

This editor is the foundation for orchestrating diverse data flows—ranging from ingestion and transformation to enrichment, analysis, and output—ensuring users can intuitively design robust data pipelines.

The major tasks covered under the Pipeline Editor page include:

1. Connecting Components
2. Memory and CPU Allocations
3. PIpeline Toolbar
4. Pipeline Components


---

# 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.bdb.ai/bdb-user-documentation/platform-modules/11.0/data-engineering/data-pipelines/pipeline-editor.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.
