> 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/26-01-30.md).

# 26-01-30

## Coming Monday: Updates for 3 Add-ins and BIMIL v2.0.2.0

Before you wrap up for the week, we wanted to let you know about an update scheduled for this coming **Monday, February 2nd**.

We will be rolling out improvements for three of our add-ins and the BIMIL app itself at **03:00 UTC (12:00 KST)**.

***

### Add-in Enhancements

We’ve focused on workflow efficiency based on your recent feedback:

* **IDs:** The "Insert ID" tool is now a standalone feature for quicker access. We also added an option to input parameter names directly.
* **Box to View:** Added a new **"Open Generated Views"** option—so you can jump straight into your new view immediately after creation.
* **Mynamo:** Includes UI improvements and bug fixes.

***

### BIMIL Update (v2.0.2.0)

We are also updating the BIMIL app with the following changes.

* **UI Improvements:** A cleaner look and improved user experience.
* **Settings:** We’ve added a **Credit information** section to help you track your ArchiFilm token usage.

***

### How to Get the Update

Sit back and enjoy your weekend! These changes will be ready for you on Monday.

Once the update is live:

1. **Close Revit** (important for a smooth update).
2. Launch **BIMIL**. It should update automatically.
3. Click the **Update** button next to the add-ins listed above.


---

# 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/26-01-30.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.
