> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/ja/meru/activate-your-account.md).

# アカウントを作成

サインアップ画面に進む方法は2つあります。どちらかを使用してください。

## 1. アプリを開く

**ホームページから。** 〜へ移動し [minara.ai](https://minara.ai) をクリックします `APPを起動` 右上隅の。

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

**または、チャットページから直接。** もし [app.minara.ai](https://app.minara.ai) にアカウントなしでアクセスしたら、 `ログイン / 登録` 右上隅の。

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

## 2. Googleまたはメールでサインアップ

サインアップダイアログには2つの選択肢があります。クリックしてください `Googleで続行` をクリックすると、Googleアカウントでワンクリックでサインインできます。あるいは、 `メールで続行`をクリックし、メールアドレスを入力して、受け取った認証コードを入力するとアカウント作成が完了します。

アカウントが作成されると、チャット画面に移動します。スポットウォレットとパーペチュアルウォレットは自動的に作成されるため、手動で設定する必要はありません。

## 次のステップ

* [入金](/docs/minara-handbook/ja/meru/deposit.md) 資金の入出金、ウォレット間の送金、LighterとHyperliquidのウォレット管理。


---

# 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://minara.ai/docs/minara-handbook/ja/meru/activate-your-account.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.
