> For the complete documentation index, see [llms.txt](https://tankmate.gitbook.io/tankmate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tankmate.gitbook.io/tankmate/app-user-guides/mobile-app/tank-dimension-settings.md).

# Tank Dimension Settings

![Tank Dimension Settings](/files/EeuCH12b7qxn1kJDWjFg)

To correctly configure the tank dimensions for a TankMate level sensor, the following settings need to be configured in the mobile app:

**Sensor Height (h)** - required only for **TankMate R3 sensors**. This is the height from the **bottom of the tank to the base of the sensor**. The easiest way to measure this is with a tape measure - after the hole has been drilled, as shown below. Unit: **metres**

**Overflow Height (h2)** - this will set the maximum fill level (100% level) for the tank. If you have an in-ground tank and the overflow pipe is difficult to locate, you can measure the height from the tank floor to the underside of the tank roof. Subtract 100mm from this measurement to estimate the overflow height. Unit: **metres**

{% hint style="info" %}
If your sensor is **regularly reporting levels above 100%** - you have most likely set the Overflow Height **too high**. Reduce this value.

Note: an incorrect Sensor Height setting can also cause innacurate height measurements
{% endhint %}

{% hint style="warning" %}
Tank levels will **exceed the overflow height during heavy rainfall events**. Since most tanks use a horizontal outplet pipe (100-150mm dia.) - it is not uncommon for a tank level to be 50mm (or more) **above** the oveflow height for short periods of time.&#x20;
{% endhint %}

**Outlet Height (h1)** - this will set the **minimum level** (0% level) for the tank. With a moulded plastic tank, the outlet is usually around 100mm above the base of the tank. For tanks with submersible pumps, set this value slightly higher. Unit: **millimetres**

**Tank Diameter (d)** - this will set the volume of the tank. Note that in the mobile app there are three ways to define the tank volume: 1) volume (Litres), 2) diameter. Unit: **metres**

&#x20;<img src="/files/dti0ue77VwD9AazRw5Hs" alt="" data-size="original">


---

# 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://tankmate.gitbook.io/tankmate/app-user-guides/mobile-app/tank-dimension-settings.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.
