# 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/id-document-liveness-detection-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%2FQOwwmsD40Y5DAZ71nCQv%2Frun_flask.png?alt=media&#x26;token=4cb45285-2201-47f8-969a-cda8a4d1b498" 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

[Activate ](https://docs.recognito.vision/id-document-liveness-detection-sdk/integration-guide/api-reference#set_activation)the SDK with license key. Should be called before using of any other functions.

```python
set_activation(license_key.encode('utf-8'))
```
