> 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-ko/sdk7/publishing/make-discoverable.md).

# 검색 가능하게 만들기

플레이어가 씬을 발견하도록 도와주세요

디센트럴랜드는 방대한 콘텐츠를 제공합니다. 여러분의 씬이 돋보이고 관객과 연결되도록 해야 합니다. 다음은 몇 가지 핵심 전략입니다:

* **소셜 미디어:** 소셜 미디어 플랫폼에 여러분의 씬을 공유해 노출도를 높이세요. 링크와 텍스트만 추가하지 말고, 더 많은 플레이어의 관심을 끌 수 있도록 멀티미디어 콘텐츠를 포함하세요. 디센트럴랜드의 Discord 서버도 커뮤니티와 소통하기에 훌륭한 플랫폼입니다.
* **카테고리 및 태그**: 카테고리와 태그를 활용해 플레이어들이 디센트럴랜드 맵의 검색 기능으로 여러분의 씬을 찾을 수 있도록 하세요. 이에 대해 더 알아보려면 [카테고리](/creator/content-creator-ko/sdk7/kinds-of-projects/scene-metadata.md#categories).
* **시각적 매력**: 탐험가들의 눈길을 끌 수 있도록 멀리서도 시각적으로 매력적으로 보이게 여러분의 씬을 디자인하세요. 맵의 위성 보기에서 여러분의 씬이 어떻게 보이는지도 고려해 보세요.
* **관심 지점(POI)**: 제출하세요 [DAO에 제안서를](https://decentraland.org/governance/proposals/?type=poi) 맵에서 여러분의 씬이 관심 지점으로 소개되도록 하기 위해.
* **설명 및 썸네일**: 플레이어가 여러분의 씬에 들어오기 전에 관심을 끌 수 있도록 매력적인 설명과 시선을 사로잡는 썸네일을 만드세요. 이러한 요소는 맵에서 씬을 선택할 때, 다른 씬에서 텔레포트할 때, 또는 소셜 미디어에서 공유 링크를 접할 때 강한 인상을 남기는 데 매우 중요합니다.

  ![](https://3980763956-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-ko/rewards/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-ko/sdk7/publishing/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.
