# Managing your personal user profile

Your personal profile contains specific information about you as a user.

To view your profile information, click the user menu, then click **User Settings**.

From the **User Settings** page, you can:

* Update your name.
* Update your email address. Note that single sign-on (SSO) users cannot change their email address in Fabricate.
* Change your Fabricate password. Note that SSO users cannot change their password in Fabricate.
* [Configure the behavior of the Data Agent.](/fabricate/data-agent-chat/data-agent-behavior-config.md)

## Changing your profile name and email address <a href="#profile-name-email" id="profile-name-email"></a>

Note that SSO users cannot change their email address in Fabricate.

On the **User Settings** page, under **My Details**:

1. In the **Name** field, provide an updated name for your profile.
2. In the **Email** field, provide an updated email address for your profile.&#x20;
3. Click **Save Changes**.

## Changing your Fabricate password <a href="#profile-password" id="profile-password"></a>

Note that SSO users cannot change their password in Fabricate.

On the **User Settings** page, under **Reset Password**:

1. In the **Current Password** field, type your current Fabricate password.
2. In the **Password** field, type the new password.
3. In the **Confirm Password** field, type the password again.
4. Click **Save Changes**.


---

# 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://docs.tonic.ai/fabricate/fabricate-accounts-and-users/managing-your-personal-user-profile.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.
