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

# LoRaWAN Region

The NEON sensors are compatible with multiple LoRaWAN regions. The following table provides a summary per product type without considering specific country approvals. To verify if the NEON sensor is certified to operate in the user's country of operation please refer to [available regions](/docs/general-information/available-regions.md).

{% hint style="danger" %}
Note that TWTG will send the device configured to the requested LoRaWAN region. The customer cannot change the frequency of operation.&#x20;
{% endhint %}

<table><thead><tr><th width="318">Product type</th><th width="192">Variation</th><th width="236">LoRaWAN region</th></tr></thead><tbody><tr><td>Pressure Gauge (PG)</td><td>DS-RT-PG-02-00</td><td>EU868<br>US915<br>AS923<br>AU915 <strong>(on request)</strong></td></tr><tr><td>Pressure Sensor (PS)</td><td>DS-RT-PS-02-00</td><td>EU868<br>US915<br>AS923<br>AU915 <strong>(on request)</strong></td></tr><tr><td>Temperature Sensor (TS)</td><td>All TS devices</td><td>EU868<br>US915<br>AS923</td></tr><tr><td>Temperature Transmitter (TT)</td><td>DS-TT-01-xx </td><td>EU868<br>AS923</td></tr><tr><td></td><td>DS-TT-02-xx</td><td>EU868<br>US915<br>AS923 <strong>(on request)</strong><br>AU915</td></tr><tr><td>Vibration Sensor (VB)</td><td>DS-LD-01-xx with DS-VB-01-xx</td><td>EU868<br>AS923</td></tr><tr><td></td><td>DS-LD-02-00 with DS-VB-02-00</td><td>EU868 <strong>(on request)</strong><br>US915<br>AS923 <strong>(on request)</strong><br>AU915</td></tr><tr><td>Contact Sensor (VS-CS)</td><td>All VS-CS devices</td><td>EU868<br>US915<br>AS923 <strong>(on request)</strong></td></tr><tr><td>Valve Sensor - Multiturn (VS-MT)</td><td>All VS-MT devices</td><td>EU868<br>US915<br>AS923 <strong>(on request)</strong></td></tr><tr><td>Valve Sensor - Quarter Turn (VS-QT)</td><td>All VS-QT devices</td><td>EU868<br>US915<br>AS923 <strong>(on request)</strong></td></tr></tbody></table>


---

# 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.twtg.io/docs/general-information/lorawan-region.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.
