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

# 그룹별 발신자명 관리

## 1. 그룹 클릭

관리모드 실행 후 그룹을 눌러 주세요.

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

## 2. 그룹 수정 클릭

상단의 수정을 눌러 주세요.

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

## 3. 저장 클릭

발신자명을 입력한 후 저장을 눌러 주세요.

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

## 4. 발신자명 설정 완료

해당 그룹의 학생에게 출결 메시지를 발송할 때 설정한 발신자명이 함께 표시됩니다.

<figure><img src="/files/6EwAEeRf8j0hM6aUHBs7" 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/sender-name.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.
