> 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-8.md).

# 2024년 8월

워크플로우 및 예약페이지 복제, 유입 경로 필터링 추가, 폼 사용성 개선 등 여러 고객분들의 의견이 반영된 기능이 릴리즈되었어요. 점점 더 쉬워지는 고객 관리, 리캐치를 통해 다양한 기능들을 확인해보세요!&#x20;

{% content-ref url="/spaces/hYiKo7A2QQlYIq1VqGuv/pages/K16SgzvcNX5Bu9ztkz4Y" %}
[08.27 워크플로우 복제](/releasenotes/updates/2024/2024-8/08.27.md)
{% endcontent-ref %}

{% content-ref url="/spaces/hYiKo7A2QQlYIq1VqGuv/pages/sgDdag1OYv4AsIJLdSXl" %}
[08.27 예약페이지 복제](/releasenotes/updates/2024/2024-8/08.27-1.md)
{% endcontent-ref %}

{% content-ref url="/spaces/hYiKo7A2QQlYIq1VqGuv/pages/CUBrc7uY1AoOIf4cKWM1" %}
[08.27 웹훅](/releasenotes/updates/2024/2024-8/08.27-2.md)
{% endcontent-ref %}

{% content-ref url="/spaces/hYiKo7A2QQlYIq1VqGuv/pages/aVdim3tQ6Grvc1sfn1UO" %}
[08.27 모든 리드 테이블 - 유입 경로 필터링 추가](/releasenotes/updates/2024/2024-8/08.27-3.md)
{% endcontent-ref %}

{% content-ref url="/spaces/hYiKo7A2QQlYIq1VqGuv/pages/5YYWb8vucJuZEKedndNt" %}
[08.07 워크플로우 - 폼 사용성 개선](/releasenotes/updates/2024/2024-8/08.07.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-8.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.
