> 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-suite-configuration.md).

# IZ Suite Configuration

## IZ Scan Plugin - IZ Scan Configuration

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

* Purchased a valid license for the [IZ Scan Plugin](/product-guides/integral-zone/iz-suite/iz-scan/anypoint-studio/installation/install-iz-analyzer-studio.md).
* For on-premises or hybrid instances, please use your organization-specific service URL instead of <https://iz.integralzone.com>.
  {% endhint %}

### Connection Setup

1. Go to **`Window`** -> **`Preferences`** -> **`IZ Preferences`** (**`Anypoint Studio`** -> **`Settings`** -> **`IZ Preferences`** in Mac)
   1. Choose **`IZ`** plugin type
   2. Provide the `Service Url`. Service URL for cloud users will be <https://iz.integralzone.com/> and for on-premises or hybrid installations, use your organization-specific URL.
   3. A security token can be generated by following the steps in [Generating Security Token](/product-guides/integral-zone/iz-suite/iz-scan/ci-cd-integration/generate-security-token.md). Use this generated token in the **`Access Token`** field.
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.\
      &#x20;

      <figure><img src="/files/KHK1uYfuGx2JfwSFhEUD" alt=""><figcaption></figcaption></figure>
   2. Choose **`Apply`** and Select **`Apply and Close`**

### See Also

* [Configure IZ Analyzer Plugin](/product-guides/integral-zone/iz-suite/iz-scan/anypoint-studio/configuration/iz-analyzer-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-suite-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.
