> For the complete documentation index, see [llms.txt](https://help.gsctool.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gsctool.com/getting-started/manage-license-and-devices.md).

# Manage License & Devices

{% hint style="info" %}
If you do not have a license code, you can purchase one here: <https://www.gsctool.com/pricing>
{% endhint %}

To manage your linked devices, follow these steps:

1. Navigate to the [My Orders](https://app.lemonsqueezy.com/my-orders/) (<https://app.lemonsqueezy.com/my-orders/>) page and log in with your purchase email.

<figure><img src="/files/2IiuS602YRJoZtA8gAV7" alt="" width="563"><figcaption><p>Navigate to the <a href="https://app.lemonsqueezy.com/my-orders/">My Orders</a> (<a href="https://app.lemonsqueezy.com/my-orders/">https://app.lemonsqueezy.com/my-orders/</a>) page and log in with your purchase email.</p></figcaption></figure>

2. Click on the order associated with your purchase.
3. Select the license key to view all linked devices.

<figure><img src="/files/I48puIQ91LcjPXTZppfm" alt="" width="375"><figcaption></figcaption></figure>

4. Click **"Deactivate"** next to any device you wish to unlink.

<figure><img src="/files/cru7gY8rpJLLynBgEzzb" alt="" width="375"><figcaption><p>Click <strong>"Deactivate"</strong> next to any device you wish to unlink.</p></figcaption></figure>

{% content-ref url="/pages/QdvepBdsoDxOL396SMCP" %}
[How to Activate License](/getting-started/manage-license-and-devices/how-to-activate-license.md)
{% endcontent-ref %}

{% content-ref url="/pages/8EBvZsUYafei7icr6Rha" %}
[Unlink or Deactivate Device](/getting-started/manage-license-and-devices/unlink-or-deactivate-device.md)
{% endcontent-ref %}

{% content-ref url="/pages/WuDh4UGYSFKtXO6vFFa0" %}
[Find Your Purchase License](/getting-started/manage-license-and-devices/find-your-purchase-license.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://help.gsctool.com/getting-started/manage-license-and-devices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
