> 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/setting.md).

# Setting

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

## Account

View your account information and credit balance.

* **Name**: Your account name
* **Account Type**: BIMIL Official or user account

***

## Preferences

### Start BIMIL on system startup

Enable this option to launch BIMIL Manager automatically when your computer starts.

* **Enabled**: BIMIL will start with Windows
* **Disabled**: You'll need to manually launch BIMIL each time

### Get notified whenever BIMIL has new updates or announcements

Enable notifications to stay informed about:

* New BIMIL Manager updates
* New add-in releases
* Important announcements from BIMIL

***

## BIMIL Manager Language

Select your preferred language for the BIMIL Manager interface.

* **Currently Available**: English
* **Coming Soon**: More languages will be added in future updates

***

## Remove All BIMIL Add-ins

Quickly uninstall all installed add-ins from your device.

### How to Remove All Add-ins

1. Scroll to the **Remove All BIMIL Add-ins** section
2. Read the warning message:
   * All BIMIL add-in files will be removed from your device
   * You can reinstall them anytime from the BIMIL Add-in Manager
3. Click the **Remove BIMIL Add-ins** button

{% hint style="warning" %}
**Warning**: This action will uninstall **all** add-ins from **all** installed software versions on your computer.
{% endhint %}

### When to Use This Feature

* **Shared file conflicts**: When add-ins conflict with shared files or libraries, a complete removal and reinstall may be necessary. This provides a more thorough reinstallation than the Repair function.
* **Troubleshooting**: Resolve persistent issues with BIMIL Manager
* **Clean reinstall**: Perform a fresh installation of all add-ins
* **Free up disk space**: Remove all add-ins at once

{% hint style="info" %}
After removing all add-ins, you can reinstall any add-in individually from the **All Add-ins** page.
{% endhint %}

***

## Additional Support

For help or questions about settings:

* Click **Go to BIMIL Docs** in the top-right corner
* Contact support at <help@bimpeers.com>
* Visit <https://bimil.bimpeers.com>


---

# 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/setting.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.
