> For the complete documentation index, see [llms.txt](https://enless.gitbook.io/centre-aide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/editor-20/use/probe-installation.md).

# Probe installation

To effectively install your Spot leak detection probe sensor in an industrial or commercial environment, here is the recommended procedure:

## Probe location

Identify the lowest point in the area to be monitored (containment tray, machine base, or technical room). The probe should be placed where the liquid will naturally accumulate.

## Wall mounting

Although the probe should be as close to the floor as possible to detect the liquid, the probe body can be screwed directly to the bottom of the wall or onto a machine panel.

* **Positioning** : Place the probe against the wall, making sure that the nickel-plated brass contacts are flush with the floor.
* **Screwing** : Use screws suitable for the support to securely fasten the probe. This ensures it will not move during cleaning operations or due to industrial vibrations.

## Transmitter housing installation

Mount the LoRaWAN enclosure high up on the same wall. This setup has two advantages:

* **Range** **Radio** : A high position optimizes signal transmission to your gateway or BMS.
* **Security** : The enclosure remains out of reach in the event of major flooding, ensuring the alert is sent.

{% hint style="info" %}
Once installation is complete, test the system’s responsiveness by placing a damp cloth in contact with the probe pads. The immediate radio message will confirm that your device is working properly.
{% endhint %}


---

# 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://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/editor-20/use/probe-installation.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.
