# Page Not Found

The URL `files/Cb35kdjJjsGLyh04GydK` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [랜섬웨어 방지 기능에 의해 차단된 프로그램의 내역을 확인하는 방법](https://help.directcloud.net/admin_manual/ransomware/blocked_program_history.md)
- [Web, PC Agent, 관리자 페이지의 로고 이미지를 변경하는 방법](https://help.directcloud.net/admin_manual/custom_settings/change_logo.md)
- [업로드 요청 폴더 생성 화면에서 암호 설정을 강제하는 방법](https://help.directcloud.net/admin_manual/file_share/upload_request_always_use_password.md)
- [회사 휴지통으로 이동 한 폴더, 파일을 확인하는 방법](https://help.directcloud.net/admin_manual/storage/company_trash_check.md)
- [관리자 페이지에서 폴더 노드에 설정된 값을 확인하는 방법](https://help.directcloud.net/admin_manual/folder/check_folder_node.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://help.directcloud.net/admin_manual/ransomware/blocked_program_history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://help.directcloud.net/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://help.directcloud.net/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/admin_manual/ransomware/blocked_program_history.md`).

You may also use `Accept: text/markdown` header for content negotiation.
