# Organization-Level Fix Policy

{% hint style="warning" %}
The "Fix Policy" setting exist on both the organization-level and the project-level. If you only want to modify the fix policy for your own project, please visit the Project Settings page here.
{% endhint %}

{% hint style="warning" %}
Before you proceed, take note that **modifying the fix policy at the organization level will overwrite the fix policy settings at the project level**.
{% endhint %}

The fix policy setting allows you to control the Mobb's behavior around fix recommendations.

To access the fix policy menu, first click on the Settings menu, followed by "**Fix Policy**".

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

## Issue Filters

The issue filters section gives you granular control over which issue types are used when generating the fix recommendations. To enable issue filters, you must first enable it using the "**Enable issues filter**" toggle, followed by selecting the checkboxes next to the issues you want Mobb to use.

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

## Automatic PR

{% hint style="info" %}
Please note that Automatic PR only works when triggered using the Mobb CLI with the `--auto-pr` flag set, check out the [Mobb CLI guide](/mobb-user-docs/getting-started/mobb-cli.md#automatic-pr) to learn more.
{% endhint %}

Mobb can automatically generate Pull Requests (PRs) for selected issue types. To configure which issue types you wish to enable automatic PR generation, select the boxes next to the issue type as shown below:

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

Once enabled, Mobb will monitor for future fix reports and automatically generate PRs with the fixed code in your Source Code Repository when the following conditions are met:

1. The issue type is enabled on the Fix Policy page, as shown above.
2. The reported fix is considered a [fresh fix](/mobb-user-docs/more-info/frequently-asked-questions-faq.md#how-can-i-tell-if-a-new-fix-is-available).
3. The repository URL belongs to an SCM where Mobb is already connected (Authenticated via OAuth).
4. The fix report originates directly from Bugsy (Mobb CLI) or via integration with the pipeline with `--auto-pr` flag enabled. Click [here](/mobb-user-docs/getting-started/mobb-cli.md#automatic-pr) to learn more.


---

# 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/administration/fix-policy.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.
