> 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/activate-rules.md).

# Activate Rules

## Manage Rules in Server

{% hint style="warning" %}
Before creating a custom rule, make sure you have:

* Created a custom Quality Profile from the default Profile. Refer to [Create Custom Quality Profile](/product-guides/integral-zone/iz-analyzer/manage-rules/activate-rules.md) for more information.
* For on-premises or hybrid instances, please use your organization-specific service URL instead of [https://analyzer.integralzone.com](https://analyzer.integralzone.com/).
* For on-premises or hybrid instances, 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 <br>

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

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

### Activate Rules:

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

   <figure><img src="/files/FiH3ejKAoiY4yvauQIw3" alt=""><figcaption></figcaption></figure>
2. Click on **`Activate More`** to activate rules which are deactivated <br>

   <figure><img src="/files/MLP1gBRmEeQ2VxFyLw0N" alt=""><figcaption></figcaption></figure>
3. Once all the deactivated rules are listed, click on the **`Activate`** button against each rule to activate <br>

   <figure><img src="/files/FES27iFMemr7geeymXwr" alt=""><figcaption></figcaption></figure>
4. Once all the required rules are activated, 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&#x20;

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

## See Also

* [Deactivate Rules](/product-guides/integral-zone/iz-analyzer/manage-rules/deactivate-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/activate-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.
