# 用户手册

* [介绍](https://itechub.gitbook.io/sqlmap-wiki-zhcn/introduction)——介绍 sqlmap
* [技术](https://itechub.gitbook.io/sqlmap-wiki-zhcn/techniques)——sqlmap 支持的 SQL 注入技术
* [特性](https://itechub.gitbook.io/sqlmap-wiki-zhcn/features)——支持的特性列表
* [下载更新](https://itechub.gitbook.io/sqlmap-wiki-zhcn/download-and-update)——更新你的 sqlmap 副本
* [相关依赖](https://itechub.gitbook.io/sqlmap-wiki-zhcn/dependencies)——关于第三方库和工具的信息
* [历史](https://itechub.gitbook.io/sqlmap-wiki-zhcn/history)——从 2006 到 2025
* [用法](https://itechub.gitbook.io/sqlmap-wiki-zhcn/usage)——所有**选项**和**开关**的详尽解释，包含相应实例
* [许可证](https://itechub.gitbook.io/sqlmap-wiki-zhcn/license)——版权信息


---

# Agent Instructions: 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:

```
GET https://sqlmap.highlight.ink/users-manual.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.

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.
