> For the complete documentation index, see [llms.txt](https://pnd-docs.defigeek.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnd-docs.defigeek.xyz/punodwo-dokyumento/english/user-guide/screen-layout/header.md).

# Header

<figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2Fw5eQasOmPrMKyGJi2f24%2FGroup%2030.png?alt=media&#x26;token=142f47ac-b6fb-4768-9acd-1364c2f3f8b5" alt=""><figcaption></figcaption></figure>

① Logo: Also serves as a link to the top page.

② Link to list page

③ Pool selection menu

Clicking displays the selection menu.

<div align="left"><figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2FomEFtw8xuWtKwGnBLbky%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202024-10-12%2011.40.04.png?alt=media&#x26;token=0ed9814a-81ac-4f95-9bc7-bf96cfe2babc" alt=""><figcaption></figcaption></figure></div>

④ Language selection menu

Default is Japanese, and English display can also be selected.

<div align="left"><figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2FdWmkQFzYEhUUcURr2QZm%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202024-10-12%2011.45.01.png?alt=media&#x26;token=fd21fffb-b61c-4108-93e9-d452ddce3414" alt=""><figcaption></figcaption></figure></div>

⑤ Currency selection menu

Default is USD (US Dollar), and Japanese Yen display can also be selected.

<div align="left"><figure><img src="https://3990862584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKP6SsdesCFe6jfgBhMAY%2Fuploads%2FvWzwQLioCUsQHwvHhk4R%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202024-10-12%2011.47.20.png?alt=media&#x26;token=5d4b6c72-6b73-4814-9123-ed75409e80bb" alt=""><figcaption></figcaption></figure></div>

⑥ Wallet connection button

Also used when disconnecting.


---

# 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://pnd-docs.defigeek.xyz/punodwo-dokyumento/english/user-guide/screen-layout/header.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.
