# 2. InfluxDB

InfluxDB es una base de datos de series temporales (TSDB) desarrollada por InfluxData, diseñada para almacenar y consultar datos que cambian a lo largo del tiempo, como métricas de sensores, registros de aplicaciones, monitoreo industrial y sistemas SCADA. Su arquitectura está optimizada para manejar grandes volúmenes de datos en tiempo real, permitiendo tanto el almacenamiento eficiente como la consulta rápida de información.


---

# 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://darioaplicano.gitbook.io/influxdb2.x/instalacion-y-configuracion-inicial/2.-influxdb.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.
