# Introduction

This starting guide is meant to provide a quick summary and introduction to the information necessary for using devices in the NEON product line. The present guide does not intend to replace the available product documentation but to complement it. **It is strictly necessary for the user to read the product documentation related to the product being used**.&#x20;

The NEON product line documentation is available in [this GitHub repository](https://github.com/TWTG-R-D-B-V/neon-product-documentation/tree/main). It is grouped by product type as follows:

* [Pressure Sensor (PS)](https://github.com/TWTG-R-D-B-V/neon-product-documentation/blob/main/PS)
* [Pressure Gauge (PG)](https://github.com/TWTG-R-D-B-V/neon-product-documentation/blob/main/PG)
* [Vibration Sensor (VB)](https://github.com/TWTG-R-D-B-V/neon-product-documentation/blob/main/VB)
* [Temperature Sensor (TS)](https://github.com/TWTG-R-D-B-V/neon-product-documentation/blob/main/TS)
* [Temperature Transmitter (TT)](https://github.com/TWTG-R-D-B-V/neon-product-documentation/blob/main/TT)
* [Quarter Turn Valve Sensor (VS-QT)](https://github.com/TWTG-R-D-B-V/neon-product-documentation/blob/main/VS-QT)
* [Multi Turn Valve Sensor (VS-MT)](https://github.com/TWTG-R-D-B-V/neon-product-documentation/blob/main/VS-MT)
* [Contact Sensor (VS-CS)](https://github.com/TWTG-R-D-B-V/neon-product-documentation/blob/main/VS-CS)

Inside every product type folder there are two subfolders:

* **Installation & Use**: where you can find the product manual and datasheet of the respective NEON device. Because there are product types with different device versions, please choose the folder with the device identifier of your product. The device identifier can be found on the device label.
* **LoRa Communication**: where you can find the communications protocol, encoder, decoder, and examples of the messages. Please note there are devices with different communications protocol versions based on the firmware version which is related to the device version and batch. The device version can be found on the device label and the production batch can be found in the serial number.

Additional information related to each section of the documentation can be found in the README files of each folder.&#x20;

{% hint style="info" %}
Please note that the README files provide guidance on the device version and production batch when relevant. &#x20;
{% endhint %}


---

# Agent Instructions: 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://docs.twtg.io/docs/introduction.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.
