> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-pipeline-2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/data-pipeline-2/getting-started/pipeline-workflow-editor/pipeline-toolbar/pipeline-component-configuration.md).

# Pipeline Component Configuration

The feature that allows users to configure all the components of a pipeline on a single page is available on the list pipeline page. With this feature, users no longer have to click on each individual component to configure it. By having all the relevant configuration options on a single page, this feature reduces the time and number of clicks required to configure the pipeline components.

* Click the ***Pipeline Component Configuration*** icon from the header panel of the Pipeline Editor.

<figure><img src="/files/7T85IVO4wphRFKmCK7WU" alt=""><figcaption></figcaption></figure>

* All the components used in the selected pipeline will be listed on the configuration page.&#x20;
* There are two tabs on the ***Configuration Page: Basic** (default),* and ***Configuration***.

<figure><img src="/files/HysDF30uhP50GnR2SxbK" alt=""><figcaption><p><em><strong>The Pipeline Component Configuration page</strong></em> </p></figcaption></figure>

* In the ***Basic*** tab, the user can configure **basic information** for the components such as **invocation type, batch size, description**, or **intelligent scaling**.

<figure><img src="/files/eGFEEJawDS3A2FX2azxc" alt=""><figcaption></figcaption></figure>

* On the **Configuration** tab, the user can provide resources such as **memory** and **CPU** to the components, as well as set the number of instances for the components.

<figure><img src="/files/9Pq7jtK6yP6OKYWOtBtW" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/getting-started/pipeline-workflow-editor/pipeline-toolbar/pipeline-component-configuration.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.
