# 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

![ Template web version](https://user-images.githubusercontent.com/72824404/119498904-d014ac00-bd6e-11eb-847b-8443b4b1903f.png)

## 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: 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/template-quick-setup/test-your-template.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.
