> For the complete documentation index, see [llms.txt](https://docs.hamonikr.org/hamonikr-8.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hamonikr.org/hamonikr-8.0/key-features/undefined/undefined-3.md).

# 폴더 공유

컴퓨터간 자료 공유를 위해 "파일 탐색기"창에서 손쉽게 폴더를 공유하여 사용하실 수 있습니다.&#x20;

### 폴더 공유  사용법.

1. 공유 하실 폴더에서 마우스 우측 버튼을 클릭하여 "공유 옵션"을 선택합니다.&#x20;

<figure><img src="/files/eSJBFkDSEk3OGT1x9GQL" alt=""><figcaption></figcaption></figure>

2. "폴더 공유" 창이 활성화되며, "이 폴더 공유"을 클릭하여 활성화 하신 후 "공유 만들기" 버튼을 클릭하여 완료합니다.&#x20;

<figure><img src="/files/6VSim3RKgSeax9MRWg1c" alt=""><figcaption></figcaption></figure>

3. "폴더 공유"가 완료가 되었으며, 아래 그림과 같이 공유된 폴더를 확인하실 수 있습니다.&#x20;

<figure><img src="/files/7sWD5dB1pU5GNbJn508b" alt=""><figcaption></figcaption></figure>

4. 공유된 폴더는 "파일 탐색기"에서 "네트워크 > 공유 폴더의 컴퓨터"를 선택하시면, 공유 폴더를 여러사람이 사용하실 수 있습니다.

<figure><img src="/files/yT0MNZvwlYXVIMGK7pQc" alt=""><figcaption></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.hamonikr.org/hamonikr-8.0/key-features/undefined/undefined-3.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.
