# Registering a Mobb account

{% hint style="warning" %}
Please note that if your organization already has an account with Mobb, you can ask the owner to invite you to the same organization. The owner can add additional users to the organization by following the [User Management](/mobb-user-docs/administration/user-management.md) guide.
{% endhint %}

If you already have a Mobb account, you may skip this step.

To get started, you will need to first sign up for an account at <https://app.mobb.ai>

If you do not have an account with Mobb yet, the next screen will ask you to register for a new account. We currently support Google accounts (Gmail or Google Workspace), GitHub accounts, or an email address.

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

{% hint style="success" %}
Single Sign-On (SSO) integration is also supported. If this is needed in your organization, please connect with your Mobb representative.
{% endhint %}

After you have registered for an account, you have a few options:

<figure><img src="/files/8b5NjFOZtnGVxm6lnaDh" alt=""><figcaption></figcaption></figure>

* **Option 1 - Scan and Fix with Mobb**\
  This option allows you to provide a repo URL and let Mobb scan for vulnerabilities using the open-source SAST scanner Opengrep to produce a report, before passing it to Mobb for triage and auto-remediation.
* **Option 2 - Fix your SAST issues**\
  This option allows you to see Mobb provide auto-fix suggestions against your own code. You must supply a SAST report from one of the SAST providers that Mobb supports.
* **Option 3 - Connect mobb to Your Workflow**\
  This option describes how you can integrate Mobb in a CI/CD pipeline of your choice.
* **Option 4 - Try our Sandbox**\
  This option provides you with a sandbox environment where a pre-generated SAST report is provided against a public repo (i.e. Juice Shop, Webgoat, AltoroJ). You will be able to see how Mobb generates the auto-fix suggestions right away!
* Option 5 - If you want to try setup up Mobb in your IDE, checkout [Mobb Vibe Shield](/mobb-user-docs/getting-started/mobb-vibe-shield-mvs.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/registering-a-mobb-account.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.
