# Page Not Found

The URL `shi-yong-jiao-cheng/2-bang-ding-shu-zi-qian-bao` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [2️⃣ 绑定数字钱包](https://docs.maneslab.xyz/zh/mid-cao-zuo-zhi-nan/2-bang-ding-shu-zi-qian-bao.md)
- [3️⃣ 免费领取 .mid 身份](https://docs.maneslab.xyz/zh/mid-cao-zuo-zhi-nan/3-mian-fei-ling-qu-.mid-shen-fen.md)
- [1️⃣ 创建 MID 账户](https://docs.maneslab.xyz/zh/mid-cao-zuo-zhi-nan/1-chuang-jian-mid-zhang-hu.md)
- [了解 .mid 的工作原理](https://docs.maneslab.xyz/zh/liao-jie-.mid-de-gong-zuo-yuan-li.md)
- [CutUp 城市派对地图小程序](https://docs.maneslab.xyz/zh/he-zuo-huo-ban/cutup/cutup-cheng-shi-pai-dui-di-tu-xiao-cheng-xu.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.maneslab.xyz/zh/mid-cao-zuo-zhi-nan/2-bang-ding-shu-zi-qian-bao.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.maneslab.xyz/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.maneslab.xyz/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., `/zh/mid-cao-zuo-zhi-nan/2-bang-ding-shu-zi-qian-bao.md`).

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