> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/japanese-aragon-user-documentation/products/set-up-metamask/import-your-seed-wallet-in-metamask.md).

# シードフレーズを使ってアカウントを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
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://legacy-docs.aragon.org/japanese-aragon-user-documentation/products/set-up-metamask/import-your-seed-wallet-in-metamask.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.
