> 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/~/revisions/VogQMoqSfAjFiPWKwr6n/getting-started/what-do-i-need-to-blynk.md).

# 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 get the first results and move forward.&#x20;

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

### To get started:

1. Create a Blynk account using [Blynk.Console](https://docs.blynk.io/en/blynk.console/console-overview) or [Blynk.App for iOS or Android](/en/~/revisions/VogQMoqSfAjFiPWKwr6n/downloads/blynk-apps-for-ios-and-android.md).
2. Switch to [Developer Mode](/en/~/revisions/VogQMoqSfAjFiPWKwr6n/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/~/revisions/VogQMoqSfAjFiPWKwr6n/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 Blynk.Console side menu, under Help section or in Blynk App:&#x20;

![](/files/roi1YV1D6U1DaSDdOaKT)   ![](/files/6tfsv2mdlCssROzg9JYe)
{% endhint %}

When your device gets online,  learn how it was setup:

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