> 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/help-resources/troubleshooting/connectivity.md).

# Connectivity

Frequently asked questions when troubleshooting about connectivity

**How will I know if the Cloud goes down?**

The Gallagher SMB system is hosted by Amazon Web Services (AWS) cloud computing platform requiring no server to be installed onsite. No downtime is expected as cloud services are deployed across multiple AWS Availability Zones and employ database replication (AWS RDS).

If the Installer app or Customer app is not responding or you are having connectivity issues, check the Gallagher Security Cloud Status Page - <https://status.gallagher.com/> - for more information.

**What do I do if I lose connection to the internet on my phone or at site?**

If the Mobile app/phone cannot connect to the cloud, the SMB app will automatically switch to Offline Mode (Local Control) to allow the user to connect with a Reader via Bluetooth.

Location services must be enabled to allow Bluetooth connections to readers for Local Control.

There is an option to manually switch to Offline Mode from the User Menu > User Settings page, or from the Login page Menu options.

[Enable Offline Mode](https://help.security.gallagher.com/smb-installer-portal/settings)

**Controller drops connectivity through the LAN port Intermittently - occurs multiple times a day**

Scenario: *Drops connectivity through the LAN port Intermittently. Network IS has inspected and the connection from the switch to external has not been interrupted during these times. Plugged laptop using the same LAN cable to the router and observed no issues.*

Click on the Controller lightbox in the Installer Portal. Go to the **Event History** tab and determine what type of events are showing. This will indicate what type of issue this is.

It could be the connection between controller and the IP Alarm receiver.

The events will give you the information required to investigate further.


---

# 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/help-resources/troubleshooting/connectivity.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.
