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

# 26-01-12

We've been working on improvements based on your feedback. Today, we're releasing updates for several add-ins to fix bugs and enhance performance.

***

### **What's New:**

**Auto Dimension** (v1.2.1.0)

* Fixed functionality issues on very long grids

**Grid to Crop** (v1.2.1.0)

* Fixed functionality issues on very long grids

**Excel Sync** (v1.0.3.0)

* Fixed issues with editing material takeoff

**Excel Link** (v1.2.2.0)

* Minor bug fixes

**Smart Tab View** (v1.2.1.0)

* Minor bug fixes

**Snap View** (v1.2.1.0)

* Minor bug fixes

***

### 2025 Mini Project Videos Now Live

We've just released four new videos showcasing our 2025 Mini Project. Check them out and let us know what you think!

* [🔗Auto Building](https://www.youtube.com/watch?v=yn9kw_4Fmsg)
* [🔗A self-thinking and self-acting multi-agent system with RAG](https://www.youtube.com/watch?v=S8h8gSh5LDI)
* [🔗BIMIL Pets](https://www.youtube.com/watch?v=IYZ0XpW-TiM)
* [🔗Still not using n8n? You’re missing out.](https://www.youtube.com/watch?v=knQKA3mDe0Y)

👍 Like and comment if you enjoyed them—we'd love to hear your thoughts.


---

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