# 프로필 및 테마 설정

기본적인 계정 설정, 서비스 테마와 언어 설정을 변경할 수 있습니다.

## 프로필 설정

{% stepper %}
{% step %}

### 프로필 보기

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

1. 왼쪽 사이드바 하단에서 나의 프로필 이미지와 이름을 클릭하면 계정 정보(이름, 이메일)가 표시됩니다.
2. 이름 옆의 작은 톱니바퀴 아이콘을 누르면 프로필 설정을 변경할 수 있습니다.

{% endstep %}

{% step %}

### 프로필 정보 수정

<figure><img src="/files/7bi3o6PfgjgPwbBImXfL" alt=""><figcaption></figcaption></figure>

* 프로필 이미지를 변경할 수 있습니다.
* 이름을 변경할 수 있습니다.
* 비밀번호를 변경할 수 있습니다.

{% hint style="info" %}
이메일 주소는 ID로 사용되기 때문에, 변경할 수 없습니다.
{% endhint %}
{% endstep %}
{% endstepper %}

## 테마 및 언어 설정

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

* 프로필 정보 설정 아래의 '일반'을 선택하면 언어와 테마 설정을 변경할 수 있습니다.&#x20;
* 테마는 라이트, 다크, 시스템 (시스템 설정에 따라 자동으로 전환) 모드 중 선택할 수 있습니다.
* 언어는 한국어와 영어를 지원하고 있습니다.

## 알림 설정

#### 이메일 알림 설정

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

* 뉴스레터, 이메일 알림 수신 여부를 설정할 수 있습니다.
  * 중요 공지사항이나, 멤버 초대 과정 등은 이메일 알림 여부와 무관하게 모두 전송됩니다.


---

# 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/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.
