> 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/faqs.md).

# FAQs

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Where can I find the product documentation? →</strong></td><td></td><td></td><td><a href="/pages/0E820sERaPFBybkLANOH">/pages/0E820sERaPFBybkLANOH</a></td></tr><tr><td><strong>How can I install the device I have? →</strong></td><td></td><td></td><td><a href="/pages/QDxlMq8OKKoVZ8Jb4wqu">/pages/QDxlMq8OKKoVZ8Jb4wqu</a></td></tr><tr><td><strong>How can I provision the device? →</strong></td><td></td><td></td><td><a href="/pages/HKrzgMpicuQnEfWnjTOF">/pages/HKrzgMpicuQnEfWnjTOF</a></td></tr><tr><td><strong>Where are the LoRa keys of the device? →</strong></td><td></td><td></td><td><a href="/pages/KFds41rFPUA0nUYMU2SK">/pages/KFds41rFPUA0nUYMU2SK</a></td></tr><tr><td><strong>I'm receiving raw payload in the LNS, how can I decode the data? →</strong></td><td></td><td></td><td><a href="/pages/AK0nFIos4jbyUvlbmNNT">/pages/AK0nFIos4jbyUvlbmNNT</a></td></tr><tr><td><strong>What is the activation procedure for my device? →</strong></td><td></td><td></td><td><a href="/pages/7rzr0GvNIsrcilWfcYRT">/pages/7rzr0GvNIsrcilWfcYRT</a></td></tr><tr><td><strong>How do I know which communication protocol the device uses? →</strong></td><td></td><td></td><td><a href="/pages/k6rKwEqV6Yd2PhbQ00Vq">/pages/k6rKwEqV6Yd2PhbQ00Vq</a></td></tr><tr><td><strong>How does my device measure data and send messages? →</strong></td><td></td><td></td><td><a href="/pages/j1n3CRHfecQUyXsdBz5X">/pages/j1n3CRHfecQUyXsdBz5X</a></td></tr><tr><td><strong>How can I see data being sent by the device? →</strong></td><td></td><td></td><td><a href="/pages/CMJrfTaS7HOgd1xq8bT9">/pages/CMJrfTaS7HOgd1xq8bT9</a></td></tr><tr><td><strong>How can I configure my device? →</strong></td><td></td><td></td><td><a href="/pages/Mu4GXF3KMQNJqOALAHsc">/pages/Mu4GXF3KMQNJqOALAHsc</a></td></tr><tr><td><strong>How can I better maintain the battery of my device? →</strong></td><td></td><td></td><td><a href="/pages/rouSKtHOpawSpz7qCqAP">/pages/rouSKtHOpawSpz7qCqAP</a></td></tr><tr><td><strong>How can I contact support? →</strong></td><td></td><td></td><td><a href="/pages/qN3t3PbSUAKzNLrX4qXl">/pages/qN3t3PbSUAKzNLrX4qXl</a></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/faqs.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.
