# Integrations

Soda offers seamless integrations with many tools across your data stack. Whether you're aligning data governance efforts, collaborating across teams, or triggering workflows, you can enhance Soda’s observability capabilities with the following connections:

## Supported integrations

### Messaging and collaboration

{% if visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard' %}

* [Broken mention](broken://pages/FGtUrTJIXyPOscNE4OOZ)
* [Broken mention](broken://pages/WaXQIin4SfDtevIpvjEH)
* [Broken mention](broken://pages/Nc5tlgvZtKCPAtVEOYEs)
* [Broken mention](broken://pages/iVQcFCGjN0403SqITjee)
* [Broken mention](broken://pages/aXoNhHFByZzkyWiAiouz)

> For more details on notification rules, see the [Notification rules documentation](broken://pages/GAK0Cdoq2hZmucVmrovV).
> {% endif %}

{% if !(visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard') %}

* MS Teams
* Slack
* Jira
* ServiceNow
* Webhook
  {% endif %}

### Catalogs and governance tools

{% if visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard' %}

* [Broken mention](broken://pages/EWewnaGMWlq3NVKKsqxa)
* [Broken mention](broken://pages/LMdfap2DOppG3Cjz1UXY)
* [Broken mention](broken://pages/0KvKvx3xHbjxohh3AN5o)
* [Broken mention](broken://pages/CjPXGBtlUjlS7PaZy07X)
* [Broken mention](broken://pages/EfXes0ukV6Zcyhz41XXh)
* [Broken mention](broken://pages/UFfB50RiaiykEQajllf2)
  {% endif %}

{% if !(visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard') %}

* Alation
* Atlan
* Collibra
* data.world
* Metaphor
* Purview
  {% endif %}

### BI tools

{% if visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard' %}

* [Broken mention](broken://pages/MuQKFasv9rqrJV9lZI8M)
  {% endif %}

{% if !(visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard') %}

* Sigma
  {% endif %}

### Data transformation and code repositories

{% if visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard' %}

* [Broken mention](broken://pages/bXqO5zEK57sLVoMrTP50)
  {% endif %}

{% if !(visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard') %}

* GitHub
  {% endif %}

{% if visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard' %}

***

## Create an integration

To create an integration:

1. Go to the **Integrations** section in **Settings**.
2. Click the **+** button to add a new integration.
3. Select the integration type (**Slack**, **Microsoft Teams**, or **Webhook**).
4. Follow the setup steps for the chosen integration
5. Click **Save** to activate the integration.

***

## Edit an integration

You can update existing integrations if connection details or configurations change.

To edit an integration:

1. Go to the **Integrations** section in **Settings**.
2. Find the integration you want to update.
3. Click the context menu and select **Edit Integration Settings**.
4. Update the configuration as needed.
5. Click **Save** to apply the changes.

## Pause an integration

You can temporarily pause an integration if you want to stop sending notifications and incident updates without fully deleting the configuration. The integration will no longer be available in notification rules.

To pause an integration:

1. Go to the **Integrations** section in **Settings**.
2. Locate the integration you want to pause.
3. Change the status to "Paused" in the table
4. Select **Pause**.

While paused, the integration will no longer send any notifications. You can resume it at any time by following the same steps and selecting **Active**.
{% endif %}

<br>

***

{% if (visitor.claims.plan === 'datasetStandard')%}
{% hint style="success" %}
You are **logged in to Soda** and seeing the **Free license** documentation. Learn more about [Documentation access & licensing](/reference/documentation-access-and-licensing.md).
{% endhint %}
{% endif %}

{% if (visitor.claims.plan === 'enterprise')%}
{% hint style="success" %}
You are **logged in to Soda** and seeing the **Team license** documentation. Learn more about [Documentation access & licensing](/reference/documentation-access-and-licensing.md).
{% endhint %}
{% endif %}

{% if (visitor.claims.plan === 'enterpriseUserBased')%}
{% hint style="success" %}
You are **logged in to Soda** and seeing the **Enterprise license** documentation. Learn more about [Documentation access & licensing](/reference/documentation-access-and-licensing.md).
{% endhint %}
{% endif %}

{% if !(visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard')%}
{% hint style="info" %}
You are **not logged in to Soda** and are viewing the default public documentation. Learn more about [Documentation access & licensing](/reference/documentation-access-and-licensing.md).
{% endhint %}
{% endif %}


---

# 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.soda.io/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.
