> For the complete documentation index, see [llms.txt](https://support.freemeta.net/faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.freemeta.net/faq/articles/market.md).

# 마켓

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Q. 마켓에선 무얼 할 수 있나요?</strong></td><td>A. 상품을 구매하거나 판매할 수 있습니다. 얼리액세스 기간 동안 중에는 무료 상품만 판매하실 수 있으며, 정식 서비스를 통해 유료 상품 판매 기능을 제공할 예정입니다.</td></tr><tr><td><strong>Q. 아바타를 마켓에 판매하고 수익금을 정산 받을 수 있나요?</strong></td><td>A. 프리블록스 웹페이지 내 '마켓' > '내 상점' > '상품올리기' 기능을 통해 아바타, 월드꾸미기(2D, 3D) 파일을 업로드하시면 판매와 수익금 정산이 가능합니다.<br>단, 얼리액세스 기간 중에는 무료 상품만 판매하실 수 있으며, 연내 정식 서비스를 통해 유료 상품 판매 기능을 제공할 예정입니다.</td></tr><tr><td><strong>Q. 프리블록스 아바타 제작 시 발생할 수 있는 저작권 침해 문제에 대한 정책은?</strong></td><td>A. 저작권 침해는 언제든 발생할 수 있는 문제이기 때문에 상시 모니터링, 유저 신고를 통해 사고를 예방하고 있습니다.<br>또, 캐릭터IP 라이선싱을 통해 다양한 아바타를 저작권 침해 없이 이용하실 수 있도록 준비하고 있습니다.</td></tr></tbody></table>


---

# 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://support.freemeta.net/faq/articles/market.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.
