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

# 2024년 10월

10월에는 잠재 고객인 '리드'를 더 편하게 등록하고 관리할 수 있는 기능들이 업데이트되었어요. \
리드를 테이블뷰로 관리하고 사용하는 형태에 맞게 필드를 생성 및 입력하여 고객의 정보를 놓치지 않고 관리할 수 있습니다.&#x20;

{% content-ref url="/pages/H7CJEqE97Q61AiuvjDP2" %}
[10.24 리드/딜 배정](/releasenotes/updates/2024/2024-10/10.24.md)
{% endcontent-ref %}

{% content-ref url="/pages/sXsYHuZbbXmiaAgsRCgx" %}
[10.23 리드/딜 - 참조 필드](/releasenotes/updates/2024/2024-10/10.23.md)
{% endcontent-ref %}

{% content-ref url="/pages/Dsdb7mtf8nyq4wJTX2IU" %}
[10.22 리캐치 폼 - 이메일 필수 질문 해제](/releasenotes/updates/2024/2024-10/10.22.md)
{% endcontent-ref %}

{% content-ref url="/pages/GtT5prmanIRHg0KoGnIf" %}
[10.15 리드/딜 - 담당자 필드 유저 검색](/releasenotes/updates/2024/2024-10/10.15.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-10.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.
