> For the complete documentation index, see [llms.txt](https://docs.impossiblecloud.com/impossible-cloud-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.impossiblecloud.com/impossible-cloud-help/impossible-cloud-storage-guide/profile-settings/multi-factor-authentication-mfa/mfa-reset.md).

# MFA Reset

If you lose access to your authenticator device or need to reset your Multi-Factor Authentication (MFA), you can reset your MFA settings by following the steps in this section.

{% hint style="info" %}
Please note that this process is only possible while you are logged into your Impossible Cloud Storage account and your session is active:
{% endhint %}

The steps are as follows:

1. Navigate to the **Profile Settings** page.
2. In the MFA section, click on the **Reset MFA for this account** button.
3. A message will appear confirming the successful reset of your MFA.

This reset process allows you to link a new device with your MFA-enabled account, should your previous device be lost or malfunction.

It's important to note that active sessions expire after 30 days of inactivity. If you are unable to log in and reset your MFA due to an expired session, you will need to [contact our support team](https://hs.impossiblecloud.com/en/customer-support) for assistance.

Once the MFA reset process is completed, you will be prompted to set up MFA again at your next login with a new device using an authenticator application.

#### MFA Reset for Individual Sub-Users by Root User

For root users who need to reset Multi-Factor Authentication (MFA) settings for other sub-users within their organization, MFA reset button is available under the [Organization-wide Policies](/impossible-cloud-help/impossible-cloud-storage-guide/profile-settings/multi-factor-authentication-mfa/organization-wide-policies.md) section for each sub-user.


---

# 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.impossiblecloud.com/impossible-cloud-help/impossible-cloud-storage-guide/profile-settings/multi-factor-authentication-mfa/mfa-reset.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.
