# Option 4 - Try Mobb now!

{% hint style="info" %}
This option is made for visitors who want to quickly see how Mobb works without providing access to code or vulnerability reports
{% endhint %}

This guide describes how you can try out Mobb in a self-contained sandbox environment using existing scan results generated from a SAST tool against a vulnerable application.

To get started, first make sure you have already signed up for an account. If you haven't done so, please visit the [Register a Mobb Account](https://docs.mobb.ai/mobb-user-docs/getting-started/onboarding-guide/registering-a-mobb-account) guide.

After logging in, select the option, "**Try our Sandbox**"

<figure><img src="https://2539741639-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8WF4UBNkXMHG7Dz0RXI7%2Fuploads%2Fw4Qitx3hPrcnM2fWycoQ%2Fimage.png?alt=media&#x26;token=b6a56f71-c91f-477f-9ce1-0edf345416c4" alt=""><figcaption></figcaption></figure>

Pick a vulnerability scanner of your choice:

<figure><img src="https://2539741639-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8WF4UBNkXMHG7Dz0RXI7%2Fuploads%2F51Z3r2mvD9p30CWaePQv%2Fimage.png?alt=media&#x26;token=bcd2563f-1386-4fae-8bfc-f95afc187a88" alt=""><figcaption></figcaption></figure>

Then pick an application you want to analyze (Webgoat, Juice Shop or AltoroJ). These are all well-known, deliberately insecure applications, used as examples for demonstrating how Mobb fixes code vulnerabilities.

Click on "**Get Fixes Now!**"

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

After a few seconds, available fixes should start to appear. At this stage, you can begin accessing the fix page through the “**Link to Fix**” button.

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

Mobb provides an intuitive UI that allows you to influence the fix's direction through a few simple questions. Once you are satisfied with the fix recommendation, you can either commit the changes back to your source code repository, download the `.diff` file, or save fix data:

* **Commit Changes** - This allows you to commit the fixes directly to your source code repository through a Pull Request.
* **Download the .diff file** - This option allows you to download the .diff file and apply the fix manually to your branch.
* **Save fix data** - This option allows you to save the fix data so you can work on other fixes in the project. After you're satisfied, you can commit the fixes back to the repository all at once.

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

Since you are in a sandbox environment, you won't be able to commit the fixes back into the source code repository. To complete this tutorial, you can either download the `.diff` file or save the fix data.

{% hint style="info" %}
Mobb shows only a small subset of the available fixes in these applications in the sandbox experience.
{% endhint %}

To commit the fixes to an actual source code repository that you own, please proceed to the next section on “[Running mobb against your own code](https://docs.mobb.ai/mobb-user-docs/getting-started/onboarding-guide/running-mobb-against-your-own-code)”.


---

# 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/try-mobb-now.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.
