> 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/account-and-billing/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>

이렇게 하면 Morphic에서 프로필을 관리할 수 있습니다. 여기에는 개인 정보가 저장되며, 필요할 경우 계정을 삭제하는 옵션도 있습니다.

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**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/account-and-billing/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.
