> For the complete documentation index, see [llms.txt](https://docs.probe.splx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.probe.splx.ai/settings/platform-settings/user-settings/account-settings.md).

# Account Settings

On the Account Settings page, you can view your organization level role and email address, update your password, and enable or disable Multi-Factor Authentication (MFA).

## Password Change

You can update your password directly within the platform interface by providing your current password. If you don’t remember it, a forgot password option is available on the initial sign-in page.

<figure><img src="/files/ElcZbkiWHFsmvYIkzj1u" alt=""><figcaption><p>Figure 1: Account Settings Page</p></figcaption></figure>

### Multi-Factor Authentication

Multi-Factor Authentication can be enabled by checking the toggle switch.&#x20;

{% hint style="warning" %}
Enabling MFA will log you out immediately to apply the settings.
{% endhint %}

You will be required to complete the MFA setup to finalize the security changes.&#x20;

These settings apply only to your personal account and do not affect organization-level configurations.


---

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

```
GET https://docs.probe.splx.ai/settings/platform-settings/user-settings/account-settings.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.
