> 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/videos/setup/organization/custom-field.md).

# 데이터 필드 관리

CRM에서 가장 중요한 중 하나는, 우리 회사만을 위한 데이터 구조를 유연하게 세팅할 수 있어야 하죠.

오늘은 회사에서 관리하고 있는 데이터를 세일즈맵에서 더욱 체계적으로 관리할 수 있게 하는 기본 세팅, \
'데이터 필드' 활용법에 대해서 다뤄봤어요.

데이터 필드란 무엇인지? 어떻게 활용할 수 있는지! \
세일즈맵이 가진 CRM 기능에 대해 알아보고, 우리 기업에 딱 맞게 설정해 보세요!

{% embed url="<https://www.youtube.com/watch?v=oJrL2hmDF-E>" %}


---

# 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/videos/setup/organization/custom-field.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.
