> 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/creator/content-creator-zh/chang-jing-sdk7/fa-bu/make-discoverable.md).

# 让它更易被发现

帮助玩家发现你的场景

Decentraland 提供了丰富多样的内容。你必须确保你的场景脱颖而出，并与其受众建立联系。以下是一些关键策略：

* **社交媒体：** 在社交媒体平台上分享你的场景，以提高其可见度。加入多媒体内容来吸引更多玩家，不要只添加链接和文字。Decentraland 的 Discord 服务器也是与社区互动的绝佳平台。
* **类别和标签**: 利用类别和标签，帮助玩家通过 Decentraland 地图上的搜索功能找到你的场景。更多信息请参见 [类别](/creator/content-creator-zh/chang-jing-sdk7/xiang-mu-lei-xing/scene-metadata.md#categories).
* **视觉吸引力**: 设计你的场景，使其从远处看也具有视觉吸引力，从而吸引探索者的目光。考虑你的场景在地图卫星视图中的呈现效果。
* **兴趣点（POI）**: 提交一个 [DAO 提案](https://decentraland.org/governance/proposals/?type=poi) ，让你的场景在地图上作为兴趣点展示。
* **描述和缩略图**: 精心撰写诱人的描述和醒目的缩略图，在玩家进入你的场景之前就吸引他们。这些元素对于在地图上选择场景、从另一个场景传送过来，或在社交媒体上看到共享链接时留下深刻印象至关重要。

  ![](https://2460066822-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-ce1891d01c48a1142117a2d2a4576dfa1d11796c%2Fthumbnail-image.png?alt=media)
* **活动**: 利用 [活动页面](https://decentraland.org/events/) 来推广聚会活动，从场景开幕到主题季节性活动。举办活动可以吸引大量人群，而提供 [奖励](/creator/content-creator-zh/jiang-li/overview.md) ，例如穿戴物或表情动作，可以提升玩家参与度。
* **提升流量**: 通过创建一个充满活力、能吸引访客的场景来吸引玩家。一旦达到一定数量的玩家，其他人也可能会被热闹的活动所吸引而加入。


---

# 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/creator/content-creator-zh/chang-jing-sdk7/fa-bu/make-discoverable.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.
