> For the complete documentation index, see [llms.txt](https://bimil.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bimil.gitbook.io/docs/using-bimil/installing-add-ins.md).

# Installing Add-ins

## Prerequisites

Before installing add-ins, make sure you have completed the following steps:

1. [Download](/docs/get-started/download.md) the latest version of BIMIL
2. [Install ](/docs/get-started/install-bimil-manager.md)BIMIL Manager
3. [Sign up](/docs/account/sign-up.md) for a BIMIL account
4. [Log in](/docs/account/log-in.md) to BIMIL Manager

***

## Installation Steps

### 1. Find an Add-in

After logging in, browse or search for add-ins in the **All Add-ins** page.

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

### 2. View Add-in Details

Click on any add-in to view its detailed information page.

### 3. Check Compatibility

Before installing, review the compatibility information in the left panel:

* **Compatible with**: Check if the add-in supports your software (e.g., Revit, SketchUp)
* **Versions**: Verify that your software version is supported

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

### 4. Install the Add-in

Click the **Install** button.

* BIMIL Manager will automatically detect compatible software versions installed on your PC
* The add-in will be installed for all detected compatible versions
* Progress will be displayed during installation

{% hint style="warning" %}
**Important**: Make sure the target software (e.g., Revit, SketchUp) is **closed** before installing add-ins.
{% endhint %}

### 5. Installation Complete

Once installation is complete, the button will change to **Installed**.

You can now launch your software and start using the add-in!

***

## What Happens During Installation?

When you click Install, BIMIL Manager:

1. Scans your computer for compatible software versions
2. Downloads the add-in files
3. Installs the add-in to the appropriate directories for each detected version
4. Registers the add-in with the software

{% hint style="info" %}
**Example**: If you have Revit 2023, 2024, and 2025 installed, and the add-in supports versions 2022-2026, BIMIL will automatically install it for all three versions on your computer.
{% endhint %}

***

## Troubleshooting

**Add-in not appearing after installation?**

* Make sure you restarted the software after installation
* Check My Add-ins to verify the installation was successful
* Try using the **Repair** function (see Managing Installed Add-ins)

**Installation failed?**

* Ensure the software is completely closed
* Check your internet connection
* Verify you have sufficient disk space
* Contact <help@bimpeers.com> for assistance


---

# 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://bimil.gitbook.io/docs/using-bimil/installing-add-ins.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.
