> For the complete documentation index, see [llms.txt](https://faq.growsensor.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.growsensor.co/the-grow-sensor.md).

# The Grow Sensor

{% content-ref url="/pages/EtFaSr2O72xw716NHeJy" %}
[What does the Grow Sensor’s button do?](/the-grow-sensor/what-does-the-grow-sensors-button-do.md)
{% endcontent-ref %}

{% content-ref url="/pages/yJmZS9JvIPVUzK0ylX6p" %}
[How accurate is the Grow Sensor?](/the-grow-sensor/how-accurate-is-the-grow-sensor.md)
{% endcontent-ref %}

{% content-ref url="/pages/3aKv4THb1sWBuFwMLYFN" %}
[How do I calibrate the Grow Sensor?](/the-grow-sensor/how-do-i-calibrate-the-grow-sensor.md)
{% endcontent-ref %}

{% content-ref url="/pages/4aum2Z4khCVcFNyhxgck" %}
[Can the Grow Sensor be used outside?](/the-grow-sensor/can-the-grow-sensor-be-used-outside.md)
{% endcontent-ref %}

{% content-ref url="/pages/3GqGyIzrPELd4vwinuWn" %}
[How many Grow Sensors do I need for my growing space?](/the-grow-sensor/how-many-grow-sensors-do-i-need-for-my-growing-space.md)
{% endcontent-ref %}

{% content-ref url="/pages/wmWcAWCzyDv4nn3wjqbN" %}
[What is the Wi-Fi range of the Grow Sensor?](/the-grow-sensor/what-is-the-wi-fi-range-of-the-grow-sensor.md)
{% endcontent-ref %}

{% content-ref url="/pages/9LUTkJ2V8xCAkI47x8w6" %}
[How long does the Grow Sensor battery last?](/the-grow-sensor/how-long-does-the-grow-sensor-battery-last.md)
{% endcontent-ref %}

{% content-ref url="/pages/aJMaqTWPHtGJp0mZecWt" %}
[How to set up the Grow Sensor to measure leaf temperature?](/the-grow-sensor/how-to-set-up-the-grow-sensor-to-measure-leaf-temperature.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZDzLtsu7wz1sWuVlp0bJ" %}
[How to find your device / Grow Sensor ID?](/the-grow-sensor/how-to-find-your-device-grow-sensor-id.md)
{% endcontent-ref %}

{% content-ref url="/pages/8TtCvXzCVBP91ZKiqtx6" %}
[Does the Grow Sensor log data offline?](/the-grow-sensor/does-the-grow-sensor-log-data-offline.md)
{% endcontent-ref %}

{% content-ref url="/pages/zA6zGEUTheSNbzy9GZCX" %}
[Will the sensor inform me if the Wi-Fi connection fails?](/the-grow-sensor/will-the-sensor-inform-me-if-the-wi-fi-connection-fails.md)
{% endcontent-ref %}

{% content-ref url="/pages/Zr6VLM5zrQmpBwshV7B2" %}
[Why does the Grow Sensor’s LED flash green periodically?](/the-grow-sensor/why-does-the-grow-sensors-led-flash-green-periodically.md)
{% endcontent-ref %}

{% content-ref url="/pages/FvVL1MgYIIjjsS3ydUj8" %}
[Why is the Grow Sensor light flashing red when onboarding?](/the-grow-sensor/why-is-the-grow-sensor-light-flashing-red-when-onboarding.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://faq.growsensor.co/the-grow-sensor.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.
