> For the complete documentation index, see [llms.txt](https://docs.cgpoly.io/laser-system-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cgpoly.io/laser-system-documentation/getting-started/installation.md).

# Installation

Installing the **Laser System** addon is quick and easy. Follow these steps to get started adding laser VFX to your Blender projects.

### Step 1: Download the Addon

1. Download the latest version of the **Laser System** addon file (`LaserSystem.zip`) from your favorite store (e.g: [BlenderMarket](https://blendermarket.com/products/laser-system), [FlippedNormals](https://flippednormals.com/product/laser-system-laser-vfx-add-on-for-blender-48799?dst=6r3BSdHq)).
2. Save it in an accessible location on your computer.

### Step 2: Install the Addon in Blender

* Open **Blender** and go to **Edit > Preferences**.
* In the Preferences window, navigate to the **Add-ons** tab on the left.
* Click **Install from Disk...** (usually located at the top-right of the Add-ons window).

<figure><img src="/files/3UyZIf5a9wZtQXpiLkQp" alt=""><figcaption></figcaption></figure>

* Locate the `LaserSystem.zip` file you downloaded, select it, and click **Install Add-on**.
* Once installed, enable the addon by checking the box next to **Laser System** in the list of add-ons.
* (Optional) Save your preferences by clicking **Save Preferences** at the bottom of the Preferences window to ensure the addon stays enabled in future Blender sessions.

### Step 3: Verify Installation

1. After enabling the addon, navigate to the **N-Panel** in the 3D Viewport. You should see a new tab or panel labeled **Laser System**.

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

### Troubleshooting Common Installation Issues

* **Addon Not Showing Up**: Ensure you’re using a compatible version of Blender (4.2 or above). Restart Blender if the addon doesn’t appear immediately after installation.
* **Error Messages**: If you encounter an error during installation, ensure the downloaded file isn’t corrupted and that you’re following the installation steps exactly. Re-download the addon if necessary.
* If you're still not able to install Laser System, feel free top contact me <charley@cgpoly.fr>

After completing these steps, you’ll be ready to dive into creating laser effects with the Laser System addon!


---

# 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.cgpoly.io/laser-system-documentation/getting-started/installation.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.
