# HWID Links

<figure><img src="https://1308287212-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fxa3HoGfzqkX1bq3ZrBJo%2Fuploads%2FekJsgRPfVPZPwbde6JU9%2F3245.png?alt=media&#x26;token=798a2d70-7ed0-4fce-a427-c4869a3fee04" alt="" width="188"><figcaption></figcaption></figure>

HWID links are subscriptions tied to a specific device. Verification is performed locally on the client side.

To create such a link, first obtain the device's HWID, then generate the link in your personal account.

HWID link creation is only available through happ-proxy.com.

#### Creating via the website

1. On the Link Limit page, select the HWID Links section.
2. Specify the unencrypted URL of your subscription.
3. Enter the HWID of the device for which the link is intended.

**After generation:**

* The HWID parameter is automatically added to the URL.
* You will receive an encrypted link.

***

#### **How it works**

When adding the link, the application compares the HWID in the link with the device's HWID. If they match, the link is added to the application.


---

# 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://www.happ.su/main/dev-docs/hwid-links.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.
