# Remove the on-device helper or models

If you want to remove models, the easiest way is to use the AiBrow extensions option page.

1. **Right-click** on the AiBrow extension at the top of your browser window (it may also be under the extensions button). Then click on **Options**
2. Under the **Installed Models** section, press the delete button for any model that you want to remove

If you want to remove the helper and models completely, you can remove the AiBrow data directory. This is located in the following locations:

* **macOS** `~/Library/Application Support/Axonzeta/AiBrow`
* **Windows** `~/AppData/Local/Axonzeta/AiBrow`
* **Linux** `~/.config/Axonzeta/AiBrow`


---

# Agent Instructions: 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:

```
GET https://docs.aibrow.ai/aibrow-extension/remove-the-on-device-helper-or-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
