# How to: Importing OPC UA items

Monokot Server Administrator provides a tool for importing OPC UA items into CSV file.

To open the utility, in Monokot Server Administrator select *Tools* → *CSV Generator* → *Import OPC UA Items*.

![](/files/273jcJZKbkYoSY65ddTH)

Specify settings for connecting to the OPC UA server and click *Connect*.

In the *Browser* panel, select the folder you want to import and click *Add Branch*.

![](/files/s0iXcrnYThNbYKVpaUvF)

The selected items will appear in the *Import Items* panel and will be ready for saving to a CSV file. Click *Save as CSV...*, save the file to disk and close the utility.

Open the device manager, create an OPC UA Client device with the name **opcua-cli** and necessary connection parameters.

![](/files/s4pnZd4xcAPtE1DIPYxF)

Open the tag manager, select the group to which you want to import, click *Import CSV...* and select the previously saved file.

![](/files/1wusoL7buXlhjhbfV90m)

In the window that appears, check *Select from the manager* and click the selection button.

![](/files/QCUuZoFxaRBy80UZqWbx)

In the device selection window, choose the previously created device named **opcua-cli** and click *Import*.&#x20;

For the changes to take effect, they need to be synchronized with the server by pressing the *Sync* button or the F5 key. Now the structure of folders and variables of the external OPC UA server is recreated and ready for 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://docs.monokot.io/tags-and-devices/opc-ua-connectivity/how-to-importing-opc-ua-items.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.
