> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/development/integration-engine/get-started/set-up-flow-6-server-connection.md).

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