# InfluxDBv2 Connection

This provides a connection to User's InfluxDB Database. User need to provide following parameters to establish a connection to their InfluxDB database.

* **URL** - Public URL of InfluxDB Database
  * If you are using InfluxDB Cloud, URL will be similar e.g. <https://us-west-2-1.aws.cloud2.influxdata.com>
* **Token** - Authentication Token for InfluxDB Database.

![Add InfluxDBv2 Connection](/files/kFxlw7Tx5iwFjPEntqG4)

Please note the following points:

{% hint style="info" %}

* You can start using InfluxDB Cloud with [Getting Started Guide](https://cloud2.influxdata.com/login) from Influx Data
  {% endhint %}


---

# 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.thingsup.io/connections/influxdbv2-connection.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.
