> For the complete documentation index, see [llms.txt](https://support.onegiantleap.co.nz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.onegiantleap.co.nz/general.md).

# General

- [Battery Charging](https://support.onegiantleap.co.nz/general/battery.md)
- [Clamp Adjustment](https://support.onegiantleap.co.nz/general/clamp.md)
- [Web Bluetooth App](https://support.onegiantleap.co.nz/general/web-bluetooth-app.md)
- [Zero Offset Calibration](https://support.onegiantleap.co.nz/general/zero-offset.md)
- [How to perform a Zero Offset calibration](https://support.onegiantleap.co.nz/general/zero-offset/how-to-perform-a-zero-offset-calibration.md)
- [Scale Factor Calibration](https://support.onegiantleap.co.nz/general/scale-factor.md)
- [N channel Scale Factor calibration](https://support.onegiantleap.co.nz/general/scale-factor/how-to-perform-a-scale-factor-calibration.md)
- [O channel Scale Factor calibration](https://support.onegiantleap.co.nz/general/scale-factor/how-to-perform-a-scale-factor-calibration-1.md)
- [Updating Firmware](https://support.onegiantleap.co.nz/general/updating-firmware.md)
- [How to update the power meter firmware using the Web Browser](https://support.onegiantleap.co.nz/general/updating-firmware/how-to-update-the-power-meter-firmware-using-the-web-browser.md)
- [Latest firmware version](https://support.onegiantleap.co.nz/general/updating-firmware/latest-firmware-version.md)
- [Real-time Data](https://support.onegiantleap.co.nz/general/real-time-data.md): View your power, power balance and cadence data as you paddle
- [How to pair with your device](https://support.onegiantleap.co.nz/general/real-time-data/how-to-pair-with-your-device.md)
- [Deep Sleep](https://support.onegiantleap.co.nz/general/deep-sleep.md)
- [Metrics](https://support.onegiantleap.co.nz/general/metrics.md)
- [Power](https://support.onegiantleap.co.nz/general/metrics/power.md)
- [Force](https://support.onegiantleap.co.nz/general/metrics/force.md)
- [Manufacturer's Warranty](https://support.onegiantleap.co.nz/general/manufacturers-warranty.md)
- [Shaft & Blade Sizing](https://support.onegiantleap.co.nz/general/shaft-and-blade-sizing.md)
- [Connections using hot melt glue](https://support.onegiantleap.co.nz/general/connections-using-hot-melt-glue.md)


---

# 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://support.onegiantleap.co.nz/general.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.
