> For the complete documentation index, see [llms.txt](https://newton-metrics.gitbook.io/newtonmetrics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newton-metrics.gitbook.io/newtonmetrics/modules/balance.md).

# Balance

This feature provides clinicians with a quantitative tool for assessing postural sway and balance in patients. Using advanced smartphone sensor technology, the app measures subtle movements during standardized balance tests, providing objective data to support clinical decision-making.

### How Balance Measurement Works

The app utilizes your smartphone's built-in accelerometer and gyroscope sensors to detect and measure tiny movements while the patient maintains different balance positions. Here's how it works:

* When held against the patient's stomach, at the navel level, the phone acts as a sensitive motion detector
* The sensors measure acceleration changes in multiple dimensions:
  * Front-to-back sway (anterior-posterior)
  * Side-to-side sway (medial-lateral)
* These movements are measured in mGal units (1 mGal = 1×10⁻⁵ m/s²), which capture very small changes in acceleration
* Higher sway scores indicate more movement during the test, while lower scores suggest better balance control

### Available Tests

<div align="left"><figure><img src="/files/hbTjenH6YXcuQa54WS9t" alt="" width="375"><figcaption></figcaption></figure></div>

#### mCTSIB (Modified Clinical Test of Sensory Integration in Balance)

Duration: 30 seconds per condition

* Condition 1: Eyes Open, Firm Surface
* Condition 2: Eyes Closed, Firm Surface
* Condition 3: Eyes Open, Foam Surface
* Condition 4: Eyes Closed, Foam Surface

#### Modified BESS (Balance Error Scoring System)

Duration: 20 seconds per condition

* Double Leg Stance
* Single Leg Stance (Left and Right)
* Tandem Stance (each stance can be performed on firm surface or foam pad)

#### Standard Balance Assessment

Duration: Customizable (default 30 seconds)

* Eyes Open
* Eyes Closed
* Single Leg Stance
* Tandem Stance

### Conducting a Test

1. **Patient Setup**
   * Select the appropriate test from the menu
   * Position the patient in the required stance
   * Place the phone against their stomach at navel level
   * Ensure the phone remains flat against the body

<div align="left"><figure><img src="/files/FgCJHTQQTSmuLqv1twiH" alt="" width="375"><figcaption></figcaption></figure></div>

1. **Test Administration**
   * Press "START TEST" when ready
   * A 3-second countdown will begin
   * The test will run for the predetermined duration:
     * mBESS tests: 20 seconds
     * Standard balance tests: customizable duration
   * The phone will vibrate at the start and end of each test and at every second

<div align="left"><figure><img src="/files/3NnBYKDBV48pLHvyaFxL" alt="" width="375"><figcaption></figcaption></figure></div>

1. **Results Review**
   * After test completion, results show:
     * Total sway score
     * Front-to-back sway
     * Side-to-side sway
     * Test duration
   * Results can be saved to the patient's record
   * Historical data is viewable in graphs and tables

<div align="left"><figure><img src="/files/3E99lFbRdcLo8ys1VtMM" alt="" width="375"><figcaption></figcaption></figure></div>

### Interpreting Results

#### Sway Measurements

* **Total Sway**: Overall movement during the test period
* **Front-to-back Sway**: Anterior-posterior movement
* **Side-to-side Sway**: Medial-lateral movement

#### Clinical Considerations

* Compare single leg measurements for asymmetries
* Track changes over time to monitor progress
* Consider environmental factors that may affect performance
* Use in conjunction with other clinical assessments

### Best Practices

1. **Consistency**
   * Use the same phone position for all tests
   * Maintain consistent testing conditions
   * Follow standardized protocols for each test type
2. **Quality Assurance**
   * Ensure phone is properly secured against patient
   * Monitor for any phone movement during testing
   * Tests will automatically stop if phone is tilted away from stomach
3. **Documentation**
   * Record any pertinent observations
   * Note any modifications to standard protocol
   * Document environmental factors

### Technical Notes

* Keep phone charged above 20% for optimal sensor performance
* Ensure testing surface is level
* Maintain quiet testing environment
* Regular app updates may provide new features and improvements


---

# 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://newton-metrics.gitbook.io/newtonmetrics/modules/balance.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.
