> For the complete documentation index, see [llms.txt](https://docs.blynk.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blynk.io/en/blynk-library-firmware-api/installation.md).

# 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](/en/getting-started/what-do-i-need-to-blynk.md) for a quick demo and make sure to explore [Blynk Library documentation](/en/blynk-library-firmware-api/configuration.md) afterwards.

{% content-ref url="/pages/uoJispUg4S6LW7IJijwX" %}
[Install Blynk Library in Arduino IDE](/en/blynk-library-firmware-api/installation/install-blynk-library-in-arduino-ide.md)
{% endcontent-ref %}

{% content-ref url="/pages/L27y1lWzpDKVHxaxjyN4" %}
[Install Blynk Library for Platformio.org](/en/blynk-library-firmware-api/installation/install-blynk-library-for-platformio.org.md)
{% endcontent-ref %}

{% content-ref url="/pages/jF1sytYPUnkylc3pIzvI" %}
[Install ESP8266 core for Arduino IDE](/en/blynk-library-firmware-api/installation/install-esp8266-core-for-arduino-ide.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
