> 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/installation-and-setup/installing-quickinsert.md).

# Installing QuickInsert

Installing **QuickInsert** is a quick and simple process. This guide will walk you through:

* Downloading the installer
* Running the setup
* Choosing the database location
* Enabling the add-in in SOLIDWORKS®

***

### ⬇️ Step 1: Download the Installer

To get started, download the latest version of the QuickInsert installer:

👉 [**Download QuickInsert Installer**](https://www.tiscad.com/downloads)

> 📦 The installer comes bundled with everything needed to install QuickInsert and set up your database.

Once downloaded, continue with the setup steps below.

***

### ⚙️ Step 2: Run the Installer

1. Double-click the downloaded `.exe` file to start the installation.
2. If prompted, allow the app to make changes **(admin rights are required)**.
3. Read and accept license agreement.
4. Choose the folder where you want to install the QuickInsert add-in.

<div align="center"><figure><img src="/files/BOYTA5RWkNrYNeoYJipl" alt=""><figcaption></figcaption></figure></div>

***

### 📂 Step 3: Choose Database Location

During setup, you’ll be asked to choose a **database path**. This is used to store the SQLite database files used by QuickInsert.

You have two options:

* **Use Existing Database**
  * Ideal if you already have a shared or pre-configured database.
* **Create New Database**
  * Recommended for new users or fresh installations.

<figure><img src="/files/5xuyFHMeDWALMfbaKRVn" alt=""><figcaption></figcaption></figure>

> 💡 You can update the database path later from within QuickInsert under settings.

***

### ✅ Step 4: Complete Setup

Once the installation is complete:

* You can launch **SOLIDWORKS®** normally.
* In most cases, QuickInsert will be enabled automatically.

If not, follow the steps below to enable it manually.

> ⚠️ **Note:** QuickInsert works only inside a **SOLIDWORKS®** **assembly**.\
> Make sure you’re not in a part file or drawing.&#x20;
>
> Open or create an assembly before using the add-in.

<figure><img src="/files/uIIlEkM6TAK4zwsdsjup" alt=""><figcaption></figcaption></figure>

***

### 🧩 Step 5: Enable QuickInsert in SOLIDWORKS® (if needed)

If QuickInsert doesn’t appear automatically:

1. Open SOLIDWORKS®
2. Go to the top menu:\
   **Tools → Add-Ins...**
3. In the Add-Ins dialog, scroll down and locate **QuickInsert**
4. Enable both checkboxes:

   * ✅ **Active Add-ins**
   * ✅ **Start-Up** (so it loads automatically next time)

   <figure><img src="/files/UrG83UCmgGyA8VOTxwQu" alt=""><figcaption></figcaption></figure>

***

### 🛠 Troubleshooting

If you encounter any issues:

* Make sure SOLIDWORKS® was **closed during installation**
* Verify you have **admin rights**
* Ensure antivirus/firewall is not blocking the installer


---

# 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/installation-and-setup/installing-quickinsert.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.
