> 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/notices/notices-archive/25-03-17.md).

# 25-03-17

## Update: New Features Now Available!🚀

Great news! The latest **BIMIL update** is now complete, and you can start using the improved features right away.

***

## How to Apply the Update?

🔹 **Close Revit** before updating.\
🔹 **Exit BIMIL from the Windows Tray** and restart it to apply the update.

***

## What’s New?

### ✅ **New Feedback Button**

* Have an issue or suggestion? Now, you can send feedback directly from Revit without writing an email!
* Just click the button, type your message, and hit **Send** – quick and easy!

### ✅ **Excel Link Add-in Bug Fixes**

* Fixed issues where **cell merging** was not working correctly.
* Fixed **borders** not displaying properly for merged cells.\
  Now, your exports will be cleaner and more accurate!

***

### 📌 **Where to Find the Feedback Button?**

1️⃣ **BIMIL Group Ribbon Menu** – Find the **Feedback** button in the top menu bar.\
2️⃣ **Each Add-in Window** – A **Feedback** button is also available in the **top-right corner** of every Add-in window.

### 📌 **How to Use It?**

1. Click the **Feedback** button.
2. Select a category (**Inquiry, Error, Others**).
3. Describe the issue or suggestion.
4. (Optional) Attach screenshots for better clarity.
5. Click **Send** – done!

<figure><img src="/files/AkCzYiozW1SBSaP3tt2x" alt="" width="563"><figcaption></figcaption></figure>

Try the new feature and let us know what you think! Your feedback helps us improve BIMIL for everyone.


---

# 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/notices/notices-archive/25-03-17.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.
