> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/kr/others/quickstart.md).

# 계정

### 사용자 이름 변경

사용자 이름은 플레이그라운드를 공유할 때 팀원들에게 보이며 조직을 관리할 때 관리자와 팀 리더에게 보입니다. 아바타를 클릭하고 언제든지 선택하여 변경할 수 있습니다 <kbd><mark style="color:$primary;">프로필 편집<mark style="color:$primary;"></kbd>하고 <kbd><mark style="color:$primary;">이름<mark style="color:$primary;"></kbd> 필드를 업데이트하세요. 저장하면 이 변경 사항이 Beachside 전체에 반영됩니다.

***

### 프로필 사진 변경

프로필 사진은 플레이그라운드를 공유할 때 팀원들에게 보이며 조직을 관리할 때 관리자와 팀 리더에게 보입니다. 아바타를 클릭하고 언제든지 선택하여 변경할 수 있습니다 <kbd><mark style="color:$primary;">프로필 편집<mark style="color:$primary;"></kbd>그리고 왼쪽 사진을 변경하세요. 저장하면 이 변경 사항이 Beachside 전체에 반영됩니다.

***

### 비밀번호 변경

Beachside에는 앱 내 비밀번호 변경 기능이 없습니다. 비밀번호를 재설정하려면 로그아웃한 후 로그인 화면의 "비밀번호를 잊으셨나요" 옵션을 사용하세요.

{% stepper %}
{% step %}

### Beachside에서 로그아웃

{% endstep %}

{% step %}

### 로 이동하세요 [비밀번호 재설정](https://theseaai.com/beachside/forgot?type=email) 페이지

또한 <kbd>로그인 페이지의 '비밀번호를 잊으셨나요'</kbd> 를 클릭할 수도 있습니다
{% endstep %}

{% step %}

### 이메일 주소를 입력하고 <kbd>비밀번호 재설정</kbd>

{% endstep %}

{% step %}

### 받은편지함을 확인하세요

{% endstep %}

{% step %}

### 이메일에서 <kbd>비밀번호 재설정</kbd>

를 클릭하면 비밀번호를 재설정할 새 페이지가 열립니다
{% endstep %}

{% step %}

### 새 비밀번호를 두 번 입력하고, <kbd>비밀번호 저장</kbd>

{% endstep %}

{% step %}

### 이제 이메일과 새 비밀번호로 로그인할 수 있습니다

{% endstep %}
{% endstepper %}

***

### 이메일 변경

{% hint style="warning" %}
현재 이메일 변경은 지원되지 않습니다.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.theseaai.com/main/kr/others/quickstart.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.
