> For the complete documentation index, see [llms.txt](https://didisam.gitbook.io/administrator-guide/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/administrator-guide/operation-edu/operation.md).

# 학습 운영

{% hint style="info" %}
운영자님, 혼자서 교육 운영하시기 많이 힘드시죠?

저희 디디쌤에는 여러가지 운영 기능이 한 곳에 모여 있어, 더욱 편리하게 교육을 진행하실 수 있습니다.\
교육 운영 효율을 위한 기능들을 살펴보도록 하겠습니다.

* **대시보드**
* **수강생 소통 기능**
* **수료증**
* **학습자 관리**
* 운영자 관리
* 운영자 알림
* 영상 배속 설정
  {% endhint %}


---

# 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/administrator-guide/operation-edu/operation.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.
