# Create an integration

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

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

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

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

Flow Server: in the drop down, select the Flow Server you have added a connection to.

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

Under the Flow Server drop down, a list with all the machine workflows published on that specific Flow 6 Server appears.

Navigate in the folder structure to the machine workflow you want to create an integration for and select it.&#x20;

Fill in the following details of your integration:

**Name** (mandatory): a brief alpha-numerical name

**Description** (optional): A brief description of the integration

**Enabled** (On/Off): toggles whether the integration is active for execution or not.&#x20;

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

Now click the tab Trigger Type.

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

Click the drop down SelectTriggerType and select one of

* Schedule - Scheduled trigger
* Webhook - Webhook (http post/get) trigger

When you have are ready configuring the Trigger Type, click Save to create the integration and continue this Get Started guide.


---

# 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/create-an-integration.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.
