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

# Getting started

Please ensure that you read and agree to the [Terms and Conditions](https://www.termsfeed.com/live/de519a3e-de05-4e4f-98f3-0d648e98d56e) before setting up your Grow Sensor.

{% content-ref url="/pages/ubz87Jo9coawYd857v4y" %}
[How do I onboard my Grow Sensor?](/getting-started/how-do-i-onboard-my-grow-sensor.md)
{% endcontent-ref %}

{% content-ref url="/pages/rKsOhEN0z0jdH0Yn1CM4" %}
[How do I hang my Grow Sensor in my environment?](/getting-started/how-do-i-hang-my-grow-sensor-in-my-environment.md)
{% endcontent-ref %}

{% content-ref url="/pages/wKB0tbNsEv4iGpL11YIv" %}
[How do I set up my leaf temperature sensor?](/getting-started/how-do-i-set-up-my-leaf-temperature-sensor.md)
{% endcontent-ref %}

{% content-ref url="/pages/VVGMaCjcVBZ1cRvbdshy" %}
[How do I set up my substrate probe?](/getting-started/how-do-i-set-up-my-substrate-probe.md)
{% endcontent-ref %}

{% content-ref url="/pages/UecWml5eZBn1ZLLiplDa" %}
[How do I charge my Grow Sensor?](/getting-started/how-do-i-charge-my-grow-sensor.md)
{% endcontent-ref %}

{% content-ref url="/pages/aNZchgkdE8988OOXwU8o" %}
[How do I use the Grow Sensor App?](/getting-started/how-do-i-use-the-grow-sensor-app.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/getting-started.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.
