> 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/marketing/lead.md).

# 리드

***

세일즈맵에는 영업 기회를 관리할 수 있는 두 오브젝트, <kbd>리드</kbd>와 <kbd>딜</kbd>이 있습니다.\
이 중 <kbd>리드</kbd>는 **마케팅 팀**이나 **SDR 팀이 관리하는 영업 기회**로, 잠재 고객을 발굴하고 관심도를 높이는 활동에 활용됩니다.\
예를 들어, 콘텐츠 다운로드, 상담 요청 등을 통해 유입된 고객과 회사를 <kbd>리드</kbd>로 생성하고, 이후 이메일, 메시지, 광고 등을 통해 구매 의향을 점진적으로 끌어올릴 수 있습니다.

아직 <kbd>오브젝트</kbd>, <kbd>리드</kbd>, <kbd>딜</kbd>의 개념이 모호하게 느껴지신다면, 아래 문서를 참고해주세요.

{% content-ref url="/pages/lAk45lfleRA71y1pzgFt" %}
[세일즈맵 필수 용어 사전](/salesmap/getting-started-with-salesmap/salesmap-dictionary.md)
{% endcontent-ref %}

지금부터 세일즈맵을 사용하는 B2B 마케팅 팀은 리드를 어떻게 추가하고 관리하는지 알아봅니다.


---

# 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/marketing/lead.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.
