# AI Cybersecurity Assistant

## Introduction

AI Security Assistant is an intelligent assistant specially designed for the field of network security based on LLM large model technology. It is positioned to solve security-related problems for users through dialogue. In addition to basic security consultation, we also give it the ability to manipulate real-world security tools and security products. The purpose is to assist users in completing network security-related work. Whether it is a junior security engineer or a non-security engineer, they can quickly complete tasks or solve problems with the help of AI security assistants. At the same time, security experts can also use this assistant to improve work efficiency.

## Overview

{% content-ref url="/pages/ewW9ldwzMJih81ZNPZYh" %}
[What can it do?](/overview/what-can-it-do.md)
{% endcontent-ref %}

{% content-ref url="/pages/cJWgHI9OJ9xdtxp9rltz" %}
[What's so special about it?](/overview/whats-so-special-about-it.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://en.help.secasst.com/ai-cybersecurity-assistant.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.
