# Add Stage

You have now created a blank pipeline, as described in the previous section. After creating the pipeline, you need to add a stage to it. A stage in a pipeline is the set of actions you want the pipeline to take while executing it.

The first stage of any pipeline is the configuration stage in which you can add a stage and set up the parameters. Follow the steps below to add the first stage.

1. Click **Add Stage** button to add a stage for the created pipeline.

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

2\.  When you click the **Add Stage** button, you can select many different types of stages that ISD supports.

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

3\.  Select the stage type as **Wait** from the drop-down menu and the configuration options will be displayed. Provide the **Stage Name** and enter value for **wait time(In Seconds).** Select the **Execution option** and then click **Save Changes**.

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

{% hint style="info" %}
**Note**: Configuration options may differ depending on the stage selected. We've shown an example of the "Wait" stage here.
{% endhint %}

Now the **Wait** stage is added successfully. You can add as many stages in the pipeline as needed, in any order, as per your requirement. Next, we'll look at how to [**add a trigger**](https://docs.opsmx.com/user-guide/manage-pipelines/add-trigger) and [**run a pipeline**](/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/user-guide/manage-pipelines/run-pipeline.md) to it.


---

# 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/add-stage.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.
