# 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="https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2F0am4bYcNCDsJikA9mZL9%2Fadd%20stage%201.png?alt=media&#x26;token=04e251dc-cf8e-4d8b-baca-5ab6412283a9" 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="https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FYDNSQx8StTXyh76WtHz7%2Fadd%20stage%202.png?alt=media&#x26;token=4875cbde-32bc-4b03-aac8-11d6df3c94a0" 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="https://2047464521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MBEa1hoX6SqpDj-ymNs%2Fuploads%2FbgJQA3d1QHxUIcjsopMN%2Fadd%20stage%203.png?alt=media&#x26;token=fdcb35f4-d7ab-490f-a96d-2ea02279c48c" 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**](https://docs.opsmx.com/opsmx-context-graph-and-data-fabric/user-guide/manage-pipelines/run-pipeline) to it.
