# 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-recognition-sdk/integration-guide/linux/broken-reference)function.

<figure><img src="https://3902005046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxiEW2bRNeDz3JZIL41gD%2Fuploads%2FVmAgbgT5VQvSYwh1htL7%2Fidsdk_hwid.png?alt=media&#x26;token=789fe8d3-a6c3-4a3f-9e46-3104afb04fa3" 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-recognition-sdk/integration-guide/api-reference#set_activation)the SDK with license key. Should be called before using of any other functions.

```python
set_activation(offline_key.encode('utf-8')).decode('utf-8')
```
