> 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/b3-sms-device-installation-manual/pre-installation-instructions/required-tools-and-materials.md).

# Required tools and materials

1. Win10 or Win11 PC with Internet access. Putty and WinSCP installed - see [T-Tools for SBC products](https://help.boomerang3.com/tools-for-sbc-products/).
2. Teltonika RUT955 GSM router package.
3. SIM card from a local provider. This card is bought by the customer and the customer is also handling all the charges for its use. The plan used must guarantee that SMS sending will not be stopped due to e.g. insufficient funds.
4. Optionally USB to Ethernet dongle e.g. TP-LINK UE300 to add a second network interface that will be used to configure the B3 SMS device.&#x20;

{% hint style="success" %}
If your PC has only one network interafce then you must set it to use DHCP and connect it with the router.

It is convenient to use an USB to Etherent dongle to have the second Ethernet port in the PC used for configuring the router with your Internet connection being intact. Another option is to use WiFi for Internet connection and wired port for connecting the router or vice versa.
{% endhint %}


---

# 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/b3-sms-device-installation-manual/pre-installation-instructions/required-tools-and-materials.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.
