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

# 지난 업데이트 내역보기

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>2025.10.27 업데이트 내역</strong></td><td>새 응답 기능이 추가되었습니다.</td><td><a href="/pages/z8SEVBcH2zFKVIcgDr8j">/pages/z8SEVBcH2zFKVIcgDr8j</a></td><td></td></tr><tr><td><strong>2025.10.15 업데이트 내역</strong></td><td>보드 UI와 펜차트 사용성 개선 내용을 확인합니다.</td><td><a href="/pages/dDTPyVb3wMzriKS7QrbV">/pages/dDTPyVb3wMzriKS7QrbV</a></td><td></td></tr><tr><td><strong>2025.09.22 업데이트 내역</strong></td><td>통화(CTI) 기능 사용성 개선 내용을 확인합니다.</td><td><a href="/pages/lXEJwcX0DnRZ0oaYJRA3">/pages/lXEJwcX0DnRZ0oaYJRA3</a></td><td></td></tr><tr><td><strong>2025.08.18 업데이트 내역</strong></td><td>고객·일정·수납·문서 전반의 개선 내용을 확인합니다.</td><td><a href="/pages/x0HqtjwSaRaUUloMHBsP">/pages/x0HqtjwSaRaUUloMHBsP</a></td><td></td></tr><tr><td><strong>2025.06.26 업데이트 내역</strong></td><td>고객 등록일, 상세검색, 네이버예약 개선 내용을 확인합니다.</td><td><a href="/pages/OvdiK87HgrK539iiR1PL">/pages/OvdiK87HgrK539iiR1PL</a></td><td></td></tr><tr><td><strong>2025.03.12 업데이트 내역</strong></td><td>반복일정, 일정상태, 알림 기능 개선 내용을 확인합니다.</td><td><a href="/pages/cq1MBeFumpb3F94n3LF6">/pages/cq1MBeFumpb3F94n3LF6</a></td><td></td></tr><tr><td><strong>2024.06.26 업데이트 내역</strong></td><td>권한 세분화와 통계 엑셀 개선 내용을 확인합니다.</td><td><a href="/pages/xeGNy6Vf5xAfFLPYYdva">/pages/xeGNy6Vf5xAfFLPYYdva</a></td><td></td></tr><tr><td><strong>2024.06.19 업데이트 내역</strong></td><td>고객정보창, 납입확인서, 자동발송 개선 내용을 확인합니다.</td><td><a href="/pages/H5LdXXz1UHp2KTrEVOHC">/pages/H5LdXXz1UHp2KTrEVOHC</a></td><td></td></tr><tr><td><strong>2024.05.08 업데이트 내역</strong></td><td>고객정보창과 반복일정 개선 내용을 확인합니다.</td><td><a href="/pages/9Q9KDbF0A8o57QktUV79">/pages/9Q9KDbF0A8o57QktUV79</a></td><td></td></tr><tr><td><strong>2024.04.11 업데이트 내역</strong></td><td>일정·상담·수납 연결과 현황판 개선 내용을 확인합니다.</td><td><a href="/pages/AEiuiZyARZBu8vEKza5B">/pages/AEiuiZyARZBu8vEKza5B</a></td><td></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/readme/archive.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.
