> 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/tools-for-sbc-products/introduction.md).

# Introduction

This document describes the tools that can be used to configure and debug the ICU Scandinavia AB products based on SBC (Single Board Computer) products working under Linux.

The products are:

* S2GW
* Web Panel
* Relay Box

All these devices can be accessed using SSH protocol.&#x20;

A user can obtain terminal access from a PC to device using e.g. [Putty](/tools-for-sbc-products/console-access/putty.md) or [Windows ssh command](/tools-for-sbc-products/console-access/windows-ssh-command.md) which is available in Win10 and Win11.

With a terminal access you can execute Linux commands that will let you check or modify the configuration or debug the operation of a device. The [Midnight Commander](/tools-for-sbc-products/midnight-commander.md) is installed on all the device types to make these tasks easier for persons not acquainted with Linux OS.

To transfer the files between the device and a PC in case of application update or logs download you may use [WinSCP](/tools-for-sbc-products/file-transfer/winscp.md) or [Windows scp command](/tools-for-sbc-products/file-transfer/windows-scp-command.md) which is available in Win10 and Win11.

The PC used for the tasks is running under Windows OS. Alternatively Linux machine may be used, where the similar tools are also available but the details will be different.


---

# 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.boomerang3.com/tools-for-sbc-products/introduction.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.
