> For the complete documentation index, see [llms.txt](https://docs.talisman.xyz/talisman/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talisman.xyz/talisman/customize/customizing-talisman/quick-settings.md).

# Quick Settings

For easy access to commonly used wallet settings, you can access the quick settings menu directly from the wallet home page.&#x20;

{% columns %}
{% column %}

<figure><img src="/files/MZTXwNcxn2iOQwPHm4MM" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/AgeIS5tSucVyck25N0XF" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

**All Settings**

This button takes you to the “General” settings page in your Talisman extension.

<div align="left"><figure><img src="/files/L0OoFR4v29E7vrYcXrcV" alt="" width="375"><figcaption></figcaption></figure></div>

**Languages**

[This option](https://docs.talisman.xyz/talisman/customize/customizing-talisman/multi-language-support) allows you to change to your preferred language quickly.

<div align="left"><figure><img src="/files/jHb5CZsZth0cDUJQMGTa" alt="" width="375"><figcaption></figcaption></figure></div>

**Currencies**

Choose your[ favorite currencies](https://docs.talisman.xyz/talisman/customize/customizing-talisman/multi-currency-display) directly from your portfolio.

<div align="left"><figure><img src="/files/fy5e0WgvIeY3PnCgjhwx" alt="" width="375"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/hpIYdnkMj6d8g8UonYar" alt="" width="375"><figcaption></figcaption></figure></div>

**Auto-lock timer**

Set a timer to lock your Talisman wallet following a period of inactivity.

<div align="left"><figure><img src="/files/EYCmoU2A4HNPR7w2PuQo" alt="" width="375"><figcaption></figcaption></figure></div>

**Blur Balances**

Toggle On “Blur Balances” to blur the asset balances on your profile.

<div align="left"><figure><img src="/files/fY7kM3tHQ91hxr4ZtSVx" alt="" width="375"><figcaption></figcaption></figure></div>

**Hide small balances**

Toggle this option on and balances under $1 will be hidden.&#x20;

<div align="left"><figure><img src="/files/qBIGBMpHyCvxTfkFlZfZ" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://docs.talisman.xyz/talisman/customize/customizing-talisman/quick-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.
