> For the complete documentation index, see [llms.txt](https://docs.salesmap.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesmap.kr/ai/ai-meeting-record.md).

# AI 미팅 녹음

**미팅이 끝나면 중요한 내용은 AI가 먼저 정리합니다.**

고객사와의 통화·미팅을 CRM에 녹음하면 AI가 대화를 분석해 **미팅 요약, 딜 온도, 세일즈 코칭** 등 영업에 필요한 인사이트를 제공합니다. 미팅 내용을 다시 정리하거나 놓친 내용을 확인하는 시간을 줄여, 다음 액션에 더 빠르게 집중할 수 있습니다.

녹음된 미팅은 딜·리드·고객사 상세 페이지의 **녹음** 탭에서 언제든 확인할 수 있습니다.

CRM에 녹음 파일을 업로드하고, 원하는 양식으로 분석하는 방법을 알아볼까요?


---

# 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://docs.salesmap.kr/ai/ai-meeting-record.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.
