# Keypad

The app offers various keypad customization options to suit your preferences when entering amounts. You can choose between different keypad styles and decimal input methods to make data entry more intuitive and aligned with your habits.&#x20;

***

#### **Keypad Style Options**

1. **Classic** (Default):
   * Layout: 1-2-3 positioned at the top.
   * This is the standard arrangement most users are familiar with.
   * Best for: Users who prefer traditional number pad setups, commonly used in calculators and most phone keypads.

     <figure><img src="/files/pPILvuxqc5zE9CrG5FRy" alt="" width="188"><figcaption></figcaption></figure>
2. **Num Pad**:
   * Layout: 1-2-3 positioned at the bottom.
   * A more modern approach that can be convenient for those used to different keypad styles.
   * Best for: Users who find it more natural to use a bottom-aligned number pad.

<figure><img src="/files/OD1zRW8f8uGnt65ldyqn" alt="" width="188"><figcaption></figcaption></figure>

***

#### **Adjusting Keypad Style**

To change the keypad style:

* **Step 1**: Navigate to the app’s **Settings**.
* **Step 2**: Scroll down to **Keypad Style** under the "Budget" section.
* **Step 3**: Select either **Classic** or **Num Pad** from the available options.

<div><figure><img src="/files/hrCHIJ7TYF79vAOLKiHa" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/cWKcWO4Gu6JQjsgNKTrB" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/hjuUBXDmgMG6CZQef5if" alt="" width="188"><figcaption></figcaption></figure></div>

***

#### **Decimal Input Options**

You can also adjust how decimals are handled during data entry. There are two options available:

1. **Default**:

   * Automatically includes decimals as you type.
   * Example: Typing `950` will display `$9.50`.
   * Best for: Users who frequently work with small amounts and want to avoid manually entering decimals.

   <figure><img src="/files/Gk6CAnr4EVKon5a9G15Q" alt="" width="188"><figcaption></figcaption></figure>
2. **Manual**:
   * Requires you to input amounts as whole numbers or add decimals manually.
   * Example: Typing `950` will display `$950`, unless you manually input decimals.
   * Best for: Users who deal with larger amounts and prefer full control over decimal placement.

<figure><img src="/files/MdWRxgmBVKE8eg1oLgDi" alt="" width="188"><figcaption></figcaption></figure>

***

#### **Changing Decimal Input Settings**

* **Step 1**: Go to **Settings** in the app.
* **Step 2**: Locate the **Decimal Input** section.
* **Step 3**: Choose between **Default** and **Manual** based on your preference.

<div><figure><img src="/files/Ju8dt8j0IsTSh5sdlkrq" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/WIb4EicMVsmEmysOhDcv" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/kKQr2Yfi050edMVMdTrq" alt="" width="188"><figcaption></figcaption></figure></div>

***

By customizing your keypad and decimal input options, you can streamline your budgeting experience, making data entry faster and more intuitive.


---

# 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://www.beyondbudgetapp.com/settings/keypad.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.
