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

# 초기 세팅 가이드 영상

- [시작하기](https://docs.salesmap.kr/videos/setup/start.md)
- [영상 강의 자체에 대한 설명](https://docs.salesmap.kr/videos/setup/start/tutorial.md): 초기 세일즈맵 사용자를 위한 가이드 영상
- [CRM 용어 사전](https://docs.salesmap.kr/videos/setup/start/crm-glossary.md): CRM 용어 사전은 1탄과 2탄으로 나눠져 있어요.
- [회사 설정](https://docs.salesmap.kr/videos/setup/organization.md)
- [사용자 관리](https://docs.salesmap.kr/videos/setup/organization/account.md)
- [법인 정보 관리](https://docs.salesmap.kr/videos/setup/organization/corporate-information.md)
- [워크스페이스 관리](https://docs.salesmap.kr/videos/setup/organization/workspace.md)
- [데이터 필드 관리](https://docs.salesmap.kr/videos/setup/organization/custom-field.md)
- [레이아웃 관리](https://docs.salesmap.kr/videos/setup/organization/layout.md)
- [대량 메일 발송 도메인](https://docs.salesmap.kr/videos/setup/organization/email-domain.md)
- [문자 메세지 연동](https://docs.salesmap.kr/videos/setup/organization/sms.md)
- [업무 메신저 연동](https://docs.salesmap.kr/videos/setup/organization/messenger.md)
- [데이터 임포트](https://docs.salesmap.kr/videos/setup/organization/import-data.md)
- [시스템 데이터 필드](https://docs.salesmap.kr/videos/setup/organization/system-custom-field.md)
- [개인 설정](https://docs.salesmap.kr/videos/setup/personal.md)
- [gmail/outlook 연동](https://docs.salesmap.kr/videos/setup/personal/email.md)
- [개인 설정 연동](https://docs.salesmap.kr/videos/setup/personal/integration.md)
- [재피어 연동 예시](https://docs.salesmap.kr/videos/setup/personal/zapier.md)
- [캘린더 연동](https://docs.salesmap.kr/videos/setup/personal/calendar.md)
- [템플릿 세팅](https://docs.salesmap.kr/videos/setup/template.md)
- [노트 관리](https://docs.salesmap.kr/videos/setup/template/note.md)
- [이메일 관리](https://docs.salesmap.kr/videos/setup/template/email.md)
- [SMS 템플릿 관리](https://docs.salesmap.kr/videos/setup/template/sms.md)
- [뷰](https://docs.salesmap.kr/videos/setup/view.md)
- [뷰 구성 요소](https://docs.salesmap.kr/videos/setup/view/components.md)
- [뷰 관리](https://docs.salesmap.kr/videos/setup/view/management.md)


---

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