> 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-hard-wallet/getting-started.md).

# はじめに

最初かつ最も重要なステップは、スマートフォンのNFC機能が有効になっていることを確認することです。

次に、KEYRING HARD WALLETをアクティブ化し、バックアップを取るために、以下の手順に従ってください。

1. Chrome、Opera、Samsung Internet、またはAndroid WebViewを使用して、スマートフォンで <https://hardwallet.keyring.app/scan-nfc/tutorial> を開きます。
2. 「カードをアクティブ化」ボタンをクリックします。
3. 「アクティブ化」をクリックします。
4. 「スキャン」ボタンをクリックし、「スキャン準備完了」のメッセージが表示されるのを待ちます。
5. カードをスキャンし、プロセスが完了するまで待ちます。

<figure><img src="/files/c8JpBy4zJhsrTqCKwYo1" alt="" width="563"><figcaption></figcaption></figure>

6. パスコードを入力します。
7. パスコードを確認します。
8. メールアドレスを入力して確認します。このメールアドレスはパスコードを復元するために使用されます。

<figure><img src="/files/laqNK0E3z4MHDIUPJ4EE" alt="" width="563"><figcaption></figcaption></figure>

9. カードを再度スキャンして確認します。
10. 次に、メインカードとバックアップカードの設定を行います。
11. 「メインカード」を選択し、「メインカードをスキャン」ボタンをクリックします。
12. メインカードをスキャンします。
13. 次に、「バックアップカード」を設定するために、「バックアップカードをスキャン」ボタンをクリックします。
14. バックアップカードをスキャンします。

<figure><img src="/files/gQPxksblVFQhwGItfYp5" alt="" width="563"><figcaption></figcaption></figure>

KEYRING HARD WALLETを購入すると、2枚のカードが提供されます。

1枚はメインカードとして指定でき、もう1枚はバックアップカードとして使用します。

両方のカードを安全に、乾燥した涼しい場所に保管することが重要です。


---

# 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-hard-wallet/getting-started.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.
