# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [2.5 AI 创作流 - 从想法到成果](https://jzho.a1l.online/di-er-zhang-gong-sheng/2.5-ai-chuang-zuo-liu-cong-xiang-fa-dao-cheng-guo.md)
- [结语：跨过视界](https://jzho.a1l.online/jie-yu/jie-yu-kua-guo-shi-jie.md)
- [2.3 提示词工程 - 与 AI 高效对话](https://jzho.a1l.online/di-er-zhang-gong-sheng/2.3-ti-shi-ci-gong-cheng-yu-ai-gao-xiao-dui-hua.md)
- [2.2 大模型入门 - 你的第一个 AI 助手](https://jzho.a1l.online/di-er-zhang-gong-sheng/2.2-da-mo-xing-ru-men-ni-de-di-yi-ge-ai-zhu-shou.md)
- [LICENSE](https://jzho.a1l.online/license.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://jzho.a1l.online/di-er-zhang-gong-sheng/2.5-ai-chuang-zuo-liu-cong-xiang-fa-dao-cheng-guo.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://jzho.a1l.online/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://jzho.a1l.online/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., `/di-er-zhang-gong-sheng/2.5-ai-chuang-zuo-liu-cong-xiang-fa-dao-cheng-guo.md`).

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