> For the complete documentation index, see [llms.txt](https://ai-novel.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-novel.gitbook.io/help/ainoherisutoheyoukoso/akaunto.md).

# アカウント登録

1. ［サインイン］ボタンを押します。

<figure><img src="/files/ykGambckaNwUEqjo34jU" alt="" width="375"><figcaption></figcaption></figure>

2. ［新規アカウントをつくる］ボタンを押します。

<figure><img src="/files/txev4Xm6Pa0dhqpr68dm" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
［Googleでログイン］や［LINEでサインイン］も使えるようになりました。\
今回はメールアドレスで登録する方法を説明しています。
{% endhint %}

3. メールアドレスと自分で決めたパスワードを入れます。

<figure><img src="/files/xjRp2QO9t6rIQaDQSyRh" alt="" width="375"><figcaption></figcaption></figure>

4. メールボックスを確認して、指示に従って登録を完了してください。登録は無料です。

{% hint style="danger" %}
ソフトバンクのキャリアメールをご利用の場合、[<mark style="color:green;">迷惑メールフィルタ</mark>](https://www.softbank.jp/mobile/support/mail/antispam/email-i/spammailfilter/)がオンになっているとメールが届かない場合があります。

Microsoftのフリーメール（Outlook.jpやHotmail）は、場合によって全くメールが届かない場合があります。\
[<mark style="color:green;">セーフリスト</mark>](https://support.ntt.com/office365/faq/detail/pid2300000me2/)に追加することで届く場合がありますが、なるべく他のメールアドレスをご利用ください。
{% 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://ai-novel.gitbook.io/help/ainoherisutoheyoukoso/akaunto.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.
