> 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-suite/iz-scan/anypoint-studio/configuration/iz-analyzer-configuration.md).

# IZ Analyzer Configuration

{% hint style="warning" %}
Before installing the plugin, make sure you have:

* Purchased a valid license for [IZ Scan Anypoint Studio Plugin](/product-guides/integral-zone/iz-suite/iz-scan/anypoint-studio/installation.md).
* For on-premises or hybrid instances, please use your organization-specific service URL instead of <https://analyzer.integralzone.com>
* To scan and upload projects from the IDE, configure the Scanner CLI path. You can download the SonarScanner CLI from [here](https://docs.sonarsource.com/sonarqube-server/analyzing-source-code/scanners/sonarscanner). This feature is available from Anypoint Studio plugin version >=5.1.8.
  {% endhint %}

### Connection Setup

1. Go to **`Window`** -> **`Preferences`** -> **`IZ Preferences`** (**`Anypoint Studio`** -> **`Settings`** -> **`IZ Preferences`** in Mac)
   1. Choose **`IZ Analyzer`** plugin type
   2. Provide the `Service Url`. Service URL for cloud users will be <https://analyzer.integralzone.com/> and for on-premises or hybrid installations, use your organization-specific URL.
   3. Log in to the IZ Analyzer web application. Click on your Profile icon and navigate to **`My Account`**. Select the **`Security`** tab and generate a new token by providing a token name. Use this generated token in the **`Access Token`** field. <br>

      <figure><img src="/files/19ZbNUUx9daRy60YFYo5" alt=""><figcaption></figcaption></figure>
2. Use the **`Developer Token`** shared as part of the license details
3. Click on **`Test Connection`** to ensure the connection is successful.
4. Click on **`Sync Metadata`** to sync the available `Quality Profiles` and corresponding rules -
   1. `Quality Profiles` -> Choose the required Quality Profile to sync the rules from the server
   2. Choose the **`Enable Clean Code Severity`** to display the Severities based on Clean Code Severity attributes (i.e., HIGH, MEDIUM, LOW). Ensure to click on **`Sync Metadata`** button when this option is toggled. The subsequent scans will start displaying the updated Severities in **`On The Fly Results`**. <br>

      <figure><img src="/files/HTeKtyZMYYNXr9DuFHP9" alt=""><figcaption></figcaption></figure>
   3. **`CLI Scanner Path`** -> Specify the path to the downloaded SonarScanner CLI. Provide the full path to the executable, which will be used to run the analysis and upload the project to the configured server.
   4. Choose **`Apply`** and Select **`Apply and Close`**

### See Also

* [Configure IZ Scan Plugin](/product-guides/integral-zone/iz-suite/iz-scan/anypoint-studio/configuration/iz-suite-configuration.md)
* [Source Code Analysis - On The Fly Results](/product-guides/integral-zone/iz-suite/iz-scan/anypoint-studio/source-code-analysis/anypoint-studio-analysis.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-suite/iz-scan/anypoint-studio/configuration/iz-analyzer-configuration.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.
