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

# 25-05-29

## 🔔Update coming May 30 - Install BIMIL without admin rights!

We’d like to share an important update with all BIMIL users.

We sincerely thank those of you who experienced difficulties installing or using BIMIL due to administrator permissions. We truly appreciate your patience and support.

📌 **The BIMIL installer has been improved!**.

Starting with this update, you can now install and update BIMIL **without requiring&#x20;**<mark style="color:red;">**administrator rights**</mark><mark style="color:red;">.</mark>

This change makes it easier to use BIMIL across a wider range of system environments.

***

### 🗓 **Update Schedule**

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

**Maintenance Window:**\
▸ Friday, May 30, 2025 from 12:00 PM to 1:00 PM (KST)\
▸ Friday, May 30, 2025 from 3:00 AM to 4:00 AM (UTC)\
※ BIMIL may be temporarily unavailable during this time.

***

### 🔄 **Automatic Update Info**

* If BIMIL is already installed and functioning normally, the update will be applied automatically — no action needed.
* However, **for** **users whose installation was affected by past administrator permission issues**, the automatic update may not function properly. In such cases, **we recommend reinstalling BIMIL using the latest installer.**

👉 **We’ll send a follow-up email once the update is complete — you can download it then.**

***

We remain committed to continuously improving BIMIL to help you work more productively and reliably.\
If you have any questions or need assistance, feel free to contact our support team at [**help@bimpeers.com**](mailto:help@bimpeers.com).

Best regards,

**The BIMIL Team**

<br>


---

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