> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/the-sandbox/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-sandbox/korean/games/designing-and-publishing-games/rights-ownership-and-copyrights-of-games.md).

# 게임의 권리, 소유권 및 저작권

## 내가 만든 게임의 저작권은 누가 갖게 되나요?

게임을 디자인한 사람에게 100% 저작권이 있습니다.

## 더 샌드박스에 만들어진 게임은 누구의 것인가요?

더 샌드박스에서 제작되고 게시된 게임은 다른 사람이나 단체의 저작권이나 상표법을 위반하지 않는 한 해당 게임의 디자이너가 소유권을 갖습니다.&#x20;

## 랜드를 구매하지 않고 빌렸을 경우, 해당 랜드에 만들어진 게임은 누구의 것인가요?

게임 디자이너에게 100% 저작권이 있습니다. 랜드 임대인은 해당 랜드의 소유권을 제외하고 랜드 위에 만들어진 게임에 대한 어떤 소유권도 가질 수 없습니다.

## 라이선스 권한이 있나요?

더 샌드박스에 콘텐츠를 업로드할 때, 크리에이터는 더 샌드박스의 서비스, 활동, 공유된 애셋과 게임의 개발, 배포, 제공, 개선 및 홍보의 목적으로 공유된 애셋과 게임을 사용, 재생산, 공개, 배포 및 적용할 수 있는 전 세계적, 비독점적, 로열티 무료인, 영구적, 취소 불가능한, 서브 라이선스 설정이 가능한 (여러 단계를 거쳐), 양도 가능한 권리 및 라이선스를 부여하는 것에 동의합니다. 또한 공유된 애셋과 게임 사용과 관련하여 TSB에 크리에이터의 이름과 상표를 사용할 권리가 있음에 동의합니다. 더 자세한 정보를 확인하려면 다음의 링크를 참조하세요: <https://www.sandbox.game/en/terms-of-use/>.


---

# 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-sandbox/korean/games/designing-and-publishing-games/rights-ownership-and-copyrights-of-games.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.
