> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-analyzer/manage-rules/deactivate-rules.md).

# Deactivate Rules

## Manage Rules in Server

{% hint style="warning" %}
In case of an On-Premises or Hybrid installation model:

* Navigate to your organization-specific service URL instead of [https://analyzer.integralzone.com](https://analyzer.integralzone.com/)
* Choosing an organization will not be required after login
  {% endhint %}

### Create Custom Quality Profile:

1. Browse to **`[IZ Analyzer](https://analyzer.integralzone.com/)`** -> **`Login with your credentials`** -> click on your profile icon -> Select your organization under **`My Organizations`** -> click on **`Quality Profiles`** menu -> Search for **`Mule Profiles`**. +
   * NOTE: There should be one **`Built In`** rule named **`IZ Mule Rules`**, which is the default profile. Rules cannot be activated or de-activated on the **`Built In`** profile. We need to clone/extend the **`Built In`** profile and then activate or de-activate rules.
2. Click on the **`Settings`** -> **`Copy`**, if not already done\
   &#x20;

   <figure><img src="/files/PM1Mmky2WdXROX6FCCu1" alt=""><figcaption></figcaption></figure>
3. Enter a **`New Name`** for the profile -> click on **`Copy`**, if not already done <br>

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

### Deactivate Rules:

1. Click on the created new profile **`Custom - IZ Mule Rules`** <br>

   <figure><img src="/files/UOZqZelMgeI1iJIbIxnM" alt=""><figcaption></figcaption></figure>
2. Click on **`Active Rules (Number)`** to deactivate rules which are activated <br>

   <figure><img src="/files/btmLdDtPaPmbDPwnG2cJ" alt=""><figcaption></figcaption></figure>
3. Once all the activated rules are listed, click on the **`Deactivate`** button against each rule to deactivate\
   &#x20;

   <figure><img src="/files/neTsKlC7HCsYDQpaMVQy" alt=""><figcaption></figcaption></figure>
4. Once all the required rules are deactivated, go back to **`Quality Profiles`** menu -> Search for **`Mule Profiles`** -> **`Settings`** icon -> **`Set as Default`**, if not already done
   * NOTE: Only the profile marked as **`Default`** will be used for evaluating the rules <br>

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

### See Also

* [Activate Rules](/product-guides/integral-zone/iz-analyzer/manage-rules/activate-rules.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-analyzer/manage-rules/deactivate-rules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
