> 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/advanced-features/bulk-edit.md).

# 학생 일괄 수정하기

## 1. 리스트 조회

출결모드 실행 후 출결/원생 탭에서 원생을 조회해 주세요.

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

## 2. 일괄 선택

원생 리스트 상단의 선택을 눌러 정보를 변경하고 싶은 원생들을 선택해 주세요

<div><figure><img src="/files/bBB7vJL0j1TkFX23fDjH" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/YA49MmN3KoeiEsB4Y58O" alt="" width="375"><figcaption></figcaption></figure></div>

## 3. 변경 항목 선택

하단에서 변경할 항목을 선택한 후 확인을 눌러 주세요.

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

## 4. 저장하기 클릭

변경하고 싶은 그룹을 선택한 후 저장하기를 눌러 주세요.

{% hint style="info" %}
페이지에 따라 원생 일괄 선택 후 하원제한, 특정시간 알림, 휴원 처리 등의 기능도 사용 가능하니 참고해 주세요.
{% endhint %}

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

## 5. 일괄 수정 완료

일괄 수정이 완료되며, 원생 탭의 그룹을 클릭하면 수정된 원생 정보를 확인할 수 있습니다.

<figure><img src="/files/3nYXSJk9kn3l1hwwe0cT" alt="" width="375"><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/advanced-features/bulk-edit.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.
