> 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/after-attendance-alerts.md).

# 등원 후 알림 설정하기

## 1. 리스트 조회

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

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

## 2. 수정하기 클릭

원생의 더보기 버튼을 눌러 수정하기를 선택하세요.

<div><figure><img src="/files/1Ak3bbdbxawYUsJVrnOI" alt=""><figcaption></figcaption></figure> <figure><img src="/files/ukX7L65PIDZUPRldxRAZ" alt=""><figcaption></figcaption></figure></div>

## 3. 특정시간 알림 설정

등원 후 몇 시 혹은 몇 분 후 알림이 올지 입력하고 ON으로 설정합니다.

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

## 5. 알림 설정 완료

저장을 클릭하면 등원 후 알림이 설정되며, 설정한 시간에 앱 푸시로 알림이 옵니다.

{% hint style="info" %}
혹시 등원 후 알림을 설정해도 앱 푸시 알림이 오지 않으시나요?

관리모드 실행 > 설정 > 알림 설정에서 등원 후 특정시간 알림을 ON으로 설정해 주세요.
{% endhint %}

<figure><img src="/files/o6nCxffnemlcE6t9MHBl" 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/after-attendance-alerts.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.
