> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/getting-around/settings/profile.md).

# 프로필

설정의 프로필 섹션에서 개인 계정 정보를 업데이트할 수 있습니다.

### 프로필 설정에 액세스하기

1. 왼쪽 상단의 Morphic 로고를 클릭하여 조직/계정 드롭다운을 엽니다.
2. 설정을 선택하세요.
3. 왼쪽 사이드바에서 프로필을 클릭하세요.
4. 이름, 이메일, 프로필 이미지 등 개인 정보를 관리하세요.

**직접 링크:**

* 다음에서 프로필 섹션으로 바로 이동하세요: [studio.morphic.com/settings/profile](https://studio.morphic.com/settings/profile)

### 프로필 관리

계정을 맞춤 설정하려면 프로필 정보를 업데이트할 수 있습니다:

* 프로필 사진: 계정을 나타내는 이미지를 업로드하세요.
* 전체 이름: Morphic 전반에 표시되는 이름을 업데이트하세요.
* 이메일: 알림과 업데이트를 받으려면 이메일이 올바른지 확인하세요.
* 친구 초대: 초대 링크를 복사해 친구들과 공유하고, 친구가 구독하면 크레딧을 받으세요.

<figure><img src="/files/fe5f40e7bda2b64981a3b1721bb12843c9615c39" alt=""><figcaption><p>프로필 설정 관리하기</p></figcaption></figure>

<figure><img src="/files/54b03aa73d6096373042908bfd3f3ae2be33a3f0" alt="Profile settings page"><figcaption><p>프로필 관리 인터페이스</p></figcaption></figure>

### 계정 삭제

프로필 섹션에서 Morphic 계정과 모든 관련 데이터를 영구적으로 삭제할 수 있습니다. 삭제는 이메일로 확인되며, 완료되면 되돌릴 수 없습니다.

1. 대시보드에서 왼쪽 상단의 계정 드롭다운을 여세요
2. 설정을 선택하세요.
3. 클릭 [프로필](https://studio.morphic.com/settings/profile) 계정 섹션 아래의
4. 페이지 하단에서 계정 삭제 옵션을 찾으세요
5. 계정 삭제를 클릭하세요
6. 확인 대화 상자가 나타납니다. 계속하려면 링크를 이메일로 보내기를 클릭하세요
7. Morphic에서 보낸 확인 이메일을 열고 링크를 따라 삭제를 완료하세요.

<figure><img src="/files/50969ff33af780acb8feea08bf2e3f8971cd9223" alt=""><figcaption></figcaption></figure>

**직접 링크:**

* 다음에서 프로필 섹션으로 바로 이동하세요: [studio.morphic.com/settings/profile](https://studio.morphic.com/settings/profile)

***

문제가 있거나 궁금한 점이 있으면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/kr/getting-around/settings/profile.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.
