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

# 자주 물어보는 질문

***

<mark style="background-color:yellow;">**디디쌤 서비스 이용 방법에 대해 자주 묻는 질문과 답변을 정리했어요.**</mark>

찾는 내용이 없다면? **디디쌤 채널톡을 통해 문의해 주세요.😉**

{% embed url="<https://didisam.channel.io/home>" %}

***

{% content-ref url="/pages/BUGdcGcYjCjuUAKRUnpU" %}
[디디쌤 소개 & 문의 방법](/guide-new-ver/faq-1/and.md)
{% endcontent-ref %}

{% content-ref url="/pages/3W7aGUGXKBMiEmCt9c7R" %}
[도입 및 요금제](/guide-new-ver/faq-1/payment.md)
{% endcontent-ref %}

{% content-ref url="/pages/HnM1HjnMkeBVC3Re2OjQ" %}
[홈페이지 및 시스템 구축/연동](/guide-new-ver/faq-1/undefined.md)
{% endcontent-ref %}

{% content-ref url="/pages/ooXoyHUyI0g5HX8SOsJy" %}
[회원가입 및 계정 정보](/guide-new-ver/faq-1/account.md)
{% endcontent-ref %}

{% content-ref url="/pages/noL3oQ1wqNEnDaIzMJRa" %}
[매출 및 정산 관리](/guide-new-ver/faq-1/sales.md)
{% endcontent-ref %}

{% content-ref url="/pages/eQSmtBsSjiAUN9Hgf0Gv" %}
[클래스 및 콘텐츠 운영](/guide-new-ver/faq-1/class.md)
{% endcontent-ref %}

{% content-ref url="/pages/gPtpCZMV9oh10nwsuA2k" %}
[회원 관리 (운영자, 출결, 소통)](/guide-new-ver/faq-1/member.md)
{% endcontent-ref %}

{% content-ref url="/pages/IPlqhAPcOGcIbPIESuhU" %}
[기관 신고·등록 가이드](/guide-new-ver/faq-1/register.md)
{% endcontent-ref %}


---

# 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://didisam.gitbook.io/guide-new-ver/faq-1.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.
