> 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, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/kr/others/quickstart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
