# Connectors

With connectors can Flow integrate with different systems, databases and services.

When a connector is configured will it be used when creating workflows in the Flow studio and when executing workflows from a Flow client. For each type of connector there is a unique configuration that specifies how to connect to the specific system, database or service.

#### Update the Flow License <a href="#update-the-flow-license" id="update-the-flow-license"></a>

After ordering a connector license from Novacura or your local Partner, open the Flow Studio and go to Environment/License. Press the Update License button.&#x20;

![](/files/-M-ozQghl4a6767dhIXs)

Make sure that the license is allowed in the list of connctors:

![](/files/-M-ozbNBwDCmLltTk4TM)

The connector is ready to be configured.

#### Setup a new connector <a href="#setup-a-new-connector" id="setup-a-new-connector"></a>

To add a connector click on Add in the top-right corner and choose type and enter a name of the connector.\
See specific setup for the connectors under Connectors in the menu tree structure.

Read more about connectors [here.](/6.12/development/flow-studio/connectors.md)&#x20;


---

# 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://help.novacuraflow.com/6.12/development/flow-studio/environment/connectors.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.
