> 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>

***


---

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