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

# 이용 가이드

- [준비중입니다.](https://docs.modoocheck.com/manual/preparing.md)
- [청구서 관리하기](https://docs.modoocheck.com/manual/bill.md): 청구서에 대한 여러 기능들을 소개해드릴게요 :)
- [청구서 만들기](https://docs.modoocheck.com/manual/bill/create.md)
- [청구서 수정하기](https://docs.modoocheck.com/manual/bill/modify.md)
- [청구서 삭제하기](https://docs.modoocheck.com/manual/bill/delete.md)
- [청구 취소하기](https://docs.modoocheck.com/manual/bill/cancel.md)
- [수기납부 처리하기](https://docs.modoocheck.com/manual/bill/manual.md)
- [수기납부내역 삭제하기](https://docs.modoocheck.com/manual/bill/remove-manual.md)
- [미납안내문자 발송하기](https://docs.modoocheck.com/manual/bill/noti-overdue.md)
- [그룹 관리하기](https://docs.modoocheck.com/manual/group.md)
- [그룹 만들기](https://docs.modoocheck.com/manual/group/create.md): 학생 그룹을 생성하는 방법
- [그룹 수정하기](https://docs.modoocheck.com/manual/group/modify.md)
- [그룹 삭제하기](https://docs.modoocheck.com/manual/group/delete.md)


---

# 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/manual.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.
