> 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/user-and-site-settings/site-settings.md).

# Site Settings

### **Panic Button Notifications only**

Site Managers can select this option to *only* be notified of Panic Button incidents and any subsequent events related to those incidents. Other site notifications will be turned off for that Site Manager. This setting only applies to this site for the Site Manager who enables it; not all sites and not all Site Managers.

If Monitoring is enabled, the Site Manager will still receive Panic Button notifications

***

### **Automatically Request Guard**

From the SMB app, the Site Manager can set up a guard to be automatically requested after a chosen period of time. This safeguard ensures the site is in good hands, even if you miss the alarm notification.

[More about automatic guarding](/smb/smb-app/activity-and-incident-management/managing-alarm-incidents/guarding.md).

***

### **Automatic Arming**

The Automatic Arming feature enables a Site Manager to set one time each day when their site will be armed. A different time can be set for each day of the week.

{% hint style="info" %}
**Arming Mode:** Each Area's 'Default Arming Mode' affects how it is armed via Automatic Arming. If an Area's 'Default Arming Mode' is set to 'Fail to Arm', it will fail to automatically arm if it has any open (active) Inputs.   This is configured by the Installer.
{% endhint %}

1. Click the toggle to enable **Automatic Arming**.

   This will display the days of the week. The default configuration is set to arm the site at 6 p.m. Monday-Friday.
2. To change the arming time for a day, tap the time. This will open an interface where the hour, minutes, and a.m. and p.m. can be set. Once set, select **OK**.
3. Set the desired time for each day of the week you want the site to be armed. Enable or disable the toggle by each day of the week as needed.
4. Click **SAVE**.

   The times you selected are displayed underneath the 'Automatic Arming' toggle.

***

### **Late to Arm Notifications**

The Late to Arm feature enables a Site Manager to set a notification time and receive a reminder if their site is not armed. At the set time, the system will check if the site is armed, and send the Site Manager a notification through the Gallagher SMB app if it is not. A different time can be set for each day of the week.

1. Click the toggle to enable **Late to Arm Notifications**.

   This will display the days of the week. The default configuration is set to notify Site Managers at 6 p.m. Monday-Friday when their site is not armed.
2. To change the notification time for a day, tap the time. This will open an interface where the hour, minutes, and a.m. and p.m. can be set. Once set, select **OK**.
3. Set the desired time for each day of the week you want to be notified. Enable or disable the toggle by each day of the week as needed.
4. Click **SAVE**.

   A pop-up shows when the next check will be done. The times you selected are displayed underneath the 'Late to Arm Notification' toggle.

When you get a Late to Arm notification, simply click on the notification to open the app and then arm your site as usual.

***

### **Installer Mode**

Once your site is activated, it becomes 'read-only' for the Technician that installed your site.

Enabling Installer Mode gives your SMB Technician the ability to make changes to the configuration of your site and perform maintenance and testing of your security solution. It is intended to be used only while the SMB Technician requires it.

1. Click the toggle to enable **Installer Mode**.

   A drop-down list appears.
2. Select the time you want Installer Mode enabled for: an Hour, a day, a week, or 2 Weeks.
3. After the specified time, Installer Mode will automatically disable, or click the toggle to disable Installer Mode.

***

### **Contact Installer**

Lets you call your SMB Technician directly from within the SMB app.

1. Click **Contact Installer**.

   A box will appear, advising who your SMB Technician is.
2. Click **Call** to call your Technician, or **Close** to go back to Site Settings.

***

### **Link to Video App From Incident**

Adds a 'View Camera' option to the 'ACTIONS' available for incidents. Selecting this action will open your Video Management System (VMS) app.

1. Click the toggle to enable **Link to Video App From Incident**.
2. From the drop-down list that appears, select the supported VMS app that you use.
3. Click the **TEST** button to ensure the functionality works. Your selected VMS app should open if it is installed on your device. If it is not installed, you are taken to the app store page for that app.

If you wish to change to another VMS app, click the **EDIT** button and select your desired app.

The following apps can currently be linked to the SMB app:

<table><thead><tr><th width="272.333251953125">Mobile App Name</th><th>Mobile App Name</th><th>Mobile App Name</th></tr></thead><tbody><tr><td>AXIS Camera Station (Android only)</td><td>HomeSafe View</td><td>UniFi</td></tr><tr><td>Alta Video</td><td>MOBOTIX LIVE</td><td>UniFi Protect</td></tr><tr><td>DMSS</td><td>Meraki</td><td>Vivotek Vortex</td></tr><tr><td>EZView - Video Surveillance</td><td>Milestone Kite (Android only)</td><td>Wisenet SKY</td></tr><tr><td>Eagle Eye Viewer</td><td>Milestone XProtect</td><td>Wisenet WAVE</td></tr><tr><td>exacqVision Mobile</td><td>NX Witness Mobile</td><td></td></tr><tr><td>Genetec Mobile</td><td>Provision Cam 2</td><td></td></tr><tr><td>HiK-Connect</td><td>UNV-Link</td><td></td></tr></tbody></table>

If a camera provider has a mobile app that can be downloaded from the Google Store or App Store, it can be added to the list above.


---

# 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/user-and-site-settings/site-settings.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.
