> For the complete documentation index, see [llms.txt](https://support.granter.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.granter.biz/news/notice.md).

# 공지사항

- [\[25.04.02\] 데이터연동 장애](https://support.granter.biz/news/notice/25.04.02.md)
- [\[11.07\] 슬랙알림 중복발생 문제](https://support.granter.biz/news/notice/11.07.md)
- [\[11.02\] 홈택스 서비스 변경사항 적용](https://support.granter.biz/news/notice/11.02.md): \[2024.11.02] 홈택스 서비스 변경사항 적용 업데이트
- [\[10.29\] 사유작성 시간 오래 걸리는 문제](https://support.granter.biz/news/notice/10.29.md): \[2024.10.29] 사유작성 시간 오래 걸리는 문제
- [\[09.22\] 그랜터 정기결제 중복문제](https://support.granter.biz/news/notice/09.22.md): \[2024.09.22] 그랜터 정기결제 중복문제
- [\[07.04\] 신한카드 내역 중복 문제](https://support.granter.biz/news/notice/07.04.md): \[2024.07.04] 신한카드 내역 중복 문제
- [\[04.05\] 홈택스 공동인증서 만료 문제](https://support.granter.biz/news/notice/04.05.md): \[2024.04.05] 홈택스 공동인증서 만료 문제
- [\[01.12\] 신한카드 데이터 정합성 문제](https://support.granter.biz/news/notice/01.12.md): \[2024.01.12] 신한카드의 카드 번호 마스킹 정책 변경
- [\[12.30\] 내역 시간 잘못 찍히는 문제](https://support.granter.biz/news/notice/12.30.md): \[2023.12.27] 카드 및 계좌의 내역시간 잘못 찍히는 문제 발생
- [\[12.01\] 대출계좌 금액 문제](https://support.granter.biz/news/notice/12.01.md): \[2023.12.1] 대출계좌 이슈
- [\[12.01\] 영수증 첨부 문제](https://support.granter.biz/news/notice/12.01-1.md): \[2023.12.01] 영수증 첨부 이슈
- [\[11.29\] 상세태그 지정 문제](https://support.granter.biz/news/notice/11.29.md): \[2023.11.29] 상세태그 지정이슈
- [\[11.29\] 카드 취소건 관련 이슈 1차](https://support.granter.biz/news/notice/11.29-1.md): \[2023.11.29] 카드취소이슈


---

# 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://support.granter.biz/news/notice.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.
