# Snow Asset Management

## Connection Requirements

{% stepper %}
{% step %}

### Domain

The Domain of the Snow Asset Management.

{% hint style="info" %}
Default: snowsoftware.io
{% endhint %}
{% endstep %}

{% step %}

### Client ID

Client ID of the Snow Asset Management user.

Follow these steps in Snow Atlas to create the necessary credentials:

* Log in to your **Snow Atlas** account.
* Navigate to the **Settings** -> **Application registration** section.
* Click **Add application** to create a new registration.
* Provide a name for your application and assign it the appropriate permissions for the actions you want to perform.
* Once the application is created, your **Client ID** will be displayed. Copy this value.
  {% endstep %}

{% step %}

### Client Secret

Client Secret for the Snow Asset Management user.

The Client Secret is generated at the same time as the Client ID.

* During the application registration process detailed above, after creating the application, a **Client Secret** will also be displayed.
* **Important:** Copy the Client Secret and store it in a secure location.
  {% endstep %}

{% step %}

### Region Name

You can find your Data Region in the Snow Atlas settings menu:

* Navigate to the **Settings** -> **Licenses and usage** section.
* Your **Data region** is listed on the **General information** tab.

Region of the assets that is going to be fetched.
{% endstep %}

{% step %}

### Thread Count

Amount of multiple thread that is going to be generated during discovery process. (max: 32, min: 1, default: 32)

Increasing the number may decrease the discovery time on this adapter. However, this will cause it to use more resources.
{% endstep %}

{% step %}

### Sleep

Amount of time that is going to be waited between thread generation. (default: 0)
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a connection test to ensure there is a valid connection to the Snow Asset Management host. When the discovery operation is finalized you will be able to see the details on the Assets page.
{% endhint %}
