> 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/multiple-sensors.md).

# Multiple Sensors

The TankMate app allows users with multiple sensors to choose how their tank data is displayed. Individual sensors can be:

* **Grouped together:** so that a total system volume is displayed for multiple sensors. Usage data can also be viewed as part of a combined system. Use this approach if you have two tanks that feed the same system (e.g. a property with a single pump that draws from two separate tanks (each with a sensor)

![](/files/uR8CC3XxJqNJ9mMDHYwO)

* **Placed in different "tank groups"**: so that each sensor is treated as a completely unique system. None of the tank / usage data is combined. Use this approach when monitoring two separate tank systems e.g. tanks on two different properties.&#x20;

![](/files/KMP3hBa7MdXaP8iEexxA)

### To change a sensor group

* In the mobile app, go to **Settings** > **Sensor / Tank Settings**
* Select the sensor you want to edit, e.g. "Sensor 1" - from the top menu ![](/files/sqJrogi3T8CRjVM7eYDk)
* Scroll down to the **Sensor Settings**&#x20;
* Select the "**Sensor Group"** (from the drop down menu) that you want to **add** the sensor to
* **SAVE** the settings for the sensor - at the top of the screen
* Repeat for any other sensors you want to modify

{% hint style="info" %}
**Note**: for sensors set up with previous app versions, the sensor may have been placed in a "**default**" group, and may not display correctly.&#x20;

To resolve this, **assign each of the sensors to a new group** - e.g. assign both to **Group 2** - which will resolve the display issue. After this, you can re-assign the sensors as required.
{% endhint %}

### To edit a group name

* In the mobile app, go to **Settings** > **Group Settings**
* Edit the name of the Group
* **SAVE** the settings


---

# 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/multiple-sensors.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.
