# Manual input

In the configuration overview of the fields, you can manually enter measured values for the following fields:

* Integer
* Float
* String
* Boolean

{% hint style="info" %}
If your devices get regularly data, the incoming data will replace your manual input. Take into consideration that any manual input will be saved in the database for as long as the data retention period covers, afterwards all values will get deleted, unless you setup a role.
{% endhint %}

Simply move your mouse cursor over the drop-down selector of your respective field and click on the "Set Value" item:

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

You will see the following Modal / View:

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

Now enter the desired measured value into the field and confirm it by clicking the "Set Value" button. Your measured value is now entered with a time stamp.

## Manual Input triggers API

If you enter a measured value into the field in this way, it is passed on internally to the API via the backend and this measured value is also output automatically via MQTT.

If you have created rules that monitor the measuring field, then these rules are now also informed about the entry.


---

# 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/fields/manual-input.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.
