# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [Connect User 초대를 활성화하는 방법](https://help.directcloud.net/admin_manual/user/connect_invite_enable.md)
- [사용자 로그인 페이지 로고를 변경하는 방법](https://help.directcloud.net/admin_manual/custom_settings/change_login_logo.md)
- [DirectCloud 드라이브 설정 화면에서 버전 정보를 확인하는 방법](https://help.directcloud.net/user_manual/account_settings/d_check_version.md)
- [공유 링크 생성 화면에서 지정할 수 있는 접속 횟수 제한의 최대값을 설정하는 방법](https://help.directcloud.net/admin_manual/file_share/link_max_number_of_connections.md)
- [다운로드하는 CSV 파일의 문자 코드를 설정하는 방법](https://help.directcloud.net/admin_manual/detail_settings/csv_encoding.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/user/connect_invite_enable.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/user/connect_invite_enable.md`).

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