# Profile Setup

## Update Your Profile

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsxN9AGLZMIc5C8dx3zU7%2Fuploads%2FUXwmFz0G2CFWQ5LiDee1%2Fprofile%20update%20v1.mp4?alt=media&token=9ca76678-79d2-4d4b-8548-827959e66626>" fullWidth="true" %}
Each agent account can customize their profile at any time within the profile settings page
{% endembed %}

1. Click on your **User Icon** on the dashboard's bottom left corner, which opens a menu.&#x20;
2. Click on **Profile Settings**.
3. Make any applicable changes.[​](https://www.chatwoot.com/docs/user-guide/setup-your-account/configure-your-profile#update-your-profile)

The fields on the page are described below:

<table><thead><tr><th width="357">Field Name</th><th>Description</th></tr></thead><tbody><tr><td>Profile image</td><td>A square image that suits your profile. If no image is provided, then the system will take a Gravatar Image. Note that your image is only visible internally to other agents and not to external chat users</td></tr><tr><td>Your full name</td><td>Provide your full name. e.g.: John Hopkins</td></tr><tr><td>Display Name</td><td>Provide a name that you want to be displayed on the chat/emails e.g.: <code>John H</code></td></tr><tr><td>Personal Message Signature</td><td>Create a unique message signature to appear at the end of every message you send from any inbox</td></tr><tr><td>Hotkey to Send Message</td><td>You can select a hotkey (either Enter or Cmd/Ctrl+Enter) to send a message instead of clicking the <strong>Send</strong> button</td></tr></tbody></table>

{% hint style="warning" %}
When updating your Full Name, Display Name, or Profile Image, ensure that you click the **Update Profile** button before exiting to save your changes. All other updates made on this page will save automatically.&#x20;
{% endhint %}

3. If the changes are successful, you will see: "**Your profile has been updated successfully**"

## Add/Edit Your Signature

Create a unique message signature to appear at the end of every message you send from any inbox. You can also include an inline image, which is supported in live chat, email, and API inboxes.

1. Tap your initials in the bottom left corner of the Live Agent Engine Dashboard. Select "Profile Settings"
2. Create your signature and hit "Save Message Signature"
3. When responding to an email, "Enable Signature"

## Toggle Dark/Light Mode

<div data-full-width="true"><figure><img src="/files/VeTbUjPl2uNbxJrJbFVg" alt=""><figcaption></figcaption></figure></div>

Customize the appearance of the Live Agent Engine by selecting from three options:

* Light mode
* Dark mode
* System mode

The default setting is "System," aligning with your browser or operating system preferences. If set to dark mode, the appearance will be dark; otherwise, it will be light.

To change the Live Agent Engine's appearance, do the following:

1. Click on your **User Icon** on the dashboard's bottom left corner, which opens a menu.
2. Click **Change Appearance**
3. Choose the desired appearance

{% hint style="danger" %}
The Password field within the Live Agent Engine dashboard is not applicable to users. To update your password, please follow the instructions here: [Update Your Password](/resource-center/ai-agent-engine/user-management/update-your-password.md)
{% endhint %}


---

# 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.satisfilabs.com/resource-center/live-agent-engine/agent-overview/profile-setup.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.
