# Licensing

{% hint style="info" %}
Click [Here ](https://docs.recognito.vision/license-option)to get details about RECOGNITO license option

[license-option](https://docs.recognito.vision/license-option "mention")
{% endhint %}

## Get your HWID (Hardware ID)

To activate SDK, you have to first get your Hardware ID by using the [get\_device\_id ](https://docs.recognito.vision/face-recognition-sdk/integration-guide/api-reference#get_device_id)function.

<figure><img src="https://3902005046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxiEW2bRNeDz3JZIL41gD%2Fuploads%2FkccLnX56MSC8qCW2a0qX%2FHWID.png?alt=media&#x26;token=0ea6b88d-bea4-4f37-94b7-c546500a664b" alt=""><figcaption></figcaption></figure>

## Request License

After getting HWID, share it with us for license key.

[**Contact us**](https://docs.recognito.vision/contact-and-support)

## Activate SDK

[Initializes ](https://docs.recognito.vision/face-recognition-sdk/integration-guide/api-reference#init_sdk_offline)the SDK with license key. Should be called before using of any other functions.

```python
init_sdk_offline("engine/bin", "license.txt")
```
