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

# Account Settings

The **Account Settings** page allows you to manage your personal information, preferences, and account-related controls efficiently. Here's a breakdown of what you can do in this section:

***

## Accessing Account Settings

1. Navigate to the top-right corner of the screen.
2. Click on your **profile picture**.
3. From the dropdown menu, select **Account Settings**.

This will take you directly to the Account Settings page, where you can manage all aspects of your account.

***

## Account Details

#### **Email Address**

Update your email address to ensure you receive important communications. Click the pencil icon to edit.

#### **Password**

Secure your account by updating your password as needed. Click the pencil icon to make changes.

#### **Username**

Change your username to better reflect your identity within the platform. Click the pencil icon to edit.

#### **Display Name**

Customize your display name, which is visible to other users. Click the pencil icon to make changes.

#### **Profile Picture**

Add a personal touch by uploading or updating your profile picture. Click the pencil icon to upload a new image.

***

## Notifications

#### **Email Updates**

Manage your email notification preferences. Use the toggle switch to turn email updates on or off.

***

## Account Management

#### **Privacy Policy Request Form**

Access the privacy policy request form to manage data-related inquiries or requests.

#### **Delete Account**

Permanently delete your account if you no longer wish to use the platform. Click the red **Delete Account** button to proceed with this action.


---

# 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://university.mindstudio.ai/workspace-management/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.
