> 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-06-27.md).

# 25-06-27

## ✨New Add-in ‘Finder’ is Coming - June 30 ✨

We’re thrilled to let you know that our brand-new **Finder Add-in** will be launching soon!

***

### 📌 **What is Finder?**

Finder is your one-click solution to instantly pinpoint and review all spatial data of a Revit element:

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

✔️ **Grid** – Returns the name of the **grid line closest to the element’s center point**. Supports vertical, horizontal, and diagonal grids.

✔️ **Level** – Returns the name of the **level that the element belongs to**, based on its elevation.

✔️ **Room** – Provides information about the **architectural room that contains the element**, including room name and number.

✔️ **Space -** Returns the **MEP space** the element is located in. This is typically used in mechanical, electrical, and plumbing design.

✔️ **Zone -** Returns the **logical MEP zone** that groups multiple spaces for system-level organization (e.g., HVAC zones).

✔️ **Area** – Returns the **name or number of the area** that contains the element.

***

### 🗓 **Finder Release Schedule**

**Release Time:**\
▸Monday, June 30, 2025 at 4:00 AM (UTC)\
▸Monday, June 30, 2025 at 1:00 PM (KST)

**Installation:**\
Finder will be available in the BIMIL Add-in Manager. (Coming June 30)\
Make sure you’ve updated to BIMIL version 1.1.7.0 or higher before installing

***

We’re thrilled to share this next step with you.

If you have any questions or need support, feel free to reach out at [help@bimpeers.com](mailto:help@bimpeers.com?subject=undefined\&body=undefined).<br>

Best regards,

The **BIMIL** Team


---

# 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-06-27.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.
