> For the complete documentation index, see [llms.txt](https://docs.kastle.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kastle.cc/kastle-wallet-help-center/get-started/navigate-the-kastle-interface.md).

# Navigate the Kastle Interface

This dashboard is designed to make managing your crypto assets as easy and secure as possible — all while keeping your data private and organized.

#### Top Bar

* **Wallet Selector ("My Wallet")**: Tap this to manage your wallets and wallets addresses. Inside the 'Wallets' page you can:
  * Rename your wallet category and your wallet address;
  * Switch between wallets and wallets addresses;
  * Create or import wallets.
* **Copy Button:** Use this button to instantly copy your wallet's address;
* **Settings (⚙️ icon)**: Access your wallet preferences, security options, and account settings.

<figure><img src="/files/3Rn6f8TKDcuiaKLx9izA" alt="Screenshot of Kastle Dashboard Page" width="375"><figcaption></figcaption></figure>

#### Balance Overview

* **Eye Icon (👁)**: Tap to show or hide your total wallet balance for privacy.
* **Masked Balance + % Change**: Your overall token balance is hidden by default. Next to it, you'll see the 24h percentage change in portfolio value.

#### Quick Action Buttons

* **Send**: Transfer KAS, KRC20 or ERC20 tokens to another address.
* **Receive**: Get your wallet address and QR code to receive funds.
* **Scan**: Use your camera to scan a QR code for faster sending.

#### Banner Section

* **Banner messages**: This section provides Kastle updates, messages, sponsored content from partners.

#### Navigation Tabs

* **Assets**: View and manage your KAS, KRC20, ERC20 tokens.
* **NFT**: A dedicated space for any supported NFTs in your wallet.
* **KNS**: See your registered Kaspa Name Service domains.
* **Text**: Browse or manage on-chain text inscriptions you own.

#### Token List

Each token entry shows:

* **Token Name and Logo**
* **Market Price (in your preferred currency equivalent)**
* **Masked Balance**: Your token holdings are hidden by default.
* **Approximate Value**: An estimated FIAT equivalent for your token balance.

Tap any token to view more details, including transaction history.


---

# 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.kastle.cc/kastle-wallet-help-center/get-started/navigate-the-kastle-interface.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.
