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

# ExoClickアカウントで二要素認証を有効にする

**二要素認証（2FA）** は、アカウントとデジタル資産を保護するための非常に効果的な方法です。これは、ユーザーの認証情報と、ユーザーがアクセスできるリソースの両方をより適切に保護するための追加のセキュリティ層として機能します。2FAを有効にすると、ExoClickアカウントにログインする際に2つのものが求められます。 **パスワード** （覚えているもの）と **第2要素**、たとえば携帯電話に送信されるSMSによるワンタイムパスコード（所有しているもの）のようなものです。

ExoClickアカウントで2FAを有効にするには、 **ユーザー名** を管理パネルの右上隅でクリックし、もう一度クリックして **アカウント詳細**

![アカウント詳細](/files/2dee796c472ac798a6e03397688406089d683887)

ページ下部の隅にある **セキュリティ** セクションに、 **二要素認証** セクションがあります：

![2FA設定](/files/a9445b06b49c085e0360708ddc6cd4c307994027)

2FAには2つの異なるオプションがあります。 **認証アプリ** または **SMS認証**.

## 認証アプリで

クリック **有効化** と **認証アプリでQRコードをスキャンしてください**。QRコードが機能しない場合は、認証コードを手動で追加できます。ExoClickを認証アプリに追加したら、 **6桁のコード** を認証アプリで取得して、 **次へ**.

{% hint style="info" %}
**注**：チェックボックスをオンにすると、これを主な認証方法として設定することもできます。
{% endhint %}

![QRコード](/files/326d5ee0f877a3e89771e78d1058f9582672674a)

2FAがアカウントで有効になります。これ以降、ExoClickにログインするには、パスワードに加えて認証アプリが必要になります。

{% hint style="info" %}
**注**： **複数のユーザーが接続する必要がある場合は、認証アプリを使用できます**。認証アプリの例としては [Google Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\&hl=en)
{% endhint %}

## SMSで

クリック **有効化** と **電話番号を追加してください**。お住まいの国に適した電話番号の国番号を必ず追加してください：

![電話番号](/files/765303b7895a0c15478613020b26524c14456c15)

をクリックした後、 **次へ**SMSが携帯電話に送信されることで2FAの確認を求められます： **6桁のコード** 携帯電話に送信された

![SMS](/files/6e59026b25d36e54129af043ef38ea5dba358f6a)

2FAがアカウントで有効になります。これ以降、ExoClickにログインするには、パスワードだけでなく、携帯電話に送信された6桁のトークンも入力する必要があります。

{% hint style="info" %}
**注**：アカウントでは両方の2FA方法を有効にできます。ただし、 **そのうちの1つだけが** 各ログイン試行で要求されます。どちらの方法を要求するかは、 **主な認証方法として設定** のチェックボックス、または **デフォルトとして設定** リンクをクリックして指定できます。
{% endhint %}

![認証 1](/files/19b35f0bd67e947362aa4502fbffbf80b4ef1907)


---

# 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://docs.exoclick.com/exoclick-docs/ja/enabling-two-factor-authentication.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.
