> For the complete documentation index, see [llms.txt](https://help.keyring.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.keyring.app/jp/keyring-pro.md).

# KEYRING PRO

- [はじめに](https://help.keyring.app/jp/keyring-pro/getting-started.md): KEYRING PROへようこそ！
- [使い方](https://help.keyring.app/jp/keyring-pro/how-to-use.md): KEYRING PROウォレットの使い方
- [アカウント](https://help.keyring.app/jp/keyring-pro/how-to-use/accounts.md): Guide to Features and Actions in the Accounts Tab
- [トークンの送受信](https://help.keyring.app/jp/keyring-pro/how-to-use/send-and-receive-tokens.md): How to Send and Receive Tokens
- [KEYRINGエクスチェンジ](https://help.keyring.app/jp/keyring-pro/how-to-use/keyring-exchange.md): How to ultilize KEYRING EXCHANGE
- [トークンを追加](https://help.keyring.app/jp/keyring-pro/how-to-use/add-token.md): 新しいトークンを追加する
- [RPCを追加](https://help.keyring.app/jp/keyring-pro/how-to-use/add-rpc.md): 新しいRPCを追加する方法
- [コイン検索](https://help.keyring.app/jp/keyring-pro/how-to-use/coin-search.md): トップトレンドコインを検索
- [セキュリティ対策の設定](https://help.keyring.app/jp/keyring-pro/how-to-use/set-up-security-measures.md): PINコードと生体認証ロックの設定方法
- [ウォレットのバックアップ](https://help.keyring.app/jp/keyring-pro/how-to-use/back-up-wallet.md): ウォレットのバックアップと復元方法
- [NFCキーカードの操作](https://help.keyring.app/jp/keyring-pro/how-to-use/nfc-keycard-operation.md): NFCカードの管理
- [プライベートキーの表示](https://help.keyring.app/jp/keyring-pro/how-to-use/view-private-key.md): ウォレットの秘密鍵を表示する方法
- [NFTの管理](https://help.keyring.app/jp/keyring-pro/how-to-use/manage-nft.md): NFTの表示と管理方法
- [流動性](https://help.keyring.app/jp/keyring-pro/how-to-use/liquidity.md): 流動性モニター
- [ピン留めされたトランザクション](https://help.keyring.app/jp/keyring-pro/how-to-use/pinned-transaction.md): ピン留めされたトランザクションタブの機能と操作ガイド
- [取引履歴](https://help.keyring.app/jp/keyring-pro/how-to-use/history.md): 履歴 履歴タブの機能とアクションガイド
- [Gas Refuel](https://help.keyring.app/jp/keyring-pro/how-to-use/gas-refuel.md): Gas Refuel機能の使い方
- [支出上限の編集](https://help.keyring.app/jp/keyring-pro/how-to-use/edit-spending-limit.md): ウォレット接続時に承認する支出額の上限を設定します。
- [EIP-7702](https://help.keyring.app/jp/keyring-pro/eip-7702.md): KEYRING PROウォレットにおけるEIP-7702
- [スマートアカウントを解除](https://help.keyring.app/jp/keyring-pro/dismiss-smart-account.md): スマートアカウントを解除
- [ガス代スポンサーシップ](https://help.keyring.app/jp/keyring-pro/gas-fee-sponsorship.md): ユーザーとスポンサーにとってのガス代スポンサーシップ機能の仕組み
- [ユーザー向け](https://help.keyring.app/jp/keyring-pro/gas-fee-sponsorship/for-user.md): ガス代スポンサー機能ユーザーガイド
- [スポンサー向け](https://help.keyring.app/jp/keyring-pro/gas-fee-sponsorship/for-sponsor.md): スポンサー向けガス代スポンサーシップ機能のガイド
- [FAQ](https://help.keyring.app/jp/keyring-pro/faq.md): With KEYRING PRO, you can manage all of your accounts easily.
- [利用規約](https://help.keyring.app/jp/keyring-pro/terms-of-service.md): KEYRING PROウォレット利用規約
- [プライバシーポリシー](https://help.keyring.app/jp/keyring-pro/privacy-policy.md): KEYRING PROウォレット プライバシーポリシー
- [ソーシャルリンク](https://help.keyring.app/jp/keyring-pro/social-links.md)


---

# 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://help.keyring.app/jp/keyring-pro.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.
