> 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-core/settings/initial-setup.md).

# Initial Setup

### Default Login:

{% hint style="info" %}

* This step is required if the instance is being configuring for the first time.
  {% endhint %}

1. Navigate to the UI and click on **`Signin with IZ Token`**
2. Enter the default token **`clqvx342w00003b6qnxuu9bri`** and click on **`Login`**&#x20;

<figure><img src="/files/0JshFEPp4jvf2NbzviGG" alt=""><figcaption></figcaption></figure>

### Enable Anypoint SSO:

#### In Anypoint Platform

1. Login to <https://anypoint.mulesoft.com/>
2. Navigate to **`Access Management`** -> **`Connected Apps`**
3. Click on **`Create App`** and select the following details
   1. Name - IZ Suite Web
   2. Type - App acts on behalf of a user
   3. Grant types - Authorization Code
   4. Website URL - URL that will be displayed to the users
   5. Redirect URIs - \<FALCON\_HOST>/anypoint\_auth
   6. Add Following Scopes -
      1. Open ID -> Profile
4. Click on Save
5. Note the **`Client Id`** and **`Client Secret`** which will be used in the next step

#### In IZ Suite

1. Navigate to **`Global Settings`** -> **`Settings`**
2. Search for Auth and edit the **`Anypoint Auth`** settings&#x20;

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

3. Update the value of **`Is Enabled`** key to **`true`**
4. Update the value of **`Client Id`** key to the Connected Apps Client Id
5. Update the value of **`Client Secret`** key to the Connected Apps Client Secret
6. Click on **`Save`**
7. Logout and Login using **`Signin with CloudHub`**
8. Enter the License key shared by the Integral Zone support team

### Disable IZ Token Login:

1. Navigate to **`Global Settings`** -> **`Settings`**
2. Search for Auth and edit the **`IZ Token Auth`** settings&#x20;

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

3. Update the value of **`Is Enabled`** key to **`false`** and click on **`Save`**

### See Also

* [Create Agent](/product-guides/integral-zone/iz-suite/iz-core/agent/create-agent.md)
* [Update Agent](/product-guides/integral-zone/iz-suite/iz-core/agent/update-agent.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-core/settings/initial-setup.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.
