# 그룹 만들기

## 시연 영상

{% embed url="<https://www.youtube.com/watch?v=jTUhyLhRotY>" %}

## 단계별 설명

### 1. 학생 탭 - 그룹 등록 전 화면

* 학생 탭에서 현재 등록된 그룹과 학생 수를 확인할 수 있습니다.
* 새로운 학생 그룹을 생성하기 위해 '+ 그룹 등록' 버튼을 탭합니다.

<div align="center"><figure><img src="/files/HkZgq6fivA5zG3StgZBQ" alt="" width="375"><figcaption></figcaption></figure></div>

### 2. 그룹 등록 화면

* 새로운 그룹의 상세 정보를 입력하는 화면입니다.
* '그룹 이름'과 '발신자 이름' 필드가 제공됩니다.

<div align="center"><figure><img src="/files/AVYIBbwxGak38HemzDWs" alt="" width="375"><figcaption></figcaption></figure></div>

### 3. 그룹 이름 입력

* '그룹 이름 입력' 필드를 탭하여 키보드를 활성화합니다.
* 생성할 그룹의 이름을 입력합니다. (예: 오전반)
* '발신자 이름'은 그룹별로 알림톡 발신자 이름을 다르게 설정할 수 있는 필드입니다. 비워둘 경우 기본 학원 설정의 발신자 이름으로 발송됩니다.

<div align="center"><figure><img src="/files/E5nbOFE0PYItVSZxZ5GL" alt="" width="375"><figcaption></figcaption></figure></div>

### 4. 그룹 등록 완료 확인

* 그룹 이름 입력 후 등록이 완료되면 '그룹이 등록되었습니다.'라는 확인 팝업이 나타납니다.
* '확인' 버튼을 탭하여 팝업을 닫고 이전 화면으로 돌아갑니다.

<div align="center"><figure><img src="/files/KgDcR864yvR9cBh3wb36" alt="" width="375"><figcaption></figcaption></figure></div>

### 5. 등록된 그룹 확인

* 학생 탭으로 돌아오면 새로 등록된 '오전반' 그룹이 목록에 추가된 것을 확인할 수 있습니다.
* 해당 그룹에 속한 학생 수는 초기 '0'으로 표시됩니다.

<div align="center"><figure><img src="/files/wmJCGCWIHiAI5Tz7z6UK" alt="" width="375"><figcaption></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://docs.modoocheck.com/manual/group/create.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
