> For the complete documentation index, see [llms.txt](https://docs.monogoto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monogoto.io/getting-started/general-device-configurations.md).

# Device Configurations

The following chapter contains configurations for devices to successfully use Monogoto SIM cards.

### IoT Modules

Monogoto supports all certified IoT modules and cellular devices. Popular module manufacturers include:

![](/files/DdHquJ4WDpLEUnWE1zIY)

<figure><img src="/files/wkLogGfprUMUfiF5MbUd" alt="" width="150"><figcaption></figcaption></figure>

Detailed instructions are also available for several **development kits**, including:&#x20;

* [**NORDIC nRF9160 DK**](/getting-started/general-device-configurations/iot-devices/nordic-nrf9160-dk.md)
* [**SODAQ SARA R4**](/getting-started/general-device-configurations/iot-devices/u-blox-sara-r4/sodaq-sara-r41xm.md)
* [**Waveshare SIM7070G RPI Hat**](/getting-started/general-device-configurations/iot-devices/simcom-sim7070g/waveshare-sim7070g.md)
* [**Quectel EVB kit**](/getting-started/general-device-configurations/iot-devices/quectel-bg95-mx.md#set-up-umts-and-lte-evb-kit-if-applicable)
* [**Murata LBAD0XX1SC-DM**](https://docs.monogoto.io/getting-started/general-device-configurations/iot-devices/murata-lbad0xx1sc-dm/satellite-ntn-network)

{% content-ref url="/pages/-MPsN\_59KDhMwXSFeNGb" %}
[IoT Modules](/getting-started/general-device-configurations/iot-devices.md)
{% endcontent-ref %}

### Cellular Devices

For tutorials on connecting specific cellular devices to Monogoto, visit the Cellular Devices section.

{% content-ref url="/pages/-M2DB8Q6g6AbLC6xXlY8" %}
[Cellular Devices](/getting-started/general-device-configurations/cellular-modems.md)
{% endcontent-ref %}

### iOS and Android devices

Monogoto can also be added to smartphones by inserting a plastic SIM, or by scanning a QR code to configure a smartphone's eSIM.

{% content-ref url="/pages/-MPsNaanjgIuC8HmaZzZ" %}
[iPhone Device](/getting-started/general-device-configurations/iphone.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MPsNaJIroCPNCpv73vw" %}
[Android Device](/getting-started/general-device-configurations/android.md)
{% endcontent-ref %}


---

# 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://docs.monogoto.io/getting-started/general-device-configurations.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.
