> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/s2gw-installation-manual/s2gw-operation.md).

# S2GW operation

The chapters below describe the S2GW app v.2.05 operation in detail to make it easier to debug the operation.

The gateway performs the following operations:

1. Start up which is done once after power on or reboot.
2. [Refresh of radio configuration](/s2gw-installation-manual/s2gw-operation/refresh-of-radio-configuration.md) performed every 15 minutes. This period is defined in S2GW config file as SettingsInterval and can be modified if needed. During the refresh the gateway checks and performs [Sensors initialisation](/s2gw-installation-manual/s2gw-operation/sensors-initialisation.md)when they are detected over radio.
3. [Readings handling](/s2gw-installation-manual/s2gw-operation/readings-handling.md).

To debug the operation check the [UDP listen log contents](/s2gw-installation-manual/troubleshooting/udp_listen_log_contents.md).&#x20;


---

# 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:

```
GET https://help.boomerang3.com/s2gw-installation-manual/s2gw-operation.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.
