# Adjust incoming data with IoT Logic

## Question

Can I adjust incoming data from a device to suit my needs?

## Answer

Yes, if the data sent by your device isn't quite what you need, you're able to adjust it by utilizing our IoT Logic functionality. This option allows you to convert data as needed by using mathematical functions to adjust, change, and combine data with the Initiate Attribute node.

Review the IoT Logic documentation for further information.

## Links

* [IoT Logic](/docs/user/guide/account/iot-logic.md)


---

# 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://navixy.com/docs/qna/using-navixy/adjust-incoming-data-with-iot-logic.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.
