# Managing Your Account Settings

Your Fater account settings, including personal information and security options, are managed through the integrated Clerk interface.

**Accessing Your Account Settings:**

1. Navigate to your **Fater Dashboard**.
2. Locate your user avatar and name/email in the **top-left corner** of the Left Sidebar.
3. **Click on your avatar**.

**What You Can Manage:**

Clicking your avatar will open the Clerk account management modal or menu. While the exact options might vary slightly based on configuration, you can typically manage:

* **Profile Information:**
  * Update your First Name and Last Name.
  * Manage your primary Email Address (subject to verification).
  * Add or manage connected accounts.
  * Upload or change your profile picture/avatar.
* **Security Settings:**
  * **Change Password:** Update your Fater account password.

**Important Notes:**

* **Clerk Interface:** All these settings are managed within the pop-up modal provided directly by Clerk, our authentication provider.
* **Organization Settings:** Account settings are distinct from **Organization Settings** (like managing members or billing), which are accessed via the "My Organisation" tab in the sidebar. [Organization Management](/fater-ai-docs/organization-management.md)

Regularly reviewing and updating your security settings, especially enabling Multi-Factor Authentication if available, is recommended to keep your account secure.


---

# 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://fater.gitbook.io/fater-ai-docs/managing-your-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.
