# Set up Flow 6 Server connection

Go to the Flow Servers page (by clicking Flow Servers in the menu bar to the left).

<figure><img src="/files/YeC1sE3FSU8JXzqKSMuL" alt=""><figcaption></figcaption></figure>

Click `+ Add` which brings you to the page for adding a Flow 6 Server connection.

<figure><img src="/files/S8sBrzrOPNqomQHmBPrI" alt=""><figcaption></figcaption></figure>

Fill in the following details of your Flow 6 Server:

**Name** (mandatory): A brief name that makes the specific Flow 6 Server recognizable

**Description** (optional): A brief description of the Flow 6 Server

**Server** (mandatory): the url to the APIs of the Flow 6 Server

**User** (mandatory): the id of the machine user with rights to retrieve workflows and execute machine steps

**Password** (mandatory): the password of the machine user

**Enabled** (On/Off): toggles whether the Flow server is active for executing integrations or not.&#x20;

<figure><img src="/files/UqYWearzxGAfZnNvZsYt" alt=""><figcaption></figcaption></figure>

Click the button `Test Login` to verify that the details you specified work to login with.

A green message bar should show up saying "Login is valid"

<figure><img src="/files/3g2hgfefOAjiGyn0TjDb" alt=""><figcaption></figcaption></figure>

If any of the details (Server, User, Password) is incorrect (for example wrong password or Flow 6 Server APIs inaccessible on the Server address) a red message bar will show up saying "Login is not valid. Check settings."&#x20;

If you are sure about the credentials (User and Password) then it is most probably a connectivity issue. The Flow 6 Server APIs must be accessible over public internet on the address given in the Server field.

Note: the user specified in the field User should be a so called machine user with the following permission `administer all`.

<figure><img src="/files/dQZaVqzUaBRWij7OHIEV" alt=""><figcaption></figcaption></figure>

When done, click Save.

The list now shows your Flow 6 Server.

<figure><img src="/files/kgwluIRH1xg8cWlG0m2u" alt=""><figcaption></figcaption></figure>


---

# 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/development/integration-engine/get-started/set-up-flow-6-server-connection.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.
