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

# 24-11-29

## New Add-in Launching Next Week + Website Update

We’re excited to share two big updates with you! A new add-in is launching next week, and our BIMIL website has just been revamped. Here’s what’s new:

***

### New Add-in: Shape Cutter

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

Releasing on **Monday, December 2**, the **Shape Cutter** add-in allows you to separate multiple solids within a single element into distinct elements. It’s perfect for handling complex layouts with greater precision. Customize your workflow by choosing whether to delete the original element or copy its parameters to the new ones.

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

For more details about the add-in, visit our BIMIL Docs page.

{% content-ref url="<https://github.com/BIMPeersGit/BIMPeers_BIMIL/blob/main/english/add-ins/shape-cutter.md>" %}
<https://github.com/BIMPeersGit/BIMPeers_BIMIL/blob/main/english/add-ins/shape-cutter.md>
{% endcontent-ref %}

***

### BIMIL Website Update

Our updated website is live! Here’s what’s new:

* **Real-time Add-in Updates and Rankings**\
  Discover the latest add-in releases and updates, and check out which add-ins are trending with our new rankings feature.
* **Docs and YouTube Videos**\
  Explore detailed guides and watch tutorial videos to enhance your workflow.
* **BIMIL Notice Section**\
  View important updates and announcements directly on the website, previously available only via email.
* **Multi-language Support (English & Korean)**\
  Browse in English or Korean. (한국어를 지원합니다!)

***

Visit the official **BIMIL website** now to check out the new experience!

<https://bimpeers.com/bimil>


---

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