# Option 2 - Running Mobb against your own code

This guide describes running Mobb on a public or private repository. To get started, make sure you have already signed up for an account. If you haven't done so, please visit the guide on [registering a Mobb account](/mobb-user-docs/getting-started/onboarding-guide/registering-a-mobb-account.md).

After logging in, select the second option, "**Fix Your SAST issues**"

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

Pick a vulnerability scanner of your choice (Checkmarx, Snyk, Fortify, or GitHub CodeQL, SonarQube)

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

For more detailed instructions for each of the supported SAST tools, refer to their respective guides:

* [Checkmarx](/mobb-user-docs/integrating-sast-findings/checkmarx.md)
* [Snyk](/mobb-user-docs/integrating-sast-findings/snyk.md)
* [Fortify](/mobb-user-docs/integrating-sast-findings/fortify.md)
* [GitHub CodeQL](/mobb-user-docs/integrating-sast-findings/codeql.md)
* [SonarQube](/mobb-user-docs/integrating-sast-findings/sonarqube.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/running-mobb-against-your-own-code.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.
