> For the complete documentation index, see [llms.txt](https://docs.datacake.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datacake.de/device.md).

# Device

- [Product](https://docs.datacake.de/device/product.md)
- [Product Cloning](https://docs.datacake.de/device/product/product-cloning.md)
- [Configuration](https://docs.datacake.de/device/configuration.md): Inside of your devices you will find several options (Dashboard, History, Downlinks, Configuration, Debug, Rules and Permissions). Following we will describe the Configuration section.
- [Claiming](https://docs.datacake.de/device/claiming.md)
- [Historical Data](https://docs.datacake.de/device/historical-data.md): Use the graphical database viewer to visualize your measured values.
- [Database](https://docs.datacake.de/device/database.md)
- [Configuration Fields](https://docs.datacake.de/device/database/configuration-fields.md): Configuration Fields allow you to create static variables that have a product-wide default and can be overwritten per device.
- [Fields](https://docs.datacake.de/device/database/fields.md)
- [Manual input](https://docs.datacake.de/device/database/fields/manual-input.md): You can set manual inputs inside the fields.
- [Field Roles](https://docs.datacake.de/device/database/fields/field-roles.md)
- [Formulas](https://docs.datacake.de/device/database/fields/formulas.md)
- [Mapping Fields](https://docs.datacake.de/device/database/fields/mapping-fields.md)
- [How to Map Sensor Values to Ranges or Booleans, Strings using Mapping Fields](https://docs.datacake.de/device/database/fields/how-to-map-sensor-values-to-ranges-or-booleans-strings-using-mapping-fields.md): Learn how to use Datacake IoT Platform to map numerical values like CO2 levels to string or boolean statuses for enhanced data monitoring and visualization.
- [Data retention & Datapoints](https://docs.datacake.de/device/database/data-retention-and-datapoints.md)
- [Examples](https://docs.datacake.de/device/database/examples.md)
- [Mapping 4-20mA Signals](https://docs.datacake.de/device/database/examples/mapping-4-20ma-signals.md)
- [Converting Units](https://docs.datacake.de/device/database/examples/converting-units.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:

```
GET https://docs.datacake.de/device.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.
