# Configure OPC UA Client Connector

The OPC UA Client connector can be used to connect and communicate with any OPC UA server in your workflow.&#x20;

## Connector Setup

### Create New Connector

1. Navigate to the **Environment Tab** within Novacura Flow Studio.&#x20;
2. Navigate to the **Connectors** Menu Option
3. Click on the **Add** Button highlighted below.

<div align="left"><img src="/files/-MkDBmlA9oUvP5IPmCJo" alt=""></div>

### Enter Connector Details

![](/files/QsGSCZBrubgUBeWFdxO1)

1. Enter a connector **Name** for the OPC UA Client.&#x20;
2. Select **OPC UA Client** from the **Type** field list.
3. Enter your OPC UA Server address. an example would be **opc.tcp\://opcua.demo-this.com:51210/UA/SampleServer**
4. Choose either **Yes** or **No** for the **Use Security** field. If you choose **Yes** you will need to enter additional information like Identity, Application and Default Session
5. Press the **Save** button at the top right of the screen to save the connector configuration.

## Example Configuration

Below is an example of an OPC UA Client setup connecting to a demo OPC UA Server hosted in opc.tcp\://opcua.demo-this.com:51210/UA/SampleServer. To read more about the demo OPC UA server please refer [Github](https://github.com/node-opcua/node-opcua/wiki/publicly-available-OPC-UA-Servers-and-Clients).

![](/files/FYuRpZbKYhWvArkzlDam)


---

# 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.novacura.com/extensibility-and-integration/products/studio/connectors/opc-ua-client/how-to-guides/configure-opc-ua-client-connector.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.
