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

# 個人設定

本記事では、Autify Genesis の **個人設定** について説明します。プロフィール情報の確認、二要素認証の管理、テーマと言語の切り替えを扱います。

## プロフィールと二要素認証

画面左下のアカウントメニューから **設定** を開き、左サイドバーの **個人** > **プロフィール** を選択します。

<figure><img src="/files/Jm1RIIA4SXaFzGjK2Gmk" alt="アカウントメニューのスクリーンショット"><figcaption><p>アカウントメニュー</p></figcaption></figure>

### プロフィール

ログイン中のユーザー情報を確認できます。この画面は閲覧専用であり、情報の変更はできません。

{% hint style="info" %}
名前・メールアドレスを変更するには、オーナーまたは管理者に **ユーザー管理** からの編集を依頼してください。
{% endhint %}

| 項目          | 内容                 |
| ----------- | ------------------ |
| **名前**      | ユーザーの表示名           |
| **メールアドレス** | ログインに使用しているメールアドレス |
| **所属組織**    | 所属している組織           |

### 二要素認証

プロフィールページの下部に **二要素認証** セクションが表示されます。認証アプリのコードをログインに追加することで、アカウントのセキュリティを強化できます。

{% hint style="info" %}
SSO または Google アカウントでサインインしている場合は、二要素認証は外部のIDプロバイダー側で管理されます。Autify Genesis 上では設定できません。
{% endhint %}

#### 二要素認証を有効化する

1. **二要素認証** セクションの **有効化** をクリックします。
2. パスワードを確認するダイアログで、現在のパスワードを入力して **次へ** をクリックします。
3. 認証アプリで QR コードをスキャンするか、 **手動入力キー** を使ってアプリに登録します。
4. 表示された **バックアップコード** を安全な場所に保存し、 **バックアップコードを安全な場所に保存しました** にチェックを入れます。
5. 認証アプリに表示された 6 桁の **確認コード** を入力します。
6. **設定を完了** をクリックします。

{% hint style="warning" %}
バックアップコードは認証アプリを紛失したときの復旧手段です。各コードは 1 回のみ使用できます。
{% endhint %}

#### 二要素認証を無効化する

1. **二要素認証** セクションの **無効化** をクリックします。
2. 確認ダイアログで現在のパスワードを入力し、 **無効化** をクリックします。

## テーマと言語

テーマと言語の切り替えは、画面左下のアカウントメニューから直接行います。設定はご利用のブラウザに保存され、次回以降も引き継がれます。別のブラウザや端末では、再度テーマと言語を選択する必要があります。

### テーマ

アカウントメニューの **テーマ** にカーソルを合わせるとサブメニューが開きます。以下の 3 種類から選択します。

| 選択肢      | 説明                      |
| -------- | ----------------------- |
| **ライト**  | 白背景の明るいテーマ              |
| **ダーク**  | 黒背景の暗いテーマ               |
| **システム** | OS の外観設定（ライト/ダーク）に自動で追従 |

現在選択中のテーマにはチェックマークが表示されます。

<figure><img src="/files/p3oxrALxN9gREMoGPMPY" alt="テーマメニューのスクリーンショット"><figcaption><p>テーマメニュー</p></figcaption></figure>

### 言語

アカウントメニューの **言語** にカーソルを合わせるとサブメニューが開きます。以下の 3 言語から選択します。

| 選択肢         | 言語  |
| ----------- | --- |
| **English** | 英語  |
| **日本語**     | 日本語 |
| **한국어**     | 韓国語 |

現在選択中の言語にはチェックマークが表示されます。選択後、画面が自動的に更新され、UI が選択した言語で表示されます。

<figure><img src="/files/c9LY9HOBmB6ZCk1vkprf" alt="言語メニューのスクリーンショット"><figcaption><p>言語メニュー</p></figcaption></figure>


---

# 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://help.genesis.autify.com/features-ja/settings/personal-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.
