> For the complete documentation index, see [llms.txt](https://docs.sendman.xyz/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sendman.xyz/guide/updates.md).

# 업데이트 소식

- [업데이트 소식](https://docs.sendman.xyz/guide/updates/updates.md)
- [2026.06.18 발신번호 등록과 Gmail 연결 가이드 업데이트](https://docs.sendman.xyz/guide/updates/updates/20260618_faq_sender_number_email.md)
- [2026.06.02 PDF 자동 워터마크 및 유출 확인 기능 추가](https://docs.sendman.xyz/guide/updates/updates/20260602_pdf_watermark.md)
- [2026.03.09 결제일시 변수 추가](https://docs.sendman.xyz/guide/updates/updates/20260309.md)
- [2025.05.19 네이버 예약 시작 시 메세지 발송](https://docs.sendman.xyz/guide/updates/updates/20250519.md)
- [2025.05.15 상품 전체 선택 기능](https://docs.sendman.xyz/guide/updates/updates/20250515.md)
- [2024.11.20 발송한 디지털 컨텐츠 확인 가능](https://docs.sendman.xyz/guide/updates/updates/20241120.md)
- [2024.10.31 스마트스토어 공식 연동 안내](https://docs.sendman.xyz/guide/updates/updates/20241031.md)
- [2024.09.24 구매 확정/리뷰/배송 조회 버튼 추가](https://docs.sendman.xyz/guide/updates/updates/20240924_buttons.md)
- [2024.09.24 구매 확정시 메세지 자동 발송](https://docs.sendman.xyz/guide/updates/updates/20240924_purchase_confirm.md)
- [2024.09.23 이메일 완전 커스터마이징 가능](https://docs.sendman.xyz/guide/updates/updates/20240923.md)
- [2024.09.19 메세지 템플릿에 변수 삽입 가능](https://docs.sendman.xyz/guide/updates/updates/20240919.md)
- [2024.09.18 카카오톡 완전 맞춤형 템플릿 지원](https://docs.sendman.xyz/guide/updates/updates/20240918.md)
- [2024.09.11 메세지 템플릿/디지털 컨텐츠 분리](https://docs.sendman.xyz/guide/updates/updates/20240911.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.sendman.xyz/guide/updates.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.
