> 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/getting-started/template-quick-setup/test-your-template.md).

# Test your Template

Let's check if everything is up and running!

## Add device

You can add your device using built-in [WiFi Provsioning](https://docs.blynk.io/en/getting-started/activating-devices/blynk-edent-wifi-provisioning#activating-device-using-blynk-app) or using [Static AuthToken](https://docs.blynk.io/en/getting-started/activating-devices/blynk-edent-static-authtoken).

After you add the device it will appear in the Devices section of the Blynk App. Tap on it to open Device page

![Device dashboard (no data)](https://user-images.githubusercontent.com/72790181/119507130-3a314f00-bd77-11eb-93e7-4124329f77af.png)

Now try triggering the switch ON / OFF states and you'll see the data appear on the SuperChart (in Live mode)

![Device dashboard](https://user-images.githubusercontent.com/72790181/119507146-3d2c3f80-bd77-11eb-8da8-a75c98f1458d.png)

Device will be also visible in the dashboard. You can open it and see it's web version of the dashboard.

<figure><img src="/files/NNZBkFka3hm0LlDKHnKm" alt=""><figcaption></figcaption></figure>

## What to check:

### Data visualization and control

Check how data flows from the device, how widgets work.

For example, the latest value is displayed in the label widget as well as historical data is displayed in the chart.

### Syncing between mobile and web

When you click the switch on the web dashboard you will see it changes the state everywhere: in the mobile app and in the dashboard


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.blynk.io/en/getting-started/template-quick-setup/test-your-template.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
