# Info

![](/files/-MSgkaz3Hwx99DrcPW3L)

* **Name** – unique Template name that will be used during Device check and connection plus it's a default Device name (paste it to Sketches "#define BOARD\_NAME" string replacing the "Template Name"). Make it readable and understandable. Use only letters, digits, and spaces. 100 characters limit. &#x20;
* **Hardware**– dropdown list of supported Boards. Start typing the name of  board that will be used in your product and choose correct one from search results or select it manually from the list.

![](/files/-MSglwP83swh5ur3Fqtq)

* **Connection Type** – dropdown list of various possible board connections. Be sure to select correct one that is used by your product's Board.

![](/files/-MSgmT2m75ITpmvfnji6)

* [Offline Ignore Period](/en/blynk.console/templates/info/offline-ignore-period.md)– optional setting. 00 hrs 00 min 00 sec format.

![](/files/-MSgn5reQdgOpQZzFozk)

* [Manufacturer](/en/blynk.console/templates/info/manufacturer.md)– a name of a Template maker that will be used during Device check and connection

  It's an Organization name often.
* [Template ID](/en/blynk.console/templates/info/template-ids.md) – a unique ID that will be automatically generated by server once a Template is created. It's used for recognition of in/correct Devices by Blynk.Apps during [Device Provision](/en/blynk.apps/device-management/add-new-device.md). Copy and paste it to your Device's Firmware `define BOARD_TEMPLATE_ID` value.
* [Categories ](/en/blynk.console/templates/info/categories.md)– dropdown list of various devices groups that are used by Voice Assistants.

![](/files/-MSgnfRwc9aSL-h9ds_C)

* [Hotspot Prefix](/en/blynk.console/templates/info/hotspot-prefix.md) – Device's SSID that will be used during the Provision.&#x20;
* Description – brief (up to 200 characters) description of a product's purpose and functionality.&#x20;
* Logo – add image/logo of your Product that will be displayed in Templates List tile. Upload from computer or drag-n-drop .png or .jpg, min 500x500px


---

# 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/blynk.console/templates/info.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.
