# Integrations

The **Integrations** page lets your workspace store connection details for third-party services.

Your team can reuse these saved connections across flows in the same workspace.

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

### Integration list

This page shows all integrations already connected to your workspace.

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

## 1. Add an integration

Add a new integration in a few steps:

1. Open **Integrations**.
2. Click **Add** in the top-right corner.
3. Choose the integration you want to connect.

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

After you select an integration, you will see the credentials already saved for that service in your workspace.

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

To create a new connection, click **Add** and enter the required details.

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

Once saved, the connection becomes available in supported third-party nodes.

{% hint style="info" %}
The information required depends on the integration. Some services may ask for an API key, account login, or other connection details.
{% endhint %}

## 2. Suggest an integration

If you do not see the service you need, you can send a request to the Diaflow team.

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

Share the service name and your request details. The team will review it for future development.

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

### Need help?

* Need another way to connect systems? See [API keys](/workspace/api-keys.md).
* Want to use integrations inside workflows? See [Apps](/workflow-builder/nodes/apps.md).
* Need setup support? Contact <support@diaflow.io>.


---

# 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://docs.diaflow.io/workspace/integrations.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.
