# Addressing

In order to map the variable with the field in database you need to define the following parameters in the variable address:

* The field that must be presented by the variable e.g.: *value*, *time*, *last*, *ts\_value*
* Tags (pairs key-value) to identify the time series, e.g.: *value\_type='temperature',location='CA'* or *tsid='Group1.TimeSeries1',su='MJqdilungXgCeSqAF5sGUq=='*
* Target data type

Address can be specified by using the following template:

```
TAG1_KEY='TAG1_VALUE',TAG2_KEY='TAG2_VALUE',...,TAGN_KEY='TAGN_VALUE'[FIELD_NAME]@DATA_TYPE, 
where TAG1_KEY, TAG2_KEY, TAGN_KEY - tag keys, 
TAG1_VALUE, TAG2_VALUE, TAGN_VALUE - tag values, 
FIELD_NAME - field name
and DATA_TYPE - data type
```

The following are examples of available addresses:

* tsid='TS\_Motor1\_Rpm',tsc='DPP1'\[v]@DOUBLE
* country='France',city='Paris',address='40-50 boulevard Lannes',location='room 123',value\_type='fire\_alarm'\[value]@BOOLEAN


---

# 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.monokot.io/tags-and-devices/influxdb-connectivity-connector/addressing.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.
