# Converting Units

## Celsius to Fahrenheit

First, create a mapping field below your temperature field (and name this Temperature Fahrenheit, for example).

![](/files/-MUShVuDryG1zVkLfXjV)

You then set this mapping as shown in the following screenshot.

![](/files/-MUShdUEgzmXDjfztugp)

## Watthours / Kilowatthours

If you have a field that stores watt-hours, then you can create a mapping field that will then convert the values to kilowatt-hours.

![](/files/-MUSk8Pqk08RCsOOh_q3)

To do this, create a new mapping field and then set up the configuration as follows:

![](/files/-MUSkXSI4aGE7vPrlgBC)


---

# 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://docs.datacake.de/device/database/examples/converting-units.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.
