> For the complete documentation index, see [llms.txt](https://an-wang-she-gong-ku-1.gitbook.io/an-wang-she-gong-ku/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://an-wang-she-gong-ku-1.gitbook.io/an-wang-she-gong-ku/zhi-nan-jiao-cheng/editor.md).

# 查询指南

### 支持查询类型

查询支持类型并未列举完整，您可以自行探索

✔ 手机号\
✔ 身份证\
✔ QQ\
✔ 邮箱\
✔ 用户名\
✔ 车牌号\
✔ 地址

........

***

### 普通查询 🔎

普通查询直接发送关键词即可进行查询

> 如要查询手机号，则直接发送
>
> *18888888888*
>
> 即可进行查询，请不要加上空格，+86等无用内容
>
> ![](/files/eb29k4kOYpMo74TLuIXw)

***

### 猎魔查询 🔎

如果没有完整的关键词，只有模糊的信息，这时候可以用到猎魔查询

> #### 示例 1 ：
>
> 已有信息：名字叫**张舒婷** 户籍地是**广东省肇庆市 1997年出生的**
>
> 查询内容：**张舒婷 4412??1997????????**
>
> ![](/files/bz63pUtvfJw8mCVdHBz3)

{% hint style="info" %}
上方身份证，是由行政区划代码（身份证前六位）和出生年龄组成的，其余模糊的身份证位，使用了“?”替代（问号必须是英文的问号）
{% endhint %}

> #### **示例 2 ：**
>
> 已有信&#x606F;**：**&#x540D;字叫**张舒婷** 手机号前三位是**136** 手机号后四位是**9728**
>
> 查询内容：张舒婷 136????9728
>
> ![](/files/NoPxmLQA2gzgombMtsSf)

***

### 反向查询 🔎

* 使用手机号查询 → 可获得关联身份证、地址等信息
* 使用身份证再次查询 → 可获取更多历史关联数据
* 使用地址查询 → 可获取登记过该地址的主体信息

> #### **示例  ：**
>
> ![](/files/5DiaUvP3zaZNYZNTuxFa)身份证查询到了此人的一些信息，以及一个手机号
>
> ![](/files/k2V1TI2UMY4i4yRVUcee)再对手机号进行查询，查询到了更多的信息
>
> ![](/files/Vx5dKT7HG9SxDSf4OGzo)再对地址进行查询，找到了使用过这个地址的信息

***

## 💰 扣费规则说明

为保证系统稳定运行与数据持续更新，平台采用积分制计费模式。

#### 💎 积分换算

> **1 积分 = 1 人民币**

充值后积分实时到账，可用于查询消耗。

#### 🔍 查询消耗标准

| 查询类型   | 消耗积分 |
| ------ | ---- |
| 普通查询   | 2 积分 |
| 猎魔查询   | 3 积分 |
| 中文专项查询 | 4 积分 |

***

#### 📌 查询类型说明

* **普通查询**：常规字段查询（手机号 / QQ / 邮箱等）
* **猎魔查询**：深度关联查询（多维度数据匹配）
* **中文专项查询**：包含中文内容的查询（如中文姓名、中文地址等）

> 中文查询因数据匹配复杂度更高，系统资源消耗更大，因此单独计费。

***

### ✅ 扣费机制

* ✔ 有结果才扣费
* ❌ 无结果不扣费


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://an-wang-she-gong-ku-1.gitbook.io/an-wang-she-gong-ku/zhi-nan-jiao-cheng/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
