> For the complete documentation index, see [llms.txt](https://docs.neurelo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neurelo.com/getting-started/dashboard/account-settings.md).

# Account Settings

### Managing Your Account Settings in Neurelo

The "Account Settings"option in Neurelo is where you can manage various aspects of your profile. Here's a breakdown of what you can do:

1. **Update Profile Information**:
   * **Profile Picture**: Change your profile picture to personalize your account.
   * **Full Name**: Update your full name as needed, ensuring your profile correctly reflects your identity.
   * **Email Address**: Change your email address if necessary. Having a valid email address is important for maintaining your account with Neurelo.
2. **Set Up Two-Factor Authentication**:
   * **Authentication QR Code**: For enhanced security, you can set up two-factor authentication (2FA/MFA). A QR code will be provided for this purpose. Scan this QR code with your preferred authenticator app (like Google Authenticator or Authy) to link your Neurelo account with the app.
     * **Authenticator App Secret Key**: If you're unable to scan the QR code, use the provided secret key. This key can be manually entered into your authenticator app to achieve the same result as scanning the QR code.
   * **Enter the Verification Code**:

     * **Verification Code Input**: Once your authenticator app is set up and synced with your Neurelo account, it will generate a verification code. Enter this code in the provided text box in your account settings to complete the 2FA/MFA setup process.

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

By managing your account settings, you can ensure that your Neurelo profile is customized and remains up-to-date and secure. The inclusion of two-factor authentication adds an additional layer of security, safeguarding your account against unauthorized access.


---

# 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.neurelo.com/getting-started/dashboard/account-settings.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.
