# シードフレーズを使ってアカウントをMetamaskにインポートする

{% hint style="info" %}
ここでは、シードフレーズを利用してをMetamaskにインポートする方法について説明します。
{% endhint %}

### Metamaskにログインする

まず、Metamaskのブラウザ拡張機能を起動し、ログインします。Chromeをお使いの方は、アドレスバーの右側にあるキツネのアイコンをクリックすると、Metamaskを開くことができます（下図参照）。

表示されない場合は、[こちら](https://chrome.google.com/webstore/search/metamask)をクリックしてください。イーサリアムウォレットのインターフェイスが表示されます。

<figure><img src="/files/Tu12UEdjFLWasueS7Xl8" alt=""><figcaption></figcaption></figure>

### 右上の円をクリックします

黒いドロップダウンメニューが表示されるはずです（下図参照）。

<figure><img src="/files/mZyDG5TealvgOKlvc71E" alt=""><figcaption></figcaption></figure>

### メニューの右上にある「ログアウト」ボタンをクリックします

お帰りなさいのページが表示されます。

<figure><img src="/files/zTwudKxmDCLjoDsS22Ve" alt=""><figcaption></figcaption></figure>

### 12単語のフレーズをインポートすることで、Metamaskを使用する

Import using account seed phraseをクリックします。Metamaskが新しいタブで開き、**Restore your account with Seed Phrase**という見出しが表示されるはずです。アカウント設定時に指定された固有のフレーズをインポートします。

{% hint style="danger" %}
ニーモニックフレーズは、人によって違うことに注意してください。ですから、あなた自身のシードフレーズをご利用ください。
{% endhint %}

### パスワードの設定

12文字のシードフレーズをコピーしたら、それをテキストボックスに貼り付けて、新しいパスワードを作成します（下の画像参照）。

<figure><img src="/files/IXZHeDrfCCzKUpW8SBog" alt=""><figcaption></figcaption></figure>

### ページ下部の「Restore」ボタンをクリックします

インポートしたアカウントは、右上の円をクリックすると、マイアカウント一覧に表示されます。

{% hint style="success" %}
これでMetamaskにイーサリアムアカウントをインポートできました。
{% endhint %}


---

# Agent Instructions: 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://legacy-docs.aragon.org/japanese-aragon-user-documentation/products/set-up-metamask/import-your-seed-wallet-in-metamask.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.
