# What is an Integration?

### [**Integrations**](/streamly/reference/integrations.md) **are workspace-wide; only one can be configured per** [**tool**](/streamly/reference/integrations/tools.md)**.**

{% hint style="warning" %}
When an **Integration** is configured, the **user** who is **logged into the tool** will need access to **every** **component** of the tool that any user wishes to connect to a [**Stream**](/streamly/concepts/stream.md) in the future.
{% endhint %}

* **Streamly** will assume the **identity** of this **user** for its activity in the tool.

  > e.g. **Request** submissions, modifications, comments, attached files (in **all Streams)**
* The **user logged into the tool** when the integration was configured will get **notifications** about all of **Streamly's** activity in the tool unless settings are changed.

  > e.g. **Request** submissions, modifications, comments, attached files (in **all Streams)**

{% hint style="info" %}
For these reasons, we **strongly** recommend setting up tool **Integrations** with a [**service user**](/streamly/concepts/service-user.md).
{% endhint %}

{% content-ref url="/pages/-M9TwUYw0TO2JBTmjKUT" %}
[Integrations](/streamly/reference/integrations.md)
{% endcontent-ref %}


---

# 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/concepts/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.
