> For the complete documentation index, see [llms.txt](https://docs.velogicfit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.velogicfit.com/section-03-calibration-and-measurement.md).

# Section 03: Calibration and measurement

- [Calibration](https://docs.velogicfit.com/section-03-calibration-and-measurement/calibration.md): Learn how to calibrate the bike position relative to the camera for accurate measurements in Velogic Studio
- [Calibration review step](https://docs.velogicfit.com/section-03-calibration-and-measurement/calibration-review.md): Understanding and reviewing calibration results in Velogic Studio v4, including 3D visualization of bike plane and camera alignment.
- [Taking bike measurements](https://docs.velogicfit.com/section-03-calibration-and-measurement/taking-bike-measurements.md): Step-by-step guide for using the measurement wand to capture bike geometry measurements for road, triathlon, and mountain bike setups.
- [Measurement wand tips & tricks](https://docs.velogicfit.com/section-03-calibration-and-measurement/measurement-wand-tips.md): Best practices and techniques for using the measurement wand effectively in Velogic Studio for accurate calibration and bike measurements.
- [Velogic Studio bike measurements defined](https://docs.velogicfit.com/section-03-calibration-and-measurement/bike-measurements-defined.md): Detailed definitions and measurement procedures for all bike geometry measurements collected by Velogic Studio, including traditional and XY metrics.
- [BikeFinder Integration](https://docs.velogicfit.com/section-03-calibration-and-measurement/bikefinder-integration.md): How to use Velogic Studio Pro's BikeFinder integration to suggest target frames and stem configurations for optimal bike fit positioning.


---

# 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://docs.velogicfit.com/section-03-calibration-and-measurement.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.
