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

# 2026년 6월

#### 1️⃣알림 센터

GNB 우측 상단에 새롭게 추가된 종 모양(🔔) 아이콘을 통해, 나에게 할당된 리드·딜의 변화를 실시간으로 확인할 수 있어요.

* **시스템 알림**: 구글 캘린더·Zoom 등 연동이 끊기거나, 대용량 내보내기가 완료되면 바로 알려드려요.
* **신규 유입 알림**: 나에게 새 리드·딜이 배정되거나, 내가 만든 폼으로 미배정 리드가 들어오면 알림이 울려요.
* **협업 알림**: 다른 팀원이 내 리드·딜의 단계를 바꾸거나, 메모를 남기거나, 필드를 수정하면 알려드려요.&#x20;

<figure><img src="/files/6vOeJIY22TFUweBmra9n" alt=""><figcaption></figcaption></figure>

#### 2️⃣ **테이블에서 필드 직접 수정**

이제 상세 화면에 들어가지 않아도, 테이블의 셀을 클릭해 값을 바로 수정할 수 있어요. 엑셀·구글 스프레드시트처럼 여러 레코드를 화면 전환 없이 연속으로 수정할 수 있어, 데이터 정리 시간이 크게 줄어들어요.

* 리드·딜·연락처·회사 테이블에서 모두 사용할 수 있습니다.&#x20;

<figure><img src="/files/yfalep49msyt4FhdoMAT" alt=""><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://recatch.gitbook.io/releasenotes/updates/2026-6.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.
