# InfluxDB Connectivity (Store)

Server provides InfluxDB store to write time series in InfluxDB database. The store in its turn writes data according to Influx Line Protocol by sending HTTP-POST requests to database.

### Key Features <a href="#h.kunpaoip10hy" id="h.kunpaoip10hy"></a>

* Flexible tuning of writing performance.
* Authentication support (Base64 Auth).
* Verification of SSL server certificate.
* Flexible tuning of time series metadata.
* OPC UA Historical access (raw/aggregated data reading).


---

# 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/time-series-and-stores/influxdb-connectivity-store.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.
