> For the complete documentation index, see [llms.txt](https://help.security.gallagher.com/smb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.security.gallagher.com/smb/smb-app/activity-and-incident-management/managing-alarm-incidents.md).

# Managing alarm incidents

Gallagher SMB has three solutions for managing alarm incidents:

#### Self monitoring <a href="#self-monitoring" id="self-monitoring"></a>

Gallagher SMB was designed as a self-monitored security solution. Site Managers are notified when an alarm is triggered, and receive details about what is happening on their site. Site Managers can then decide what to do next - request a security guard to check on your site (AU & NZ only) or investigate further and silence the alarm.

Site Managers can choose to receive [Panic Alarm Notifications only](/smb/smb-app/user-and-site-settings/site-settings.md).

#### Guarding (NZ & AUS only) <a href="#guarding-nz-and-aus-only" id="guarding-nz-and-aus-only"></a>

To request a Security Guard when an alarm incident occurs, Guarding must be enabled for the site. Gallagher has partnered with First Security (NZ) and Wilson Security (AUS) to provide the ability for Site Managers to request a guard to their site by clicking a button within the SMB app. The Security Guard will attend the site and provide a full report back into the app about what they found.

#### Third-Party Monitoring <a href="#third-party-monitoring" id="third-party-monitoring"></a>

The third option for monitoring a site is opting for third-party monitoring. If your alarm is triggered, the monitoring company will notify relevant parties in accordance with an agreed action plan. This could be people from your site, your security technician, or a guarding company who will send someone to check your premises.

If Third-Party Monitoring is enabled, the Site Manager will receive

* Panic button activation notifications
* Controller offline
* Controller configuration changed
* Test Mode disabled

and will not receive any other alarm incident notifications.


---

# 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://help.security.gallagher.com/smb/smb-app/activity-and-incident-management/managing-alarm-incidents.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.
