# SPEED

Shedmate, the platform that processes the measurements, recognises all speed values provided as kilometres per hour (km/h) and performs internal conversions as required.

1 km/h (kilometre per hour) remains as 1 km/h, as it is the base unit.&#x20;

<figure><img src="/files/BjkDjeZ0x69vxoP8itpl" alt=""><figcaption></figcaption></figure>

1 m/s (metre per second) ≈ 3.6 km/h.&#x20;

<figure><img src="/files/Jh38BvMKxiA3xaBTPK6B" alt=""><figcaption></figcaption></figure>

1 mph (miles per hour) ≈ 1.60934 km/h.&#x20;

<figure><img src="/files/8z2ZWTa8l7mByai0hMmv" alt=""><figcaption></figcaption></figure>

1 mm/s (millimetres per second) ≈ 0.0036 km/h.&#x20;

<figure><img src="/files/D3MWj7yG4mBXRb5kHUgW" alt=""><figcaption></figcaption></figure>

With these conversions, all speed measurements will be in the base unit, kilometres per hour (km/h), making it easier to make consistent calculations and comparisons.


---

# 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://shedmate.gitbook.io/shedmate-help/setting-up-shedmate/costing-database-and-pricing-calculations/variables/functions-with-units/speed.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.
