> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/faq.md).

# 기능 FAQ

유형별로 자주 묻는 질문과 답변을 확인해보세요.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>일정 등록, 수정 및 현황판 이용 중 자주 묻는 질문을 확인하세요.</td><td><a href="/files/WEVQkJk0vwjHzSMGcHsS">/files/WEVQkJk0vwjHzSMGcHsS</a></td><td><a href="/pages/A2fYq3x5HKj8FLkda6lv">/pages/A2fYq3x5HKj8FLkda6lv</a></td></tr><tr><td>수납, 급여 및 통계 관련 자주 묻는 질문을 모았습니다.</td><td><a href="/files/4PZLG1L9y9Qe6HqAeSGf">/files/4PZLG1L9y9Qe6HqAeSGf</a></td><td><a href="/pages/nfl4nn7qUmXInnTnuwGh">/pages/nfl4nn7qUmXInnTnuwGh</a></td></tr><tr><td>문자 발송 및 메시지 이용 시 자주 발생하는 문의를 확인하세요.</td><td><a href="/files/AIXd0h9SsjHbPjSkli2M">/files/AIXd0h9SsjHbPjSkli2M</a></td><td><a href="/pages/ef3PiYKi6sjncjxACL25">/pages/ef3PiYKi6sjncjxACL25</a></td></tr><tr><td>문서 작성 및 관리 중 자주 묻는 질문을 안내합니다.</td><td><a href="/files/R5cbj8GOiLuPK1Nl4R9M">/files/R5cbj8GOiLuPK1Nl4R9M</a></td><td><a href="/pages/87hJSe3m7ctwbZrlDpMT">/pages/87hJSe3m7ctwbZrlDpMT</a></td></tr><tr><td>설정 및 권한 관리 관련 주요 문의를 확인하세요.</td><td><a href="/files/i4wN58LkrQHYr09pVOrM">/files/i4wN58LkrQHYr09pVOrM</a></td><td><a href="/pages/rUmXD5F0KG3brllZvdEp">/pages/rUmXD5F0KG3brllZvdEp</a></td></tr><tr><td>로그인, 계정 및 접속 문제 해결 방법을 확인하세요.</td><td><a href="/files/FZaBOL3c2vwXTVdcfvBj">/files/FZaBOL3c2vwXTVdcfvBj</a></td><td><a href="/pages/HM6CBX8mwCe8cC8TCBLp">/pages/HM6CBX8mwCe8cC8TCBLp</a></td></tr></tbody></table>


---

# 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://sangdamtoday.gitbook.io/intro/faq.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.
