> 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/assistance.md).

# 학습 보조

{% hint style="info" %}
학습 보조 기능은 운영자님들의 편리성을 위해 만들어진 기능으로\
알림톡 기능과 AI조교 기능이 있습니다.

특히 AI 조교 기능은 ChatGPT 기반으로 이용자가 질문하는 내용에 대해서\
인터넷 상의 방대한 자료를 취합하여 정돈된 답변을 자동으로 제공하는 기능입니다.

최근, 다양한 분야에서 챗GPT 의 활용도가 높아지고 있는데,\
저희 디디쌤에서는 교육과정 운영 및 학습자의 질의 응답을 위해 챗GPT 기능을 우선 적용 하였습니다 😊
{% 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/assistance.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.
