> 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/features/ai-sam.md).

# AI SAM 기능 활용하기

페이지 운영 과정에서 막막함을 느끼신다면? AI SAM이 도와드릴게요! 🧚

***

## **✍🏻클래스** <a href="#undefined" id="undefined"></a>

### **\[기본 정보]**

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

* 클래스 만들기의 ‘기본 정보’ 단계에서 AI SAM에게 도움을 요청할 수 있어요.

### ■ **교육 목표 및 주요 내용 작성하기**

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

* 클래스명과 교육 대상자를 입력하시면, AI SAM이 교육 목표와 주요 내용을 작성해 드려요.

### ■ **썸네일 추천받기**

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

* 입력된 클래스명을 기반으로 AI SAM이 썸네일 이미지를 추천해 드려요.
* 보다 정확한 추천 결과를 받기 위해서는, 영어로 키워드를 작성해 주세요.

***

### \[기간 클래스-커리큘럼]

<figure><img src="/files/960ijslMOtPIFIDXnwky" alt=""><figcaption></figcaption></figure>

* 기간 클래스 중 단일 클래스의 ‘커리큘럼’ 단계에서 AI SAM에게 도움을 요청할 수 있어요.

### ■ **커리큘럼 구성하기**

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

* 클래스명과 교육대상자를 입력하시면, AI SAM이 커리큘럼을 구성해 드려요.\
  추천 받은 커리큘럼은 수정이 가능하고, 다시 추천을 받을 수도 있어요.
* 각 커리큘럼은 세부 정보 입력 후, 마무리할 수 있어요.

### ■ **강의 영상 추천받기**

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

* 동영상 강의는 강의 제목 입력 후, 영상을 추천 받을 수 있어요.

{% hint style="danger" %}
단, 등록하는 영상이 저작권에 위배되는 경우에는 저작권자의 요청으로 사전 예고 없이\
삭제 될 수 있으며 모든 법적인 책임을 질 수 있으니 유의해 주세요.
{% endhint %}

### ■ **강의 스크립트와 강의 요약 받기**

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

* AI SAM을 통해 강의 스크립트와 강의 요약을 받을 수도 있어요.
* 토글 버튼을 ‘받기’로 두고 입력한 강의 설정을 저장했다가, \
  이후 강의 수정 화면에서 요청한 내용을 확인할 수 있어요.
* 스크립트 및 강의 요약은 재생성을 요청하거나 수정할 수 있어요.
* Youtube, Vimeo 는 자막이 존재하는 영상이여야 AI SAM 기능 사용이 가능해요.

***

### \[동영상 강의 - 퀴즈]

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

* 동영상 강의의 퀴즈 추가 화면에서 AI SAM에게 도움을 요청할 수 있어요.<br>

### ■ **퀴즈 생성하기**

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

* 퀴즈의 난이도와 퀴즈 유형 및 문항 개수를 선택해 주시면, 강의명 기반으로 퀴즈를 자동으로 생성해 드려요.

***

## **📖교재/교구** <a href="#undefined" id="undefined"></a>

### ■ **썸네일 추천받기**

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

* 입력된 교재/교구명을 기반으로 AI SAM이 썸네일 이미지를 추천해 드려요.


---

# 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/features/ai-sam.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.
