> 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/managing-installed-add-ins.md).

# Managing Installed Add-ins

## Accessing My Add-ins

Click **My Add-ins** from the left sidebar to view all your installed add-ins.

<figure><img src="/files/7ZU4l3kbrLxDKpvZOB1H" alt=""><figcaption></figcaption></figure>

***

## Updating Add-ins

When a new version of an add-in is available, BIMIL Manager will automatically notify you.

### How to Update

1. Navigate to **My Add-ins**
2. Look for add-ins with the **Update** button (displayed in blue)
3. Click the **Update** button
4. Wait for the update to complete
5. Once complete, the button returns to **Installed**

{% hint style="warning" %}
**Important**: Close the target software before updating add-ins to avoid conflicts.
{% endhint %}

### What Gets Updated?

* All installed versions of the add-in on your computer
* New features and improvements
* Bug fixes and performance enhancements

***

## More Options (...)

Each installed add-in has a **...** button that provides access to additional management options.

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

Click the **...** button to access:

### Update

Update the add-in to the latest version (same as clicking the Update button directly).

### Uninstall

Remove the add-in from your system.

**What happens when you uninstall:**

* The add-in is removed from all installed software versions
* All add-in files are deleted from your computer
* Your settings and preferences may be removed (depends on the add-in)

{% hint style="info" %}
You can reinstall any add-in at any time from the **All Add-ins** page.
{% endhint %}

### Repair

Uninstall and reinstall the add-in to fix issues.

**When to use Repair:**

* Add-in not appearing in the software
* Add-in commands not working properly
* Error messages when launching the add-in
* Corrupted or missing files

**What Repair does:**

1. Completely removes the current installation
2. Downloads fresh files
3. Reinstalls the add-in to all compatible versions

***

## Button States

Understanding the different button states helps you know the status of your add-ins:

| Button State   | Meaning                                  |
| -------------- | ---------------------------------------- |
| **Install**    | Add-in is not installed                  |
| **Installed**  | Add-in is installed and up to date       |
| **Update**     | A new version is available (blue button) |
| **Loading...** | Installation or update is in progress    |

***

## Batch Uninstall

If you want to remove all add-ins at once, use the **Remove All BIMIL Add-ins** option in Setting.

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


---

# 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/managing-installed-add-ins.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.
