> 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/using-bimil/user-interface-overview.md).

# User Interface Overview

## Main Layout

<figure><img src="/files/3F7bBGy0PXCpsyjb3ZEw" alt=""><figcaption></figcaption></figure>

The BIMIL Manager window consists of:

#### Window Header

* **Title**: BIMIL version (e.g., BIMIL 1.3.1.3)
* **Help Icon**: Quick access to BIMIL Docs
* **User Account Icon**: Access account settings

#### Left Sidebar

Navigate between different sections:

* **All Add-ins**: Browse all available add-ins
* **My Add-ins**: View and manage your installed add-ins
* **Setting**: Configure BIMIL Manager preferences

**Bottom Section**:

* **Share**: Invite your friends
* **Help**: Contact support or go to BIMIL Docs
* **Follow us**: Social media links
* **About BIMIL**: View version information

#### Main Content Area

Displays the selected page content (All Add-ins, My Add-ins, Add-in Details, or Settings).

#### Right Panel - Notices

View updates, announcements, and news from BIMIL.

***

## All Add-ins / My Add-ins

Browse available add-ins in **All Add-ins**, or view only your installed add-ins in **My Add-ins**.

* **Search Bar**: Find specific add-ins by name or keyword
* **Sort Dropdown**: Sort by "Most Downloads" or "Most Recent"
* **Refresh Button (↻)**: Update the list
* **Update All**: Update all add-ins with available updates (only appears when at least one update is available)

**Add-in Cards:**

Each card displays the add-in icon, name, description, pricing tier, and action buttons.

* **Install**: Available for add-ins not yet installed
* **Installed**: Add-in is up to date
* **Update**: New version available (appears in blue)
* **More Options (...)**: Access Update, Uninstall, and Repair

During installation or updates, a progress indicator shows the current status.


---

# 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/using-bimil/user-interface-overview.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.
