> 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/login.md).

# 로그인하기

## 1. 로그인 완료

앱 실행 후 첫 화면에서 아이디와 비밀번호를 입력하고 로그인을 누르면 로그인이 완료됩니다.

{% hint style="info" %}
비밀번호를 잊어버리셨나요?

[카카오톡 문의하기](https://pf.kakao.com/_qEcQK)를 통해 이메일 계정을 남겨주시면 답변드리겠습니다.
{% endhint %}

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

## 2. 모드 선택

모드를 선택하여 출결 관리를 시작하세요.

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

**관리모드**는 선생님들의 원생 정보, 그룹, 알림 설정 등을 관리할 수 있는 모드입니다. **출첵모드**는 원생들이 키패드를 눌러 출석을 체크할 수 있는 모드로 아이패드나 휴대폰에서 설정하여 실행할 수 있습니다.
{% endhint %}

<figure><img src="/files/m8GA8t1Vx1NhVQngSRw2" 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/readme/app/login.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.
