> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/local-ai-assistant.md).

# Local AI assistant (optional)

A small model on your device that explains warnings in plain words.

*An optional small language model turns this wallet's security findings into plain-language explanations. It runs entirely on this device.* It is off until you download it, and it **advises; it never decides or blocks**.

{% stepper %}
{% step %}

### Enable AI explanations

On a request with findings, tap **Explain with AI** → **Enable AI explanations…**, or **Menu → Settings → AI assistant → Manage**. Read the three facts: downloaded once from lockerprotocol.com and checked against hashes built into the extension; runs on this device only, no server, no telemetry; explanations in English for now.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-3417d76759f660f4ac71558a9e9cc3d27303bdaa%2F01-setup.png?alt=media" alt="setup"><figcaption><p>The setup screen.</p></figcaption></figure>
{% endstep %}

{% step %}

### Download

**Download** (≈600 MB). Status goes *Not downloaded* → *Partial download - resume to finish* → **Downloaded and verified**. **Delete from this device** removes it.
{% endstep %}

{% step %}

### Explain with AI

On a request, **Explain with AI** → *Analyzing locally…* → a short explanation under **Advisory only**. The standard warnings stay exactly as they were.
{% endstep %}

{% step %}

### Automatic mode

**Settings → Automatic local AI**: *download the local assistant automatically so it is ready everywhere.*
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
*This browser cannot store the model* means the browser has no room or no support for the storage the model needs. The wallet works fully without it.
{% endhint %}


---

# 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://doc.lockerprotocol.com/browser-extension/local-ai-assistant.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.
