> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/release-notes/additional-resources/previous-releases/isd-3.12/quickstart-guide/manage-pipelines/run-deployments-execute-pipelines/manual-approval-before-deployment.md).

# Manual Approval before deployment

A Manual Judgement is a stage you can add to a Spinnaker Pipeline whenever you require Human intervention in the process. If you want to have a human verify the deployment before it takes place, then a user can add a manual judgement stage before deployment.

To add a manual Judgement stage:

1. **Go to Continuous Delivery**: When you log in to ISD you would start at the application dashboard, Click "**Continuous Delivery**" and then click "**Spinnaker**".  ISD primarily supports spinnaker applications and allows you to access your spinnaker instance directly from ISD’s UI to help save your team time.

![](/files/XZ4XuqCkqxrbMoXeCcGw)

2\.  Click on the application where you want to build this pipeline: On the spinnaker dashboard, you will see a list of recently opened applications and options to see all your applications or create a new application entirely. For the purposes of this tutorial, we are using the application **“Fresh tutorial”.**

![](/files/9l0zHkvSqPQAN6xMpI5B)

3\.  Once you click on an application, Click "**Pipelines**" navigate to the pipelines screen and then click "**Create**" button to create a new pipeline as shown in the image below.

![](/files/RaPAyWS7AIMHCFnMFGWd)

4\. **Create pipeline**: After clicking the "Create" button, you can create a new pipeline. You must name your pipeline. If you have an existing pipeline, you can copy it using the “**copy from**” feature and click "**Create**".

![](/files/ZxejKy1Yh6xWaXv6nQnd)

5\. Once you created the pipeline, below screen will appear and click "**Configure**" button to add stage into your pipeline.

![](/files/f0i1Kg6gbz4d7USznBlS)

6\. **Click on “add stage”:** The add stage button is just under the diagrammatic representation of your pipeline. When you click this button, you can select many different types of stages that Spinnaker natively supports.

![](/files/m7zDqQ1P3VfJhjufuC4Q)

7\. **Add manual Judgement stage**: Select “**Manual Judgement**” stage from the drop down menu. You should add each stage and configure them in a logical sequence as Spinnaker does not permit downstream dependencies.

![](/files/p4GCGl1G6smgI1ZOQceJ)

8\. **Configure Manual Judgement:** Configuring the manual judgement stage allows you to define input options a user can give and how they might give them.

![](/files/thCq8s9tyzJjUdazvbTD)

9\. **Add your deployment stage**: Much like our steps to create a Kubernetes deployment guide, you can either add it as a [text ](https://docs.opsmx.com/quickstart-guide/manage-pipelines/run-deployments-execute-pipelines/deployment-to-kubernetes-namespace-with-manifest-file)or as an [artifact](https://docs.opsmx.com/quickstart-guide/manage-pipelines/run-deployments-execute-pipelines/deployment-to-kubernetes-namespace-with-git-based-manifest).

![](https://lh4.googleusercontent.com/_rg72g_LLKvvudylsdocJRyYEEo9EcjoLhTGLHGE35e0oXAnHvZvV3uxQBXqlipmk_JyxUtwVATuzObc0I2d2zvNtDtejzCjHKIVnb04bP3MkAYDH7rE6l7Bh-NbdKGRwTu0eF-1)

10\. **Run your pipeline**: Verify to make sure that it works.


---

# 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:

```
GET https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/release-notes/additional-resources/previous-releases/isd-3.12/quickstart-guide/manage-pipelines/run-deployments-execute-pipelines/manual-approval-before-deployment.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.
