# Manage your account

## <mark style="color:$primary;">**Account Settings**</mark>

Aside from managing the data on your LitCommerce account, you can also manage your personal information and users associated with your account using Account Settings.

### <mark style="color:$info;">**How to access Account Settings**</mark>

{% stepper %}
{% step %}
Log in to your LitCommerce account.

{% endstep %}

{% step %}
Click on the arrow next to the avatar at the bottom left of the interface.

<figure><img src="/files/ZI78jF1TEaLJdffnr1KE" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Click on `Account Settings`.

<figure><img src="/files/He6ZULmC0iYTYt8MH7uY" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}

Once reach the Account Settings, you will find several tabs that help manage your account.

### <mark style="color:$info;">**My Profile**</mark>

The My Profile tab contains your personal information, including your name, email address, etc.

<figure><img src="/files/PKJc0KMGzN9JKEqAJLrE" alt=""><figcaption></figcaption></figure>

The email address cannot be edited as it is your login email address. LitCommerce will use it to contact and send related notifications about your account. If you want to update your email address, please [contact our Support Team](https://litcommerce.com/contact-us/) for assistance.

Aside from that, you can freely update other information depending on your preferences.

### <mark style="color:$info;">**User & Permissions**</mark>

The User & Permissions tab allows you to add additional users to help manage your LitCommerce account. Each user’s access is based on the permissions set by the account owner, allowing control over what they can do and restricting access to specific features as needed.

To add a new user, please follow these steps:

{% stepper %}
{% step %}
Click on `Add New User`.

<figure><img src="/files/qI5h3LjXpF6wnhrpwQkr" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Enter the username and user email address.

<figure><img src="/files/5f1ylLu2KMFrEaInDavJ" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Enable the permissions you would like to grant the user.

<figure><img src="/files/JZQBJjFfsZ3kiTVCiMX7" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Click on `Invite User`.

<figure><img src="/files/oAU6oNWvt4Yp0D2Fg3lC" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}

{% hint style="success" %}
**The invitation will be sent to the user's email address, which in some cases may be found in the Spam folder in the email inbox.**
{% endhint %}

### <mark style="color:$info;">**Security**</mark>

Ensuring the security of your account is crucial. You can always change your LitCommerce account’s login password at the Security tab here.

<figure><img src="/files/QwnuWqdder6B2Oii1rbB" alt=""><figcaption></figcaption></figure>

## <mark style="color:$primary;">**Theme**</mark>

Personalize your LitCommerce interface by switching between Light and Dark modes. This helps improve visual comfort and lets you choose the display that suits your preference.

<figure><img src="/files/BcvszA4lTShmGzPb4fF3" alt=""><figcaption></figcaption></figure>

## <mark style="color:$primary;">**Chat Box**</mark>

The LitCommerce chat box can sometimes take up space. You can simply toggle its visibility at your convenience.

<figure><img src="/files/Oxi0riddhzVZ1FNmlCPz" alt=""><figcaption></figcaption></figure>

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# 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://help.litcommerce.com/account-and-payment/manage-your-account.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.
