> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/the-game-maker-academy_kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/the-game-maker-academy_kr/experience-publishing.md).

# 경험 퍼블리싱

- [경험 퍼블리싱](https://docs.sandbox.game/the-game-maker-academy_kr/experience-publishing/experience-publishing.md): 랜드 오너라면 이제 올해 말 출시할 경험을 준비하고, 크리에이터라면 제작한 프로젝트를 전 세계 유저와 공유할 수 있는 새로운 기능이 출시되었습니다!
- [경험 허브](https://docs.sandbox.game/the-game-maker-academy_kr/experience-publishing/experience-publishing/experience-hub.md): 경험 허브에서 경험 페이지를 준비하고, 맵 위 랜드에 내 경험을 연결하고, 애셋을 리뷰하고, 버전 호환성을 확인하고, 입장 제한 조건을 설정해 보세요.
- [경험 페이지 에디터](https://docs.sandbox.game/the-game-maker-academy_kr/experience-publishing/experience-publishing/experience-hub/experience-page-editor.md): 경험 페이지 에디터를 이용해 멋진 랜딩 페이지를 제작하여 커뮤니티에게 나의 콘텐츠를 홍보하고 참여를 유도하세요.
- [콘텐츠 가이드](https://docs.sandbox.game/the-game-maker-academy_kr/experience-publishing/experience-publishing/experience-hub/experience-page-editor/content-guide.md): 최적화된 형식으로 경험 페이지 내 콘텐츠를 준비하세요.
- [맵 위치](https://docs.sandbox.game/the-game-maker-academy_kr/experience-publishing/experience-publishing/experience-hub/map-location.md): 맵 위치 툴을 이용해 경험을 가상 랜드와 연결하면 경험 페이지의 설명 콘텐츠를 메타버스 맵에서 확인할 수 있습니다.
- [애셋 리뷰](https://docs.sandbox.game/the-game-maker-academy_kr/experience-publishing/experience-publishing/experience-hub/asset-review.md): 애셋 리뷰 툴을 통해 경험 내 애셋 또는 엔티티 현황 요약을 파악하고 테스트해 보았거나 살 준비가 된 애셋을 쉽게 구입할 수 있습니다.
- [GM 호환성 확인](https://docs.sandbox.game/the-game-maker-academy_kr/experience-publishing/experience-publishing/experience-hub/gm-compatibility-check.md): GM 호환성 확인을 이용해 올바른 형식의 게임 메이커 버전으로 경험이 저장되었는지 확인합니다.
- [액세스 제한](https://docs.sandbox.game/the-game-maker-academy_kr/experience-publishing/experience-publishing/experience-hub/access-restrictions.md): 액세스 제한 툴을 이용해 경험의 향후 시작일과 NFT 필요 조건을 설정합니다.
- [경험 퍼블리싱 FAQ](https://docs.sandbox.game/the-game-maker-academy_kr/experience-publishing/experience-publishing/experience-publishing-faq.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.sandbox.game/the-game-maker-academy_kr/experience-publishing.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.
