# Snow License Manager

{% hint style="warning" %}
⚠️ **Attention**\
If Snow License Manager is in maintenance mode (i.e. the Data update job is running), the API may return inconsistent data. Therefore, the API should not be run during the scheduled maintenance window.
{% endhint %}

{% stepper %}
{% step %}

### IP

IP address of the Snow License Manager Host.
{% endstep %}

{% step %}

### Port

Port number (optional, default: **443**).
{% endstep %}

{% step %}

### Username

The username which is going to be used by OctoXLabs to fetch data from Snow License Manager.

{% hint style="warning" %}
⚠️ **Attention**\
Assign the role **API Users** to the account (this is done in Snow Management and Configuration Center). Note that an account assigned to this role cannot be used for user login to the Snow License Manager Web User Interface.
{% endhint %}
{% endstep %}

{% step %}

### Password

The Password of the provided username.
{% endstep %}

{% step %}

### Customer ID

The ID of your company on Snow License Manager.

Navigate to **api** in Snow License Manager web interface. Then click on **Customers** — there you can find the **Customer ID**.
{% endstep %}

{% step %}

### SSL

Use SSL for connection (optional, default: **Encrypted**).
{% endstep %}
{% endstepper %}

{% hint style="info" %}
⚠️ **Attention**\
Please perform a connection test to ensure there is a valid connection to the Snow License Manager host. When the discovery operation finalizes 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-license-manager.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.
