# TEMPERATURE

Shedmate, the platform that processes the measurements, recognises all the temperature values provided as degrees Celsius (°C) and performs internal conversions as required.

1 °C (degree Celsius) remains as 1 °C, as it is the base unit.

<figure><img src="/files/35Us8UcjHVDvGSigJ79J" alt=""><figcaption></figcaption></figure>

1 °F (degree Fahrenheit) ≈ -17.2222 °C.&#x20;

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

1 K (Kelvin) ≈ -272.15 °C.&#x20;

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

With these conversions, all temperature measurements will be in the base unit, degree Celsius (°C), facilitating consistency in 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/temperature.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.
