# AlgoWifi for HotSpot

Imagine your campaign displayed directly in your customers' hotspot (public or private). You can build loyalty and develop new products by directly verifying their satisfaction.

**Example of transaction from Access point:**

```json
{
  "Mac": "B0:73:5D:6A:EC:3A",
  "Location": "Torre WIFI - MetroWimax",
  "CampaignName": "MetroWimax",
  "CampaignId": "5",
  "referer": "http://172.0.0.1/"
}
```

Activating AlgoWIFI on your compatible router / modem is very simple:

1. Register on AlgoWIFI as a HotSpotter
2. Copy the generated code to your compatible router / modem
3. Configure your router / modem for guest access ([how-to](/configurations.md))


---

# 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://doc.algowifi.com/how-it-works/algowifi-for-hotspot.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.
