# Device Library

The inSCADA platform contains a library of your connected devices. With this library, you don't need to re-create Device, Frame and Variable for the same devices you use in your projects. All you have to do is select a device from the device library and select which connection you want to connect to.

![Figure 1 : Wizard->Device Library](https://3585470428-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LLGnZudlzfM63QD-_cp%2F-LjXlpaD9_DEA03LG6EM%2F-LjXltER4ULlIwm-rFfU%2FDevice_Library.png?alt=media\&token=3b3398cd-beb1-4eac-8fce-bee83c2d3de4)

As shown in Figure 1, you can add, edit and delete templates by using the buttons on the upper part of your devices in accordance with the communication architecture of the inSCADA platform. The grids that you see on the screen are connected to each other as master-detail in the Device-Frame-Variables hierarchy.

## Device Template Add/Edit Form

The form opened to create a device template is similar to the device add/edit form that we have examined in the Development->Device section. Therefore, the form can change dynamically according to the selected protocol. Please refer to the Communication Protocols section for the settings to be made according to the protocol you want to use.

![Figure 2 : Device Template Add/Edit Form](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLGnZudlzfM63QD-_cp%2F-Ll23KYEItDefHMmGMcC%2F-Ll24wfG7QBHDmmnsFjz%2FDevice_Template_AddEditForm.png?alt=media\&token=ec289362-373c-4581-a7f5-6fdb044cd355)

As shown in Figure 2, we create the device template by entering the desired parameters on the form.

**Name**

Device name.

**Description**

A descriptive description of the device.

#### Protocol

Protocol to be used in communication with the device.

#### Device Properties

The settings in this tab are the parameters required for using device templates with Wizards. Please see [Wizards-**>**&#x47;as Metering](https://inscada.gitbook.io/ins/v/en-1/user-interface/wizards/gas-metering) for more information.

## Frame Template Add/Edit Form

The form opened to create a frame template is similar to the frame add / edit form we examined in the Development-Device-Frame section. Therefore, the form can change dynamically according to the selected protocol. Please refer to the [Communication Protocols](https://inscada.gitbook.io/ins/v/en-1/communication-protocols) section for the settings to be made according to the protocol you want to use.


---

# 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://inscada.gitbook.io/ins/en-1/user-interface/wizards/device-library.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.
