# AI安全助手

## 简介

AI安全助手是基于LLM大模型技术专门为网络安全领域设计的智能助手，定位是通过对话的方式为用户解决安全相关的问题。除了基本的安全咨询外我们还赋予了它操控真实世界里安全工具和安全产品的能力，目的是辅助用户完成网络安全相关的工作，无论是初级安全工程师还是非安全工程师，都可以在AI安全助手的帮助下快速完成任务或解决问题。同时安全专家也可以借助这个助手来提高工作效率。

## Overview

{% content-ref url="/pages/ewW9ldwzMJih81ZNPZYh" %}
[它可以做什么？](/overview/ta-ke-yi-zuo-shen-me.md)
{% endcontent-ref %}

{% content-ref url="/pages/cJWgHI9OJ9xdtxp9rltz" %}
[它有什么特别的地方？](/overview/ta-you-shen-me-te-bie-de-di-fang.md)
{% endcontent-ref %}


---

# 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://help.secasst.com/ai-an-quan-zhu-shou.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.
