# Creating Pipeline

* Navigate to the Data Pipeline landing page.
* Click the ***Create Pipeline*** option provided on the top right side of the Pipeline landing page.   &#x20;

![](/files/mi27f2OHJeD1qFkbKop7)

* The ***New Pipeline*** window opens asking for the basic information.
* Enter a name for the new Pipeline.
* Describe the Pipeline (Optional).
* Select a resource allocation option using the radio button- the given choices are:
  * Low
  * Medium
  * High

{% hint style="info" %}
*This feature is used to deploy the pipeline with high, medium, or low-end configurations according to the velocity and volume of data that the pipeline must handle. All the components saved in the pipeline are then allocated resources based on the selected Resource Allocation option depending on the component type (Spark and Docker).*
{% endhint %}

Click the ***Save*** option to create the pipeline. By clicking the ***Save*** option, the user gets redirected to the pipeline workflow editor.

![](/files/NEPrSqwFXC3usVh0s6hP)

* A success message appears to confirm the creation of a new pipeline.
* The Pipeline Editor page opens for the newly created pipeline.


---

# 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-documentation/data-pipeline/getting-started/homepage/creating-pipeline.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.
