> For the complete documentation index, see [llms.txt](https://docs.monokot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monokot.io/tags-and-devices/opc-ua-connectivity/how-to-importing-opc-ua-items.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.monokot.io/tags-and-devices/opc-ua-connectivity/how-to-importing-opc-ua-items.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
