> 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/2024/2024-6.md).

# 2024년 6월

더 간편하게 리캐치에서 정보를 관리하고 확인하실 수 있도록 여러 기능들이 업데이트되었어요.\
리캐치를 통해 고객 획득부터 관리까지! 뿐만 아니라 이메일 발송을 통해 액션까지 실행할 수 있습니다.&#x20;

{% content-ref url="/spaces/hYiKo7A2QQlYIq1VqGuv/pages/ugWGG5fFtkPFmScmO25X" %}
[06.21 이메일 에디터 및 발송자 서명 추가](/releasenotes/updates/2024/2024-6/06.21.md)
{% endcontent-ref %}

{% content-ref url="/spaces/hYiKo7A2QQlYIq1VqGuv/pages/l8PjSiiUfpQVHE3BUQxQ" %}
[06.13 리드 전체 데이터 추출](/releasenotes/updates/2024/2024-6/06.13.md)
{% endcontent-ref %}

{% content-ref url="/spaces/hYiKo7A2QQlYIq1VqGuv/pages/lOi8T38EykXqg7ETOQvk" %}
[06.13. 리드 - 사용자 정의 항목 리스트 노출](/releasenotes/updates/2024/2024-6/06.13..md)
{% endcontent-ref %}

{% content-ref url="/spaces/hYiKo7A2QQlYIq1VqGuv/pages/Q512JEhjrep9I9Q9Cuoa" %}
[06.12 워크플로우 & 예약페이지 - 캘린더 권한 보유 여부 확인](/releasenotes/updates/2024/2024-6/06.12-and.md)
{% endcontent-ref %}

{% content-ref url="/spaces/hYiKo7A2QQlYIq1VqGuv/pages/km9EYWEiVrsWPUpj0djQ" %}
[06.11 리드 상세 페이지 리뷰](/releasenotes/updates/2024/2024-6/06.11.md)
{% endcontent-ref %}


---

# 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/2024/2024-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.
