> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/pr-and-release-gating.md).

# PR & Release Gating

- [PR Gating Overview](https://help.aikido.dev/pr-and-release-gating/aikido-ci-gating-functionality.md)
- [CI Scan History Overview](https://help.aikido.dev/pr-and-release-gating/aikido-ci-gating-functionality/ci-scan-history-overview.md)
- [AutoFix Suggestions and Inline Commenting for PR Checks](https://help.aikido.dev/pr-and-release-gating/aikido-ci-gating-functionality/autofix-suggestions-and-inline-commenting-for-pr-checks.md)
- [Default PR/MR gating configuration for new repositories](https://help.aikido.dev/pr-and-release-gating/aikido-ci-gating-functionality/default-pr-mr-gating-configuration-for-new-repositories.md): Automatically apply a default PR/MR gating config when new repositories are added.
- [GitHub PR Gating](https://help.aikido.dev/pr-and-release-gating/github-ci-pr-gating-via-aikido-dashboard.md)
- [Azure DevOps PR Gating](https://help.aikido.dev/pr-and-release-gating/azure-pipelines-ci-pr-gating-via-aikido-dashboard-with-a-personal-access-token.md)
- [Azure PR Gating](https://help.aikido.dev/pr-and-release-gating/azure-pr-gating.md)
- [GitLab MR Gating](https://help.aikido.dev/pr-and-release-gating/gitlab-mr-gating.md)
- [GitLab Premium, Ultimate & Server: MR Scans Setup](https://help.aikido.dev/pr-and-release-gating/gitlab-mr-gating/gitlab-server-ci-mr-gating-via-aikido-dashboard-with-a-service-account-token.md): Publish MR scan results and comments for issues from Aikido. No pipeline code needed.
- [GitLab Free: MR Scans Setup](https://help.aikido.dev/pr-and-release-gating/gitlab-mr-gating/gitlab-free-mr-scans-setup.md): Publish MR scan results and comments for issues from Aikido. No pipeline code needed.
- [Bitbucket PR Gating](https://help.aikido.dev/pr-and-release-gating/bitbucket-pr-gating.md)
- [Bitbucket Free & Standard: PR Scans Setup](https://help.aikido.dev/pr-and-release-gating/bitbucket-pr-gating/bitbucket-ci-pr-gating-via-aikido-dashboard.md): Configure Bitbucket pull request scanning to publish scan results and comments for issues from Aikido. No pipeline code needed.
- [Bitbucket Premium: PR Gating Setup](https://help.aikido.dev/pr-and-release-gating/bitbucket-pr-gating/bitbucket-ci-pr-gating-via-aikido-dashboard-with-a-workspace-access-token.md): Configure Bitbucket pull request scanning to publish scan results and comments for issues from Aikido. No pipeline code needed.
- [CLI for PR & Release Gating](https://help.aikido.dev/pr-and-release-gating/cli-for-pr-and-release-gating.md)
- [Aikido CLI: PR Gating](https://help.aikido.dev/pr-and-release-gating/cli-for-pr-and-release-gating/aikido-cli-pr-gating.md): The Aikido Security CLI client allows you to integrate Aikido Security scans into custom CI pipelines such as Jenkins or CircleCI. It helps ensure that security scans are part of your build process.
- [Aikido CLI: Release Gating](https://help.aikido.dev/pr-and-release-gating/cli-for-pr-and-release-gating/aikido-cli-release-and-pr-gating.md)
- [Aikido CI API](https://help.aikido.dev/pr-and-release-gating/cli-for-pr-and-release-gating/aikido-ci-api.md)
- [GitHub Action Setup for Aikido CLI: Release Gating](https://help.aikido.dev/pr-and-release-gating/cli-for-pr-and-release-gating/github-action-setup-for-aikido-cli-release-gating.md)
- [GitLab Pipeline Setup for Aikido CLI: Release Gating](https://help.aikido.dev/pr-and-release-gating/cli-for-pr-and-release-gating/gitlab-pipeline-setup-for-aikido-cli-release-gating.md): The Aikido Security CI client allows you to integrate Aikido Security scans into CI pipelines. It helps ensure that security scans are part of your build process.


---

# 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://help.aikido.dev/pr-and-release-gating.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.
