> 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/faqs/places.md).

# 플레이스

플레이스

<details>

<summary>Places란 무엇인가요?</summary>

[플레이스](https://decentraland.org/places/) Genesis City와 Worlds의 특정 관심 지점을 표시합니다.

</details>

<details>

<summary>내 플레이스의 제목, 설명 또는 이미지를 어떻게 수정하나요?</summary>

플레이스의 제목, 설명 및 이미지는 씬 메타데이터에서 가져옵니다. Creator 문서에서 씬 메타데이터 편집에 대해 자세히 알아보세요.

</details>

<details>

<summary>내 플레이스는 어떻게 업데이트되나요?</summary>

씬을 다시 업로드하면 Places 웹사이트가 모든 메타데이터를 자동으로 업데이트합니다.

</details>

<details>

<summary>내 플레이스를 크게 변경하면 어떻게 되나요?</summary>

각 플레이스에는 고유 ID가 할당됩니다. 특정 조건이 충족되면 플레이스가 "새로운" 것으로 간주되어 새 ID가 할당될 수 있습니다. 이 변경으로 인해 플레이스에 누적된 즐겨찾기와 좋아요가 모두 사라집니다. 이러한 조건에 대한 자세한 내용은 [**ADR: 플레이스 식별자**](https://adr.decentraland.org/adr/ADR-186).

</details>

<details>

<summary>좋아요 비율은 어떻게 계산되나요?</summary>

남용을 방지하기 위해 좋아요 비율은 투표 권한이 최소 100인 사용자의 좋아요와 싫어요를 기준으로 계산됩니다. 계정이 있는 사람은 누구나 좋아요 또는 싫어요를 누를 수 있지만, 좋아요 비율 계산에는 자격을 갖춘 투표만 사용됩니다.

플레이스에 제목, 설명, 썸네일이 있는지 확인하여 좋은 평가를 받을 가능성을 높이세요.

</details>

<details>

<summary>내 플레이스가 관심 지점이 되려면 어떻게 해야 하나요?</summary>

관심 지점은 Decentraland의 주목할 만한 위치입니다. 이러한 "POI"는 가상 세계 UI의 여러 영역에서 홍보되며, 특히 Decentraland를 처음 접하는 사람들에게 탐험하기 좋은 장소로 추천됩니다.

에서 제안을 생성할 수 있습니다 [**DAO**](https://decentraland.org/dao/en/) 플레이스를 관심 지점으로 지명하기 위해

</details>

<details>

<summary>어떤 Worlds가 Worlds 탭에 표시되나요?</summary>

에서 정의된 대로 *Worlds 1.0 - 단기 계획* [**DAO 제안**](https://decentraland.org/governance/proposal/?id=e712bb50-e822-11ed-b8f1-75dbe089d333/), Foundation의 World Content Server에 배포된 Worlds의 검색 가능성은 LAND를 보유하거나 활성 LAND 임대 계약을 보유한 NAME 소유자에게만 허용됩니다.

</details>


---

# 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/faqs/places.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.
