> 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-zh/chang-jian-wen-ti/places.md).

# 地点

地点

<details>

<summary>什么是 Places？</summary>

[地点](https://decentraland.org/places/) 显示 Genesis City 和 Worlds 中的某些兴趣点。

</details>

<details>

<summary>我如何编辑我的 Place 的标题、描述或图片？</summary>

你的 Place 的标题、描述和图片取自场景元数据。有关编辑场景元数据的更多信息，请参阅 Creator 文档。

</details>

<details>

<summary>我的 Place 如何更新？</summary>

当你重新上传场景时，Places 网站会自动更新任何元数据。

</details>

<details>

<summary>如果我对我的 Place 进行重大更改，会发生什么？</summary>

每个 Place 都会被分配一个唯一 ID。当满足某些条件时，你的 Place 可能会被视为“新”的，从而分配一个新的 ID。此更改将导致你的 Place 失去所有已累积的收藏和点赞。有关这些条件的详细信息，请参阅 [**ADR：Place 标识符**](https://adr.decentraland.org/adr/ADR-186).

</details>

<details>

<summary>点赞百分比是如何计算的？</summary>

为防止滥用，点赞百分比由拥有至少 100 投票权的用户的点赞和点踩计算得出。任何拥有账户的人都可以点赞或点踩，但只有符合条件的投票才会用于计算点赞百分比。

确保你的 Place 有标题、描述和缩略图，以提高获得好评的机会。

</details>

<details>

<summary>我的 Place 如何成为兴趣点？</summary>

兴趣点是 Decentraland 中值得关注的位置。这些“POI”会在虚拟世界界面的多个区域中被推荐，作为适合用户探索的地点，尤其适合刚接触 Decentraland 的用户。

你可以在 [**DAO**](https://decentraland.org/dao/en/) 中创建一个提案，将你的 Place 提名为兴趣点。

</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 被发现，前提是其 NAME 所有者同时持有 LAND 或有效的 LAND 租赁合同。

</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-zh/chang-jian-wen-ti/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.
