# Getting Started

- [Supported Hardware](https://docs.blynk.io/en/getting-started/supported-boards.md): List of hardware and development boards that work with Blynk.
- [Quickstart](https://docs.blynk.io/en/getting-started/what-do-i-need-to-blynk.md): A guide on how to quickly connect your first device online
- [Next Steps After Quickstart](https://docs.blynk.io/en/getting-started/what-do-i-need-to-blynk/how-quickstart-device-was-made.md)
- [Quickstart Device: Code Overview](https://docs.blynk.io/en/getting-started/what-do-i-need-to-blynk/quickstart-device-code-overview.md)
- [Troubleshooting](https://docs.blynk.io/en/getting-started/what-do-i-need-to-blynk/troubleshooting.md)
- [Device Activation Methods](https://docs.blynk.io/en/getting-started/activating-devices.md)
- [Manual Device Activation](https://docs.blynk.io/en/getting-started/activating-devices/manual-device-activation.md)
- [WiFi provisioning](https://docs.blynk.io/en/getting-started/activating-devices/blynk-edgent-wifi-provisioning.md): Sending WiFi credentials and the Auth Token to your device. This feature is also known as "Dynamic Provisioning" and "WiFi Manager"
- [Static Token](https://docs.blynk.io/en/getting-started/activating-devices/blynk-edgent-static-authtoken.md)
- [Template Quick Setup](https://docs.blynk.io/en/getting-started/template-quick-setup.md)
- [Set Up Datastreams](https://docs.blynk.io/en/getting-started/template-quick-setup/set-up-datastreams.md)
- [Set Up Web Dashboard](https://docs.blynk.io/en/getting-started/template-quick-setup/set-up-web-dashboard.md)
- [Set Up Mobile App Dashboard](https://docs.blynk.io/en/getting-started/template-quick-setup/set-up-mobile-app-dashboard.md)
- [Prepare Your Code](https://docs.blynk.io/en/getting-started/template-quick-setup/prepare-code.md)
- [Test your Template](https://docs.blynk.io/en/getting-started/template-quick-setup/test-your-template.md)
- [Send Data From Hardware To Blynk](https://docs.blynk.io/en/getting-started/how-to-display-any-sensor-data-in-blynk-app.md): How to send any data from any sensor
- [Control Devices (GPIOs and beyond)](https://docs.blynk.io/en/getting-started/using-virtual-pins-to-control-physical-devices.md): How to send any data from Blynk apps to hardware and use it to control a device
- [Events](https://docs.blynk.io/en/getting-started/events-tutorial.md): This tutorial will help you with creating Events in Device Templates
- [Notifications (Alerts)](https://docs.blynk.io/en/getting-started/notification-management.md): How to set up notifications for a single device or for a selection of devices.
- [Sign Up / Sign In](https://docs.blynk.io/en/getting-started/signup.md): In order to use Blynk IoT platform products you would need an account.
- [MCP Server](https://docs.blynk.io/en/getting-started/mcp-server.md)


---

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