> 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/substrate-probes/how-do-i-position-my-soil-probe-for-my-pot-size/how-do-i-place-the-probe-through-the-pot.md).

# How do I place the probe through the pot

Follow these steps to securely place the probe through the side of your pot while maintaining a stable, repeatable setup.<br>

{% stepper %}
{% step %}
Measure the correct placement

Use a ruler to determine the ideal insertion height based on your pot size and root zone depth. <mark style="background-color:red;">You can find that here.</mark>
{% endstep %}

{% step %}
Create an access point in the pot

* **Best method:** Cut a small section out of the pot’s side to allow the sensor to make direct contact with the substrate.
* **Alternative:** If cutting is not an option, you can:
  * Drill small holes that align with the prongs.
  * Gently push the probes through the side of the pot if the material allows.
    {% endstep %}

{% step %}
Ensure the sensor is level

* The sensor must be flat and parallel to the soil surface, not angled.
* Incorrect positioning can skew moisture, EC, and temperature readings.
  {% endstep %}

{% step %}
Secure the probe in place

* Carefully push the sensor into the substrate without forcing it.
* The sensor should stay in place on its own. If it feels loose or wobbles, the substrate may be too dry or too loose and may need to be reset.
* Fixing a loose sensor:
  * Tamp down the substrate gently around the probe.
  * If needed, water the plant to improve substrate contact.
    {% endstep %}
    {% endstepper %}

By following these steps, you ensure optimal sensor placement, leading to more reliable and actionable data for your grow.

<br>


---

# 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/substrate-probes/how-do-i-position-my-soil-probe-for-my-pot-size/how-do-i-place-the-probe-through-the-pot.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.
