# 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 %}


---

# Agent Instructions: 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:

```
GET https://docs.octoxlabs.com/adapters/adapters/snow-asset-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
