> 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 つのものを求められます。1つは **パスワード** （知っているもの）と、 **第2要素**、たとえば携帯電話にSMSで送信される使い捨てパスコード（あなたが持っているもの）です。

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

![account\_details](/files/2dee796c472ac798a6e03397688406089d683887)

ページ下部の **セキュリティ** セクション内に、 **二要素認証** セクション：

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

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

## 認証アプリで

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

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

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

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

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

## SMSで

クリックし **有効化** 、 **電話番号を追加します**。お住まいの国に適切な電話番号プレフィックスを追加してください：

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

クリック後 **次へ**、2FA を確認するために **6桁のコード** 携帯電話に送信された

![SMS](/files/6e59026b25d36e54129af043ef38ea5dba358f6a)

{% hint style="info" %}
**注意**：2FA SMA方式は、次の国では利用できません：スーダン、ザンビア、セネガル、タンザニア、モーリタニア、ボリビア。
{% endhint %}

アカウントで 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.
