# Authenticator Definition

With Mobile Authenticator applications, the code to be used for 2FA login can be generated. In order for the user to make this definition, he/she must be logged in to ARKSSPR.

<figure><img src="/files/8Hj6BPXr4I25FdcQNJIW" alt=""><figcaption></figcaption></figure>

Users can do this with an Authenticator software that he/she will install on his mobile phone. Two authenticator applications are given below, and any application that supports time-based OTP can be used.

In the Authenticator application, the QR code is scanned with the camera on the account identification screen. The 6-digit code generated only once is entered for confirmation purposes.

If this process is done through a browser on a mobile phone, the QR code may not be scan with the camera. For this purpose, "Can't Scan QR Code?" button is clicked and manual identification can be made with the Secret Key. The code generated in the same way is entered only once for verification purposes.

| Application             | Download Link                                                                                             |
| ----------------------- | --------------------------------------------------------------------------------------------------------- |
| Google Authenticator    | [Google Play Store](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2) |
|                         | [Apple AppStore](https://apps.apple.com/tr/app/google-authenticator/id388497605)                          |
| Microsoft Authenticator | [Google Play Store](https://play.google.com/store/apps/details?id=com.azure.authenticator)                |
|                         | [Apple AppStore](https://apps.apple.com/us/app/microsoft-authenticator/id983156458)                       |


---

# Agent Instructions: 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:

```
GET https://docs.arksspr.com/master/administration/my-account/authenticator-definition.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
