> For the complete documentation index, see [llms.txt](https://permapod.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://permapod.gitbook.io/home/tutorial/settings.md).

# Settings

The Settings panel lets you customize PermaPod to match your preferences — language, display currency and watch mode.

#### Opening Settings

Click the **gear icon** (⚙) next to the **Connect Wallet** button in the top-right corner of the header.<br>

<figure><img src="/files/aDxAieS8ryMOEv1vY9U9" alt=""><figcaption><p>The gear icon is highlighted in the top-right corner of the header</p></figcaption></figure>

<figure><img src="/files/pxpPBCa2EyA1OsIWDsQQ" alt=""><figcaption><p>Settings window with all sections: Watch Mode, Language, Display Currency, RPC</p></figcaption></figure>

{% hint style="success" %}
**Back to:** [Tutorial](/home/tutorial.md) — All guides
{% 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:

```
GET https://permapod.gitbook.io/home/tutorial/settings.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.
