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

# 26-05-26

## Coming Soon: New Family Exporter Add-in and Multi-Device Support

We are excited to announce an upcoming update introducing a brand-new add-in to optimize your library management, along with key improvements to the BIMIL platform.

This update is scheduled for **May 26, 2026, at 04:00 UTC (13:00 KST)**.

***

### New Add-in: Family Exporter

<figure><img src="/files/g2bpnowhQtKRvH2P78JS" alt="" width="525"><figcaption></figcaption></figure>

**Family Exporter** simplifies your library management by allowing you to bulk export loaded project families into organized RFA files. Instead of manually saving families one by one, you can now manage your library with a much faster, streamlined workflow.

* **Bulk Export:** Select and export multiple families at once directly from your active project.<br>
* **Smart Organization:** Exported RFA files are automatically sorted and saved into folders grouped by category (e.g., *Save Folder / Doors / FamilyName.rfa*).<br>

***

### BIMIL Update: Multi-Device Support (Up to 3 Devices)

We are expanding our login policy to better support your multi-device workflow. Previously, BIMIL only allowed one active login per account.

Starting with this update, **you can register and use BIMIL on up to 3 devices simultaneously.** Please note that logging in on a 4th device will be restricted. If you reach the limit, you can easily manage, rename, or deactivate your registered computers through the **My Device** section on the BIMIL website.


---

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