> For the complete documentation index, see [llms.txt](https://dotsminestudio.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dotsminestudio.gitbook.io/wiki/contentintro/faq.md).

# 자주 묻는 질문

**Q. 컨텐츠는 한번 구매하면 얼마나 이용할수있나요?**\
A. 컨텐츠 구매시 오픈 일자를 기준으로 24시간동안 이용하실수있습니다.

***

**Q. 컨텐츠 구매는 어디서 하나요?**\
A. [멜로밍 커미션](https://commission.meloming.com/artists/dotsminestudio)과 [공식 디스코드](https://discord.gg/SQHAsE6sfC)를 통해 구매하실수있습니다.

***

**Q. 환불 규정은 어떻게 되나요?**\
A. 다음과 같은 규정을 따릅니다.

<details>

<summary><strong>환불규정</strong></summary>

**100% 환불**

* 컨텐츠 진행 중 진행 불가능한 치명적 오류 발생한 경우 (작거나 소소한 오류는 AS형태로 제공)
* DotsMine Studio가 사전 논의된 일정에 맞춰 오픈하지 못한 경우 (사전 합의 제외)
* 컨텐츠 시작 7일전 환불을 요청하는 경우

**환불 불가**

* 씨미 API의 베타기간동안 씨미 API 오류로 인한 경우
* 구매자가 예약 시간을 맞추지 못한 경우
* 정상적으로 플레이를 마무리한 경우
* 인가되지 않은 시스템 사용으로 인한 고장
* 컨텐츠 플레이를 시작한 경우
* 마인크래프트 자체 게임 버그
* 다른 플레이어와의 분쟁

본 규정외의 상황 발생시 DotsMine Studio의 판단을 따릅니다

</details>

***

**Q. API는 어떻게 연동하나요?**\
A. 아래 방법을 참고해주세요.

<details>

<summary><strong>API 연동방법</strong></summary>

#### 치지직

치지직은 URL을 통해서 연동합니다. 예를들어 이미지와 같이 빨간색 부분이 ABCD일 경우\
게임에서는 <mark style="color:$warning;">**/후원연동 치지직 ABCD**</mark>를 입력하면 연동 할 수 있습니다.

<figure><img src="/files/44YAggKc4TrGXUFEspWa" alt=""><figcaption></figcaption></figure>

***

#### 숲

숲은 계정 ID를 사용합니다. 이미지와 같이 방송국에 있는 ID가 1234라면\
게임에서 <mark style="color:$warning;">**/후원연동 숲 1234**</mark> 를 입력합니다.

<figure><img src="/files/hD7j7z1FPty8aSHvTy4L" alt=""><figcaption></figcaption></figure>

***

#### 투네이션

투네이션은 후원 알림창의 URL을 사용합니다. \
크리에이터 로그인을 진행 한 뒤 통합 알림창을 클릭합니다.\
후원 알림창 URL 열기를 클릭 사진과 같은 빨간색 테두리 안에있는 난수가 ABCD12345 라면 \
게임에서 <mark style="color:$warning;">**/후원연동 투네이션 ABCD12345**</mark> 을 입력합니다.

<figure><img src="/files/Jyko123iWdtHfdEqOinR" alt=""><figcaption></figcaption></figure>

***

#### 씨미

씨미는 투네이션과 거의 비슷합니다. 씨미 스튜디오에 입장합니다.\
채팅 및 알람 설정에서 채팅 후원을 클릭합니다.\
오버레이 URL에서 사진과 같은 부분을 찾습니다.\
빨간테두리에 있는 부분이 CIME1234라면\
게임에서 <mark style="color:$warning;">**/후원연동 씨미 CIME1234**</mark> 를 입력합니다.

<figure><img src="/files/6V9A4H2obOL3lYJUIB7W" alt=""><figcaption></figcaption></figure>

***

#### **주의 사항**

다음과 같은 경우에는 누락, 연동 불가 등의 문제가 발생할수있으니 \
게임시작 전 사전에 미리 설정하여 문제가 발생하지 않게 해주세요.<br>

* 방송 19금
* 치즈 금액 숨기기
* 해외 시청 제한
* 연동 후 2시간 동안 이벤트가 발생하지 않는 경우

</details>

***


---

# 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://dotsminestudio.gitbook.io/wiki/contentintro/faq.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.
