# Installation

An easy to use and portable C++ library, pre-configured to work with **hundreds of development boards**.

The library implements a streaming connection protocol (i.e. the device stays always connected to the cloud), that allows for a **low latency, bi-directional** communication.&#x20;

Use [Quickstart flow](https://docs.blynk.io/en/getting-started/what-do-i-need-to-blynk) for a quick demo and make sure to explore [Blynk Library documentation](https://docs.blynk.io/en/blynk-library-firmware-api/configuration) afterwards.

{% content-ref url="installation/install-blynk-library-in-arduino-ide" %}
[install-blynk-library-in-arduino-ide](https://docs.blynk.io/en/blynk-library-firmware-api/installation/install-blynk-library-in-arduino-ide)
{% endcontent-ref %}

{% content-ref url="installation/install-blynk-library-for-platformio.org" %}
[install-blynk-library-for-platformio.org](https://docs.blynk.io/en/blynk-library-firmware-api/installation/install-blynk-library-for-platformio.org)
{% endcontent-ref %}

{% content-ref url="installation/install-esp8266-core-for-arduino-ide" %}
[install-esp8266-core-for-arduino-ide](https://docs.blynk.io/en/blynk-library-firmware-api/installation/install-esp8266-core-for-arduino-ide)
{% endcontent-ref %}


---

# 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.blynk.io/en/blynk-library-firmware-api/installation.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.
