# Quickstart

We've prepared a quick and easy way to connect your first device. Whether you are using Blynk.Console or Blynk.Apps, on your first login, it will start automatically. We highly recommend to follow these guides to manually connect your first device and get an idea of how it all works. Explore WiFi provisioning and OTA updates later.

![](/files/-MhwoZZTmbH1kj-9j11g)

### To get started:

1. Create a Blynk account using [Blynk.Console](/en/blynk.console/console-overview.md) or [Blynk.App for iOS or Android](/en/downloads/blynk-apps-for-ios-and-android.md).
2. Switch to [Developer Mode](/en/concepts/developer-mode.md) in Blynk.Console or Blynk.App
3. Have a supported hardware (ESP32, Arduino, Raspberry Pi, etc). The list of supported devices is [here](/en/getting-started/supported-boards.md).
4. Be familiar with the basics of electric circuitry and know how to at least blink an LED using Arduino boards, know how to install new Arduino libraries, etc.

{% hint style="info" %}
If you skipped **Quickstart** on the first app launch, you can always find it in the Help menu  in the top right corner of Blynk.Console or in Blynk App:&#x20;

<img src="/files/pFOMgfjavFz7iM8Dfj9D" alt="" data-size="original">        <img src="/files/6tfsv2mdlCssROzg9JYe" alt="" data-size="original">
{% endhint %}

When your device gets online,  learn how it was set up:

{% content-ref url="/pages/-MhrDvsFMXWSFtJhHXve" %}
[Next Steps After Quickstart](/en/getting-started/what-do-i-need-to-blynk/how-quickstart-device-was-made.md)
{% 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/getting-started/what-do-i-need-to-blynk.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.
