# Option 3 - Automate Mobb in a CI/CD pipeline

If you are already conducting automated SAST scans on your projects through CI/CD pipelines, then you may also want to consider automating the remediation of the SAST findings by using Mobb.

After logging into Mobb, select the last option in the menu “**Connect Mobb to Your Workflow**”.

<figure><img src="/files/T16LJajPr4sX1eMDefxo" alt="" width="563"><figcaption></figcaption></figure>

Mobb can be integrated into any CI/CD platform of your choice. We provided a few sample integrations shown in the [CI/CD Integration](/mobb-user-docs/ci-cd-integrations.md) section:

* [GitHub Actions](/mobb-user-docs/ci-cd-integrations/github-actions.md)
* [GitLab Pipeline](/mobb-user-docs/ci-cd-integrations/gitlab-pipeline.md)
* [Azure DevOps Pipeline](/mobb-user-docs/ci-cd-integrations/azure-devops.md)
* [Jenkins](/mobb-user-docs/ci-cd-integrations/jenkins.md)
* [CircleCI](/mobb-user-docs/ci-cd-integrations/jenkins.md)
* [Bamboo](/mobb-user-docs/ci-cd-integrations/bamboo.md)


---

# 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.mobb.ai/mobb-user-docs/getting-started/onboarding-guide/automate-mobb-in-a-ci-cd-pipeline.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.
