> For the complete documentation index, see [llms.txt](https://doc.engenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.engenius.ai/home-cloud-white-papers/airguard.md).

# AirGuard

Wi-Fi security risks are always something to consider when providing any kind of wireless service.  With the inception of next-gen technologies such as the Internet of Things (IoT) and Metaverse, secure WiFi access has become a critical component of enterprise and small business networking.  The pandemic has even made Wi-Fi security more essential to home networking since working from home is common nowadays.

EnGenius **AirGuard**© is a full-featured solution with advanced wireless security technologies that allows network administrators to build a secure, efficient, and easy to manage Wi-Fi network. The core concept of **AirGuard** is to be able to prove that your security solution defends your business against Wi-Fi attacks and deliver the following benefits:

* Provide automatic detection and protection from Wi-Fi threats:
  * [Rogue AP](/home-cloud-white-papers/airguard/rogue-ap.md)
  * [Evil Twin](/home-cloud-white-papers/airguard/evil-twin.md)
  * [Malicious Attacks](/home-cloud-white-papers/airguard/malicious-attacks.md)
  * [RF Jamming](/home-cloud-white-papers/airguard/rf-jamming.md)
* Containing rogue SSIDs to prevent user connections to unauthorized APs.
* Allow legitimate external APs to operate in the same airspace.


---

# 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://doc.engenius.ai/home-cloud-white-papers/airguard.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.
