> For the complete documentation index, see [llms.txt](https://help.waterwatch.io/3.0.1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.waterwatch.io/3.0.1/support/trouble-shooting.md).

# Trouble Shooting

#### **Can't log in to the Waterwatch app**

Check that the time and date on your device is correct (a minute off is ok).

The password is case sensitive so check that your caps lock is off.

Make sure that your internet connection  is working well.

Reset your password using the Forgot Password option in the login screen in either the Waterwatch mobile app and Waterwatch Live.

{% content-ref url="/pages/-M13FfOeokh5V1awBt9B" %}
[Account Sign Up](/3.0.1/mobile/download-mobile-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/6r8xbxibFfNeRGxiiDIC" %}
[Download The App](/3.0.1/mobile/download-the-app.md)
{% endcontent-ref %}

#### **Not receiving new measurements**

See the [measurement errors](/3.0.1/measurement-error-codes.md) help page.

{% content-ref url="/pages/-M0olhQUzZ1jJabTRgyz" %}
[Measurement Errors](/3.0.1/measurement-error-codes.md)
{% endcontent-ref %}

#### Can't connect to sensor with bluetooth

Check in your phone settings that bluetooth is turned on. If bluetooth is on, your phone may be trying to connect or is connected to a different device such as headphones. Disconnect any connected devices.

Close out of the connect screen and go to the home screen. From the home screen select your sensor and try again.&#x20;

{% content-ref url="/pages/-MgJ7T5BTJjord8Nsaz1" %}
[Connect to your monitor with  bluetooth](/3.0.1/connect-and-configure.md)
{% endcontent-ref %}

#### Error setting alarms

Close out of the low or high alarm screen. From the configure screen select the low or high alarm and try to set it again. If the alarm error continues, disconnect from the sensor and reconnect.

{% content-ref url="/pages/QYp4Ly29yYSsBxWZpazr" %}
[Setting Alarms](/3.0.1/setting-alarms.md)
{% endcontent-ref %}

#### Not receiving notifications

{% content-ref url="/pages/-Mj26eH2W0oa9bCjJoq8" %}
[Enable Notifications](/3.0.1/enable-notifications.md)
{% endcontent-ref %}

&#x20;

#### Contact us - Waterwatch Support Email

{% content-ref url="/pages/-MS037DDLdzCqypyEqev" %}
[Get In Touch](/3.0.1/support/get-in-touch.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://help.waterwatch.io/3.0.1/support/trouble-shooting.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.
