> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/ja-gitbook-documentation/akaunto/account-settings.md).

# 個人設定

ログイン情報、サードパーティのログインオプション、GitBook サブドメイン、インターフェーステーマ、通知、統合、および API アクセストークンを管理できます。

<figure><img src="/files/374b28edce3b8bb86f7b128f2d40ce54aa7df10b" alt="A GitBook screenshot showing the personal settings page"><figcaption><p>あなたの個人設定ページです。</p></figcaption></figure>

### 個人アカウント設定にアクセスする方法

組織に戻る **ホーム** をクリックし、 **設定**の下の **管理者** サイドバーにあります。アカウント設定と組織設定は 1 つの画面を共有しており、次のようにグループ化されています **アカウント** および **組織** 左側のサイドバーにあります。個人設定は **アカウント**にあります。 **アプリに戻る** をクリックしてコンテンツに戻ります。

<details>

<summary>一般</summary>

**プロフィール**

プロフィール画像と氏名を更新できます。

**ログイン情報**

GitBook アカウントへのログインに使用するメールアドレスとパスワードを更新できます。 **注:** 2021年10月9日以降にアカウントを作成した場合、パスワードはなく、代わりにマジックリンクでサインインします。

**サードパーティログイン**

Google および/または GitHub の認証情報を使って GitBook にログインすることもできます。

**公開**

個人ライブラリ内にある公開済みの GitBook セクションには、2 つの部分からなるドメインが付きます:

1. `[something].gitbook.io` （これは GitBook サブドメインです）
2. `/[spaceURL]` （これはセクション自体の設定で指定されます）

ここで GitBook サブドメインを更新できるほか、既定のコンテンツも設定できます。これは、訪問者が GitBook サブドメインに直接アクセスしたときに表示されるセクションです。

**設定**

お好みのインターフェーステーマ — ダーク、ライト、またはシステム設定に合わせる、を選択できます。 **注:** この設定は、GitBook アプリにログインしているときの体験にのみ影響し、公開されたコンテンツには一切影響しません。

**トラブルシューティング**

任意で、高度なログの記録を有効にできます。これらの高度なログは、問題をより効果的にトラブルシューティングするのに役立ちます。

**アカウント操作**

このセクションからサインアウトするか、アカウントを削除できます。 **注: アカウントを削除すると元に戻せません！** 関連するすべてのデータも削除されます。

</details>

<details>

<summary>通知</summary>

GitBook では 2 種類の [通知](/docs/documentation/ja-gitbook-documentation/collaboration/notifications.md) を提供できます。— メール通知とアプリ内通知です。この設定画面から、さまざまなイベントが発生したときに受け取りたい通知の種類を決められます。

</details>

<details>

<summary>組織</summary>

あなたの個人アカウントは複数の組織に所属でき、このタブは各組織の [組織設定ページ](/docs/documentation/ja-gitbook-documentation/akaunto/organization-settings.md) へのショートカットと考えられます。このページから新しい組織を作成することもできます。

</details>

<details>

<summary>開発者ツール</summary>

このページでは、 [GitBook API](https://developer.gitbook.com/).

</details>

### **パスワードをリセットするにはどうすればよいですか？**

ご注意ください。アカウントが 2021年10月10日以降に作成された場合、パスワードはありません。マジックリンクをリクエストしてログインできます。

1. 次へ <https://app.gitbook.com>
2. 登録した個人アカウントに関連付けられているメールアドレスを入力してください
3. クリック **続行**
4. クリック **リンクを送信** （迷惑メールフォルダも確認してください）

もし *あなたが* パスワードをリセットしたい場合：

1. 次へ <https://app.gitbook.com>
2. ページ下部の **パスワードをお忘れですか？** リンクに従ってください
3. 登録した個人アカウントに関連付けられているメールアドレスを入力してください
4. クリック **リンクを送信** （迷惑メールフォルダも確認してください）


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/akaunto/account-settings.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.
