> For the complete documentation index, see [llms.txt](https://docs.ozone.one/ozone-end-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ozone.one/ozone-end-user-guide/quick-onboarding/creating-a-new-pipeline-on-the-ozone-pipeline-studio.md).

# Creating a new pipeline on the Ozone Pipeline Studio

From the pipeline templates view, click on the “+ New Pipeline” button.&#x20;

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

**a. Add Pipeline Details**

Add a name for the pipeline, select an optional rollback pipeline and enter a pipeline description. Click on “Add Tasks” to proceed.&#x20;

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

**b. The Ozone Task Catalogue**

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

You will be presented with a panel on the right that consists of all the 100+ task templates shipped right out-of-the-box. Select the category of task like build, test, scan, etc from the first column and the subsequent task template that you would like to add. &#x20;

**c. Drag-and-Drop Tasks**

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

Once the required tasks are selected and placed by dragging and dropping them, connect them to one another in sequence of parallel as per your requirement.&#x20;

**d. Map Input - Output Parameters**

Pick a task result from the previous task and map it as an input to the next one. This has to be done as and how two tasks are being connected in the flow of the pipeline.&#x20;

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

**e. Final Pipeline View - Visual and YAML**

Once you finish configuring the pipeline, this is how it looks.&#x20;

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

You can toggle between the visual and YAML view in case you need to look at the pipeline code.&#x20;

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

**f. Save Pipeline Template**

Once done, click on “Complete Setup”, review the input/output parameters once again and finally hit the “Save Pipeline Template”. You will then be redirected back to the pipelines screen where the pipeline template you just created will be visible.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ozone.one/ozone-end-user-guide/quick-onboarding/creating-a-new-pipeline-on-the-ozone-pipeline-studio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
