> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/how-to/how-do-i-make-my-license-keys-computer-bound.md).

# How do I make my license keys computer bound?

QLM supports 2 types of computer bound keys: Bound to the Computer Name or User defined.\
\
• Bound to Computer Name: Computer Name bound keys are keys that are bound to a specific computer by encrypting the name of the computer in the license key.\
\
• User Defined: User defined keys are computer bound keys. The computer identifier that is used to uniquely identify a computer is user defined. For example, if you want to create a computer bound key that is bound to the volume serial number, you would need to do the following:

* Use the [QlmHardware ](/docs/api-reference/.net-api/iqlmhardware.md)class to extract the Volume Serial Number from the end user system or create your own function to get the volume serial number or any other identifier of your choice.
* To activate key programmatically during Online Activation, you would extract the volume serial number in your code and provide it as argument to any QLM API that requires a ComputerID. The QLM License Server then generates and returns a computer key bound to the volume serial number.
* To validate a key in your code, you extract the volume serial number and provide that value to the ValidateLicenseEx API or to any API that requires the ComputerID.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.soraco.co/docs/how-to/how-do-i-make-my-license-keys-computer-bound.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.
