> 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/developers/ai/claude-md.md).

# CLAUDE.md

**CLAUDE.md 란?**\
\
CLAUDE.md는 **Claude Code가 세션 시작 시 자동으로 읽어들이는 지침 파일이며**, 매번 설명하지 않아도 프로젝트 규칙·코딩 컨벤션·자주 쓰는 명령어 등을 항상 따르게 만드는 “영구 메모리” 역할을 합니다.

* **전역**(`~/.claude/CLAUDE.md`): 모든 프로젝트에 공통 적용되는 개인 지침
* **프로젝트**(저장소 루트의 `CLAUDE.md`): 해당 프로젝트에만 적용되며 팀과 공유 가능

여기에 적힌 내용은 기본 동작보다 우선하는 **명령**으로 취급되어 Claude가 그대로 따릅니다.

{% file src="/files/ZF5NOodzOxhTVKWH3K9z" %}


---

# 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/developers/ai/claude-md.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.
