# Create a Pipeline

A pipeline is a series of sequential steps that are performed as part of a ISD application. ISD has a host of pre-built stages which you can use to perform fairly complex tasks.

### Create Pipeline

While we have guides to run specific tasks, here we are going to create a basic pipeline with a **Wait** stage. To do this, follow the steps below:

1. From the [**ISD application dashboard**](https://docs.opsmx.com/user-guide/dashboard/application-dashboard), click the application for which you want to create a pipeline. It will redirect you to the pipelines page.

![](/files/aPLTHvfnH6qAdFTmLBCv)

2\.   Click the **Create pipeline or Strategy** icon as shown in the image below. The **Create New Pipeline** dialog box appears.

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

3\.  Select the Pipeline type from the **Type** drop-down, enter the **Pipeline Name** and click **Create** as shown below:

<figure><img src="/files/3PSxHR4kz42E3TN3OtQg" alt=""><figcaption></figcaption></figure>

4\. New pipeline is created and is displayed as shown. You can view the pipelines you have within the application which allow you to either build a new pipeline or configure an existing one. You also can run the selected pipeline here and add a stage to it.

<figure><img src="/files/8qOvsQiyHwvqWwWfO56d" 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.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/user-guide/manage-pipelines/create-a-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.
