# Page Not Found

The URL `kcl/artificial-intelligence-and-decision-making-6ccs3ain-lv6/note` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [微软 Copilot prompt 提示词分析](https://stellaris.graysea.cn/prompt-ji-qiao/wei-ruan-copilot-prompt-ti-shi-ci-fen-xi.md)
- [ChatGPT 应用开发（一）ChatGPT OpenAI API 免代理调用方式（通过 Cloudflare 的 AI Gateway）](https://stellaris.graysea.cn/ying-yong-kai-fa/chatgpt-ying-yong-kai-fa-yi-chatgpt-openai-api-mian-dai-li-diao-yong-fang-shi-tong-guo-cloudflare-de.md)
- [GPT 中文提示词技巧](https://stellaris.graysea.cn/prompt-ji-qiao/gpt-zhong-wen-ti-shi-ci-ji-qiao.md)
- [国内免费使用 Claude, Gemini, GPT4 等语言大模型的网站](https://stellaris.graysea.cn/ai-gong-ju-shi-yong/guo-nei-mian-fei-shi-yong-claude-gemini-gpt4-deng-yu-yan-da-mo-xing-de-wang-zhan.md)
- [ChatGPT-3.5 插件推荐：语音输入，视频总结，联网检索](https://stellaris.graysea.cn/ai-gong-ju-shi-yong/chatgpt3.5-cha-jian-tui-jian-yu-yin-shu-ru-shi-pin-zong-jie-lian-wang-jian-suo.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://stellaris.graysea.cn/prompt-ji-qiao/wei-ruan-copilot-prompt-ti-shi-ci-fen-xi.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://stellaris.graysea.cn/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://stellaris.graysea.cn/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., `/prompt-ji-qiao/wei-ruan-copilot-prompt-ti-shi-ci-fen-xi.md`).

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