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

# 2024년 11월

11월, 리캐치에서 업데이트된 5가지의 릴리즈 소식을 확인해보세요!&#x20;

딜 카드 커스텀을 통해 중요한 정보를 더 꼼꼼하게 관리하고, 레이아웃 설정을 통해 사용하는 방식에 맞게 자유롭게 필드 \
레이아웃을 구성하고 변경할 수 있어요!&#x20;

{% content-ref url="/pages/vFBhqMWdJkQglhbplNAs" %}
[11.29 미팅 수립 시 담당자 필드 자동 지정](/releasenotes/updates/2024/2024-11/11.29.md)
{% endcontent-ref %}

{% content-ref url="/pages/yHspzK6RQkgEiPEdGWRa" %}
[11.22 딜 카드 커스텀](/releasenotes/updates/2024/2024-11/11.22.md)
{% endcontent-ref %}

{% content-ref url="/pages/Dcs0nDccvtvXdEA7a7Fq" %}
[11.12 딜 - 새로운 딜 카드 UI](/releasenotes/updates/2024/2024-11/11.12-ui.md)
{% endcontent-ref %}

{% content-ref url="/pages/JUH7lQPGt2ZVwc28RGxD" %}
[11.12 리드  - 필터](/releasenotes/updates/2024/2024-11/11.12.md)
{% endcontent-ref %}

{% content-ref url="/pages/2CXK30wAG3hqHJWxIVhn" %}
[11.05 레이아웃 설정](/releasenotes/updates/2024/2024-11/11.05.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-11.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.
