# Authenticator app for NeevCloud MFA

NeevCloud supports time-based one-time password (TOTP) authentication for multi-factor authentication (MFA).

For Android users, we currently provide FreeOTP as a supported authenticator app download for convenience.

### Download

[Download FreeOTP APK](https://totp.neevcloud.com/releases/freeotp.apk)

### Verify download

[View SHA256 checksum](https://totp.neevcloud.com/releases/checksums.txt)

### Install steps

1. Download the APK on your Android device.
2. Open the APK file.
3. If prompted, allow installation from this source.
4. Install the app.
5. Return to the NeevCloud portal and scan the MFA QR code.

### Important

* Download only from the official NeevCloud domain.
* Do not share your MFA QR code or one-time codes.
* Keep your recovery codes stored securely.

### Notice

FreeOTP is an upstream open-source TOTP/HOTP authenticator application. NeevCloud provides this package for convenience and does not claim ownership of the FreeOTP project or brand.


---

# 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.neevcloud.com/neevcloud-account/getting-started-with-neev-account/authenticator-app-for-neevcloud-mfa.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.
