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

# 노트

리드/딜/고객/회사의 중요한 내용은 노트에 작성하고, 필요할 땐 언제든 활용해보세요!

## 노트 생성

노트는 각각의 리드/딜/고객/회사 페이지에서 작성할 수 있으며,\
리드/딜 화면에서 작성한 노트는 연결된 고객과 회사의 노트 목록에서도 확인할 수 있습니다.

<figure><img src="https://266453150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMQWZWEhmSM7VgdI2ju3B%2Fuploads%2FNgpcEl8mo6oAHIR9Teqn%2F%E1%84%82%E1%85%A9%E1%84%90%E1%85%B3%20%E1%84%89%E1%85%A2%E1%86%BC%E1%84%89%E1%85%A5%E1%86%BC.png?alt=media&amp;token=b5f53153-a459-471f-bc77-ee8dcc9f0e70" alt=""><figcaption><p>노트 생성</p></figcaption></figure>

### 노트 상용구 활용

노트 작성 시 반드시 작성해야 하거나, 자주 사용하는 내용은 템플릿으로 생성해두고 언제든 불러와 사용할 수 있습니다

* \[상용구] 버튼을 클릭하면, 이전에 생성해둔 노트 템플릿을 불러올 수 있어요.
* \[새 상용구] 버튼으로 상용구을 생성할 수 있습니다.&#x20;

<figure><img src="https://266453150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMQWZWEhmSM7VgdI2ju3B%2Fuploads%2FqSfS8HLeHhUYwZl7b1J8%2F%E1%84%82%E1%85%A9%E1%84%90%E1%85%B3%20%E1%84%89%E1%85%B3%E1%84%82%E1%85%B5%E1%84%91%E1%85%A6%E1%86%BA%20%E1%84%80%E1%85%B5%E1%84%82%E1%85%B3%E1%86%BC.png?alt=media&amp;token=1ef52c28-45e4-4af0-8b6a-7c17fac99b06" alt=""><figcaption></figcaption></figure>

## 노트 리스트

각각의 리드/딜/고객/회사에서 작성한 노트는 노트 리스트에서 한 곳에 모아볼 수 있습니다.\
기존에 작성한 노트가 어디에서 생성되었는지, 누가 담당자인지, 생성날짜는 언제인지 등 확인이 필요하다면,\
노트> \[리스트]에서 확인해보세요!

<figure><img src="https://266453150-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMQWZWEhmSM7VgdI2ju3B%2Fuploads%2FYyVmekfOZ9o2p92qur3w%2F%E1%84%82%E1%85%A9%E1%84%90%E1%85%B3%20%E1%84%85%E1%85%B5%E1%84%89%E1%85%B3%E1%84%90%E1%85%B3.png?alt=media&amp;token=7eb0e65e-a356-42d5-b353-863ae380266f" alt=""><figcaption><p>노트 리스트</p></figcaption></figure>


---

# 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/note/note.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.
