# Adding Components to Workflow

Components are broadly classified into:

* [Readers](/data-pipeline-2/components/readers.md)
* [Writers](/data-pipeline-2/components/writers.md)
* [Transforms](/data-pipeline-2/components/transformations.md)
* [Consumers](/data-pipeline-2/components/consumers.md)
* [Producers](/data-pipeline-2/components/producers.md)
* [Scripting](/data-pipeline-2/components/scripting.md)
* [ML](/data-pipeline-2/components/machine-learning.md)
* [Scheduler](/data-pipeline-2/components/scheduler.md)

**Component Panel**

1. Expand component group and select
2. Search using the search bar in the component panel
3. Drag and Drop the components to the workflow editor.

Any Pipeline System component can be easily dragged to the workflow it includes the following steps to use a System component in the Pipeline Workflow editor:

1. Drag and Drop the components to the workflow editor.
2. Search using the search bar in the component panel
3. Expand component group and select

{% hint style="success" %}
*Check out the illustration on how to use a system pipeline component.*
{% endhint %}

<figure><img src="https://859511478-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGDmsjfjJBNqow7Fo97cO%2Fuploads%2FNTa7Oxrb14yVDJ3ryZD7%2Fcomponentpanel.gif?alt=media&#x26;token=2291f048-c644-4748-8458-c605b24897c7" alt=""><figcaption><p>Adding a Component to Workflow​</p></figcaption></figure>


---

# 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/data-pipeline-2/components/adding-components-to-workflow.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.
