> 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-11-24.md).

# 25-11-24

## New Add-in & Updates Now Available!

Today’s scheduled release is now live on BIMIL.

The new Structure Booster add-in is officially available, Auto Join has been enhanced with a new option, and an updated version of BIMIL Manager has also been released.

***

### New Add-in: Structure Booster

<figure><img src="/files/ZqSdx38BtSaMHFBgpS9g" alt="" width="128"><figcaption></figcaption></figure>

We’re excited to introduce **Structure Booster**, provided by **SCK**, designed to streamline structural modeling in Revit.

* Import **MGT files from Midas GEN** and automatically generate Revit models

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

* Use **Excel files exported from Midas Design+** to create structural schedules directly in Revit

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

To help you get a quick overview, we’ve prepared a short introduction video:

{% embed url="<https://youtu.be/6JhWbUuxuT4>" %}

For more details, visit the Structure Booster page on [**BIMIL Docs**](/docs/add-ins/structure-booster.md)**.**

***

### Update Add-in: Auto Join

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

The upcoming update introduces a new **Check in Detail** option.

Previously, Auto Join only processed elements that physically intersected.

With **Check in Detail** enabled, Auto Join will also join elements that simply **touch,** making it possible to capture edge-to-edge connections that were previously missed.

{% hint style="info" %}
This option may take longer to process due to the more detailed checks.
{% endhint %}

***

#### BIMIL Update Required

To support these features, **BIMIL 1.3.0.0** has been released.

BIMIL Manager will automatically update the next time you launch it.


---

# 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-11-24.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.
