> For the complete documentation index, see [llms.txt](https://tiscad.gitbook.io/tiscad-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tiscad.gitbook.io/tiscad-docs/licensing/activating-your-license.md).

# Activating Your License

f you've already purchased your license key, follow the steps below to activate it inside SOLIDWORKS®.

> ❓**Haven’t purchased a license yet?**\
> 👉 [Click here to see how to buy a license](/tiscad-docs/licensing/how-to-buy-a-license.md)

***

### 🧭 How to Activate Your License

1. Open **SOLIDWORKS®** and go to the **QuickInsert tab**<br>

   <figure><img src="/files/DYxzYJh4NmIHnYCOR30A" alt=""><figcaption></figcaption></figure>
2. In the **License Activation Form**, paste your license key into the text box<br>

   <div align="left"><figure><img src="/files/HBVBTRbcDG2vv1s6sQGF" alt=""><figcaption></figcaption></figure></div>
3. Click **Activate**

If the key is valid and you're connected to the internet, your license will be activated immediately.

***

### 🧾 Activation Info

* The license is linked to your machine (hardware ID)
* One license = one device
* If you need to transfer your license to another device, please contact support

***

### 🔍 Checking License Status

You can view your license status anytime:

* Expiration date (for trial or annual licenses)
* Active machine name
* License type (Trial / Full)<br>

  <div align="left"><figure><img src="/files/ZJVMBGNMyiXGRgCDqhGn" alt=""><figcaption></figcaption></figure></div>

***

### ❗ Activation Issues?

* Make sure you’re connected to the internet
* Check that your firewall or antivirus is not blocking the connection
* Ensure the license key is typed or pasted correctly
* For help, contact: <info@tiscad.com>

***

### 🎉 You're All Set!

Once activated, you can begin using QuickInsert without any limitations.


---

# 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://tiscad.gitbook.io/tiscad-docs/licensing/activating-your-license.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.
