# Unable to enter Negative Numbers

Some Android devices may encounter issues with input for negative numbers due to a lack of a negative sign appearing on the devices default keyboard. This commonly effects Samsung devices which use a default Samsung Keyboard. To resolve this, we recommend installing the Gboard keyboard app from the Google Play Store ([find here](https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin)). Upon installing, you will need to select the Gboard keyboard as your default input method.

<figure><img src="/files/P5Dhv6SG1PO2lcQNQgKF" alt=""><figcaption><p>Example of the Samsung Keyboard which does not show negative symbol</p></figcaption></figure>

<figure><img src="/files/Dxg1ZMFYT6DWqdRIo4I3" alt=""><figcaption><p>Examle of the Gboard Keyboard when installed</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.tillit.cloud/tillit/knowledge-base/mobile/unable-to-enter-negative-numbers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
