# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [1.8 指令和程序（Instructions & Programs）](https://cccs.viyi.cc/1-ji-suan-ji-zu-cheng/1.8-zhi-ling-he-cheng-xu-instructions-programs.md)
- [3.5 人机交互（Human Computer Interaction）](https://cccs.viyi.cc/3-cao-zuo-xi-tong/3.5-ren-ji-jiao-hu-human-computer-interaction.md)
- [2.1 编程史话（Early Programming）](https://cccs.viyi.cc/2-cheng-xu-she-ji/2.1-bian-cheng-shi-hua-early-programming.md)
- [2.5 数据结构（Data Structures）](https://cccs.viyi.cc/2-cheng-xu-she-ji/2.5-shu-ju-jie-gou-data-structures.md)
- [2.7 软件工程（Software Engineering）](https://cccs.viyi.cc/2-cheng-xu-she-ji/2.7-ruan-jian-gong-cheng-software-engineering.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://cccs.viyi.cc/1-ji-suan-ji-zu-cheng/1.8-zhi-ling-he-cheng-xu-instructions-programs.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://cccs.viyi.cc/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://cccs.viyi.cc/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., `/1-ji-suan-ji-zu-cheng/1.8-zhi-ling-he-cheng-xu-instructions-programs.md`).

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