> 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/get-started/check-and-update-bimil-manager-version.md).

# Check & Update BIMIL Manager Version

## 1. How to Check Your Current Version

1. Open **BIMIL Manager**.
2. Click **About BIMIL**.
3. Check the installed **Version** at the top.\
   📌 Example: **BIMIL v2.0.0.0**

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

## 2. How to Update

You can update BIMIL Manager in two ways:

#### **Option A – Restart BIMIL Manager**

1. **Close Revit**.
2. Exit BIMIL Manager from the **system tray** (right–click → *Exit*).
3. Launch BIMIL Manager again.
4. If a new version is available, it will update automatically.

#### **Option B – Manual Update**

1. **Close Revit**.
2. Right–click the **BIMIL icon** in the system tray.
3. Select **Check for Updates**.

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

## 3. Download the Latest Version

If the update **does not run automatically** or you want to ensure you have the latest installer:

Download the latest BIMIL Manager installer manually using the button below.

<h4 align="center"><a href="https://bimil.bimpeers.com/download/latest" class="button primary" data-icon="down-to-bracket">Download Latest BIMIL Manager</a></h4>

<mark style="background-color:red;">⚠️</mark> <mark style="background-color:red;">**Important:**</mark> <mark style="background-color:red;">Revit must also be</mark> <mark style="background-color:red;">**closed**</mark> <mark style="background-color:red;">before installing the downloaded version.</mark>


---

# 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/get-started/check-and-update-bimil-manager-version.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.
