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

# Settings

Language, fiat display, notifications, developer mode, caches, about.

**Menu → Settings** (*Compatibility, fiat, developer mode*).

{% stepper %}
{% step %}

### The list

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-af41ca6fe346b48a3e058ebc55364b6f1ba3fe0a%2F01-settings-list.png?alt=media" alt="settings list"><figcaption><p>Settings.</p></figcaption></figure>

* **Language** — *Auto (browser)* or one of 16 languages.
* **Show fiat values** — *Fetches USD prices from CoinGecko.* Off means no price requests leave the browser.
* **Transaction notifications** — system notification when a sent transaction confirms or fails.
* **AI assistant** / **Automatic local AI** — see [Local AI assistant](/browser-extension/local-ai-assistant.md).
* **Auto-lock Timeout** — see [Password & auto-lock](/browser-extension/password-and-auto-lock.md).
* **Developer mode** — *Paste fallback and test hooks.* Leave it off.
* **Clear caches** — *Prices, token lists, logos and balance snapshots. Accounts and settings stay.*
  {% endstep %}

{% step %}

### Language

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

{% step %}

### About

**Menu → About**: version, *Non-commercial licence. Locker Protocol, a free-software project.*, **Privacy policy**, and **Terms of Use** (*Read the terms you accepted*). **Help & support** opens Discord; **Documentation** opens this site.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-97126eab6072852ed09e87328301764bd3c903ff%2F03-about.png?alt=media" alt="about"><figcaption><p>About.</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

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