> 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-12-02.md).

# 24-12-02

## Shape Cutter Just Released!

We’re excited to announce that the Shape Cutter add-in is now available in BIMIL!

***

### New Add-in: Shape Cutter

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

**Shape Cutter** simplifies the process of creating multiple elements from a single sketch. Draw multiple disconnected profiles in one sketch, and Shape Cutter will separate them into individual elements automatically. It’s an easy way to streamline workflows and manage layouts more efficiently. You can even choose 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 %}

***

### Get Shape Cutter Now

You can download **Shape Cutter** directly from BIMIL. If you already have BIMIL installed, simply restart the app to access the new add-in.

If you haven’t installed BIMIL yet, visit our newly redesigned website to download it today and explore other exciting features like real-time add-in rankings, guides, and tutorials.

<https://bimil.bimpeers.com>


---

# 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-12-02.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.
