# Page Not Found

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

## Suggested Pages

You may be looking for one of the following:
- [Chrome 浏览器无法代理](https://docs.paofu.info/apps/chrome.md)
- [解决macOS软件提示损坏/无法验证开发者等问题](https://docs.paofu.info/apps/macos.md)
- [FlClash 使用教程，订阅节点配置、客户端下载](https://docs.paofu.info/windows/flclash.md)
- [Windows 客户端](https://docs.paofu.info/windows.md)
- [V2RayN 使用教程，订阅节点配置、客户端下载](https://docs.paofu.info/windows/v2rayn.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://docs.paofu.info/apps/chrome.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://docs.paofu.info/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://docs.paofu.info/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., `/apps/chrome.md`).

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