# Modify an Integration

### In the **`Integrations`** section of the app home, click the appropriate :gear:`Manage Integration` button for the tool you wish to reconfigure the Integration with.&#x20;

{% hint style="danger" %}
Reconfiguring an [**Integration**](/streamly/concepts/integration.md) while logged into a tool with a different user than the one used during the initial configuration could **break** connections in use by [**Streams**](/streamly/concepts/stream.md).
{% endhint %}

{% hint style="warning" %}
Before proceeding, it is critical to understand the following concepts:

* [**What is an Integration?**](/streamly/concepts/integration.md)
* [**What is a service user?**](/streamly/concepts/service-user.md)
  {% endhint %}

{% hint style="danger" %}
Failing to reconfigure an integration with a **service user** can cause issues affecting [**Streams**](/streamly/concepts/stream.md) that are connected to the integrated tool currently or in the future.
{% endhint %}

#### Once you understand the reasons that a service user is strong recommended, click the :ballot\_box\_with\_check:`I understand` button to proceed. &#x20;

{% hint style="info" %}
Ensure you are logged into the chosen tool as the **correct user**, ideally a **service user**, before proceeding with the next step.
{% endhint %}

#### On the next modal, click the :link:`Re-connect to...` button to reestablish the Integration between Streamly and the chosen tool.  You will be prompted to complete the authorization in your browser.


---

# 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://happybara.gitbook.io/streamly/reference/integrations/modify.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.
