> 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/opsmx-1/opsmx-context-engine/user-guide/manage-pipelines/add-intelligent-gates-to-the-pipeline/approval-gate.md).

# Approval Gate

A gate is an access point that allows you to stop the pipeline to automatically go to the next stage. A gate helps you to manually intervene and verify or approve a stage of the pipeline before moving on to the next stage in the sequence. Adding a Gate in ISD allows you to either automate your pipeline based on data from supported data sources.&#x20;

There are four types of gates you can add:

* [**Approval** ](#approval-gate)
* [**Verification** ](/opsmx-1/opsmx-context-engine/user-guide/manage-pipelines/add-intelligent-gates-to-the-pipeline/verification-gate.md)
* [**Test Verification** ](/opsmx-1/opsmx-context-engine/user-guide/manage-pipelines/add-intelligent-gates-to-the-pipeline/test-verification-gate.md)
* [**Policy**](/opsmx-1/opsmx-context-engine/user-guide/manage-pipelines/add-intelligent-gates-to-the-pipeline/policy-gate.md)

### Approval Gate

An approval gate stops the pipeline and waits for approval either from a human user or from a computer based on data from a supported plugin.

You can add an Approval Gate after creating a pipeline to the application. To add an **Approval Gate** follow the steps below:

If you haven’t created an application yet, click [**here**](https://docs.opsmx.com/release-history/previous-releases/isd-4.0/knowledgebase/manage-application/create-an-application)**.**

If you haven’t created your pipelines yet, click [**here**](https://docs.opsmx.com/release-history/previous-releases/isd-4.0/knowledgebase/manage-pipelines/create-a-pipeline)**.**

1. From the [**Application dashboard**](https://docs.opsmx.com/user-guide/dashboard/application-dashboard), select your application name for which you need to edit a pipeline. Click **Three dots** at end of the application name and then select [**Edit Pipeline**](https://docs.opsmx.com/user-guide/manage-pipelines/edit-pipeline) as shown in the image below.

![](/files/ssxFZGlWKGMftvBiIXzf)

2\.  The **Pipelines** page appears, where you need to add the Approval Stage. Click [**Add Stage**](https://docs.opsmx.com/user-guide/manage-pipelines/add-stage)**,** select **Approval** from the **Type** drop-down as shown in the image below.

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

3\.  Select your pipeline, where you need to add the Approval Stage. Click [**Add Stage**](https://docs.opsmx.com/user-guide/manage-pipelines/add-stage) and then select the type **Approval** from the drop-down menu as shown in the image below.

![](/files/wAX2My029RBfnHudokXc)

5\.  Select the **Connector** from the drop-down.&#x20;

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

{% hint style="info" %}
The option to add connectors in the Connector Configuration field is optional&#x20;
{% endhint %}

The available connectors are:

* JIRA&#x20;
* GITHUB
* VERIFICATION
* SONARQUBE&#x20;
* JENKINS&#x20;
* AQUAWAVE&#x20;
* APPSCAN
* BAMBOO
* BITBUCKET
* BITBUCKET SERVER
* PRISMA CLOUD
* ARTIFACTORY
* JFROG XRAY SCANNING
* SERVICENOW
* Update the configuration details and select the **Account** from the drop-down and then click **Save Changes** as shown in the below image.&#x20;

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.opsmx.com/opsmx-1/opsmx-context-engine/user-guide/manage-pipelines/add-intelligent-gates-to-the-pipeline/approval-gate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
