> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-ko/in-world/your-profile.md).

# 내 프로필

Decentraland에서의 내 프로필

게임 내에서, 프로필은 다른 사람들이 당신이 어떤 사람인지 알 수 있도록 도와줍니다. 누군가의 아바타 위에 커서를 올리면 '프로필 보기' 옵션이 나타납니다. 자신의 프로필을 보고 편집하려면 화면 왼쪽의 사이드바 메뉴 상단에 있는 프로필 사진을 클릭하세요.

사용자 이름과 '자기소개' 섹션처럼 편집할 수 있는 프로필 항목 옆에는 연필 아이콘이 보입니다. 자신과 관심사에 대해 조금 적어 두면 친구를 사귀기 쉬워질 수 있지만, 민감한 개인정보는 공유하지 않도록 주의하세요.

![](https://3176976569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-858e104cca3c2754d9345956322a2a0a40e63150%2Fenji.png?alt=media)

## 배지

배지는 Decentraland에서의 성취와 활동을 기념하는 재미있는 방법입니다. 배지는 당신에 대해 많은 것을 말해주기도 합니다!

프로필의 배지 탭에서 배지 진행 상황과 새 배지 또는 이미 획득한 배지의 다음 단계를 잠금 해제하려면 무엇을 해야 하는지 확인하세요.

![](https://3176976569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-1b56110af375ce2193ceafdb864c0488f994ed12%2Fbadge.png?alt=media) ![](https://3176976569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-90fbdeebe7ecdcaa09cdb23efc0a5498879347bb%2Fbadge2.png?alt=media)

## 사진

Decentraland에서 보낸 시간 중 가장 좋아하는 사진을 공유하여 다른 사람들이 당신을 더 잘 알 수 있도록 도와주세요.

**프로필에 사진을 추가하는 방법:**

1. 사이드바 메뉴의 사진 아이콘을 클릭해 사진 갤러리를 여세요. 게임 내 카메라로 찍은 모든 사진이 여기에 표시됩니다.
2. 프로필에 공유하려는 사진의 오른쪽 상단 모서리에 있는 점 3개를 클릭하세요
3. '공개로 설정'을 켜짐 상태로 전환하세요

이제 설정이 완료되었습니다! '공개'로 표시된 모든 사진은 프로필에 표시됩니다. 사진을 제거하려면 공개 설정을 끄기만 하면 됩니다.

![](https://3176976569-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-debf9f14d249fcfa8522ccd06a0608a1cd194b7d%2FPictures.png?alt=media)


---

# 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.decentraland.org/player/player-ko/in-world/your-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.
