# What is Mobb?

{% hint style="success" %}
Welcome to Mobb User Docs! We're here to answer your questions. Can't find what you're looking for? Send our support team a note at <support@mobb.ai>
{% endhint %}

Mobb is an AI-powered technology that automates vulnerability remediation. At Mobb, our goal is to help development teams significantly reduce their security backlogs and free developers to focus on innovations. At the core, Mobb is an automatic security vulnerability remediation tool. It ingests Static application security testing (SAST) results from Checkmarx, CodeQL (GitHub Advanced Security), OpenText Fortify, Snyk, SonarQube, and Semgrep/Opengrep and produces code fixes for developers to review and commit to their code.

<figure><img src="https://2539741639-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8WF4UBNkXMHG7Dz0RXI7%2Fuploads%2Fgit-blob-972df23ab7cdd0070ee6931f0356bd67f3fc6e3e%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

To test Mobb in a self-contained sandbox environment, visit our quick [onboarding guide](https://docs.mobb.ai/mobb-user-docs/getting-started/onboarding-guide) to get started

{% hint style="info" %}
[Sign up to Mobb for free!](https://mobb.ai)
{% endhint %}


---

# 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/readme.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.
