> For the complete documentation index, see [llms.txt](https://docs.modoocheck.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.modoocheck.com/quick-guide/readme/app/create.md).

# 학생 등록하기

## 1. 관리모드 실행

로그인 후 관리모드를 눌러 주세요.

{% hint style="info" %}
출첵모드는 무엇인가요?

원생들이 키패드를 눌러 출석을 체크할 수 있는 모드로, 아이패드나 휴대폰을 **출첵모드**로 설정하면 실행됩니다.
{% endhint %}

<figure><img src="/files/GaM6rnrmxozSuCDwcI2X" alt="" width="375"><figcaption></figcaption></figure>

## 2. 학생 등록 클릭

관리모드 선택 후 학생 탭에서 학생 등록을 눌러 주세요.

<figure><img src="/files/jvGn34lUiTWzzmNG4DAy" alt="" width="375"><figcaption></figcaption></figure>

## 3. 학생 정보 입력

등록할 학생의 정보를 입력해 주세요.

<div><figure><img src="/files/w3oCLSTEwynTDIUwVyQp" alt=""><figcaption></figcaption></figure> <figure><img src="/files/DjjECtguq9O4KW64MrE3" alt=""><figcaption></figcaption></figure></div>

## 4. 저장하기 클릭

저장하기를 눌러 주세요.

<figure><img src="/files/RLQhiDCujmLFWxHdtWmr" alt="" width="375"><figcaption></figcaption></figure>

## 5. 등록 완료

원생 등록이 완료된 것을 확인하실 수 있습니다.

<figure><img src="/files/01ZOaw4S9uNNWDw4BW1t" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
잠깐! 많은 학생을 하나하나 등록하기 번거로우신가요?

엑셀스프레드 시트 기능을 사용하면 아래 사진처럼 많은 원생도 한 번에 등록할 수 있어요! [엑셀 관리 가이드](/quick-guide/advanced-features/excel-management.md)를 확인해 보세요
{% endhint %}

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


---

# 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://docs.modoocheck.com/quick-guide/readme/app/create.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.
