# Using out-of-the-box Pipeline Templates

We shall be first looking at running a pipeline from the templates that are provided out of the box. Following this, we will look at the Ozone Pipeline Studio for creating and running a new pipeline.&#x20;

**a. Pipeline Templates Overview**

Click on “Pipeline Templates” from the left menu and the templates overview screen is displayed. Navigate through the list of the pre-loaded pipeline templates to select the one that you would like to run.&#x20;

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

You can click on “View” to have a look at the task configurations of the pipeline.&#x20;

**b. Pipeline View**

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

Selecting “See Steps” takes you into a granular view of the steps involved inside of that particular task.&#x20;

Click “Run” on the desired pipeline template from the previous template view screen to run the pipeline.

**c. Add Pipeline Run Parameters**

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

Select the environment, cluster, Microservice, and Timeout value for the pipeline run.&#x20;

Next, add the repository branch, and select the image tag that is needed. You can pick the latest commit as well. Add yaml\_string and select “Run”.&#x20;

**d. Pipeline Run View and Details**

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

The screen shows all the pipeline runs that have been executed along with their respective statuses. To see a more detailed view of the pipeline run, click on “View”.&#x20;

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

The status of each task is displayed and colour coded with grey of pending, green for success, and red for failed.&#x20;

To get more details on the pipeline run, select “Run Details”.

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

An overview along with input parameters and the pipeline run results can be viewed here.&#x20;

**e. Abort Pipeline run**

The pipeline run can be halted from the pipelines run view screen by clicking on “Abort”. You can either choose to Dismiss it or you can click on "Yes Abort"

<figure><img src="/files/dNMEGPb1BKE8zO2IVZsv" alt=""><figcaption></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.ozone.one/ozone-end-user-guide/quick-onboarding/using-out-of-the-box-pipeline-templates.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.
