> For the complete documentation index, see [llms.txt](https://help.directcloud.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2.md).

# 세부 기능 설정

- [파일을 다운로드하지 않고 미리 볼 수 있도록 설정하는 방법](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/file_preview.md)
- [파일을 다운로드하지 않고 미리 볼 수 있도록 설정하는 방법(제작중) pro용](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/pro_file_preview.md)
- [파일을 다운로드 하지 않고 온라인으로 편집할 수 있도록 설정하는 방법](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/online_edit.md)
- [폴더 또는 파일을 이동할 때의 확인 화면 표시 설정을 변경하는 방법](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/move_confirm_popup.md)
- [사용자가 사용자 페이지에서 알림 메일 수신 여부를 결정할 수 있도록 설정하는 방법](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/user_email_setting.md)
- [알림 조건을 충족하고 있음에도 알림 메일이 도착하지 않는 경우의 대처 방법](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/email_not_arrived.md)
- [폴더에 대한 접근 권한이 있는 사용자 정보를 사용자 페이지에 표시하는 방법](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/display_permission_users.md)
- [회사·개인 주소록을 활성화하는 방법](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/enable_addressbook.md)
- [DirectCloud를 사용하는 다른 회사로부터의 Connect User 초대를 허용하는 방법](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/allow_connect_invite.md)
- [앱 다운로드 메뉴를 표시할지 여부를 설정하는 방법 (한국미적용)](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/app_download.md)
- [도움말 문서의 메뉴를 표시할지 여부를 설정하는 방법 (한국미적용)](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/help_icon.md)
- [다운로드하는 CSV 파일의 문자 코드를 설정하는 방법](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/csv_encoding.md)
- [Warm Storage로 이동 한 폴더 및 파일의 고스트 표시 여부를 설정하는 방법](https://help.directcloud.net/test/admin_manual/undefined-1/undefined-2/ghost_display.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://help.directcloud.net/test/admin_manual/undefined-1/undefined-2.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.
