> For the complete documentation index, see [llms.txt](https://docs.novacura.com/extensibility-and-integration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/extensibility-and-integration/products/studio/connectors/opc-ua-client/how-to-guides/configure-opc-ua-client-connector.md).

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