# Profile & Theme

You can change your basic account settings, including the service theme and language.

## Profile settings

{% stepper %}
{% step %}

#### View your profile

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

1. Click your profile image and name at the bottom of the left sidebar to see your account info (name, email).
2. Click the small gear icon next to your name to change your profile settings.
   {% endstep %}

{% step %}

#### Edit your profile

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

* You can change your profile image.
* You can change your name.
* You can change your password.

{% hint style="info" %}
Your email address is used as your ID and cannot be changed.
{% endhint %}
{% endstep %}
{% endstepper %}

## Theme and language

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

* Open "General" below your profile settings to change the language and theme.
* You can choose between Light, Dark, and System (follows your system settings automatically).
* Korean and English are supported.

## Notification settings

#### Email notifications

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

* You can choose whether to receive the newsletter and email notifications.
  * Important announcements and member invitations are always sent, regardless of your email notification preferences.


---

# 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.manyfast.io/en/start/set-up-1.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.
