> 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-21.md).

# 25-11-21

## New Add-in & Updates Coming November 24

We’re excited to share what’s coming to BIMIL next Monday, **November 24 at 04:00 AM UTC (1:00 PM KST)**.

**A new add-in** will be released, along with an important update to **Auto Join,** and BIMIL Manager will also receive an update.

***

### Scheduled Maintenance

To prepare for this release, BIMIL will undergo maintenance on

**November 24 from 03:00 AM to 04:00 AM UTC (12:00 PM to 1:00 PM KST)**.

During this time, access to BIMIL and add-in downloads may be temporarily unavailable.

We appreciate your understanding.

***

### New Add-in: Structure Booster

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

The new **Structure Booster** add-in, provided by **SCK**, brings a smoother structural workflow to 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>

Structure Booster streamlines the process of bringing external structural data into your BIM environment.

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 improvements, a new version of BIMIL 1.3.0.0 will also be released.

You’ll receive the update automatically when you launch BIMIL after the release time.


---

# 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-21.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.
