# Template

Now lets build the web dashboard. Click the +New Template button in the top right hand corner.&#x20;

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

Give your new template a name. Select the hardware type and connection type that you will be using. Give a description for your new template. This can be anything you want.&#x20;

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

Click done when you are finished. This will create the template and open it up in the info tab to continue editing your new template.  Under the info tab is were you will find your firmware configuration information.&#x20;

{% code lineNumbers="true" %}

```arduino
// FIRMWARE CONFIGURATION
#define BLYNK_TEMPLATE_ID "Enter your template ID here"
#define BLYNK_DEVICE_NAME "Enter your device name here"
```

{% endcode %}

This information will be needed later to place into your application code that you will flash to your Argon device.&#x20;


---

# 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://brlabelectronics.gitbook.io/tutorials-1/creating-the-web-dashboard/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.
