# Add connections

In order for Logic Sheet to automatically talk to third-party apps like Slack and Microsoft Teams, you must first connect those apps to Logic Sheet. This will give Logic Sheet secure access to send data to those apps.

On the action step of your automation builder, you can select a wide range of action types. But some actions need your authorization, such as Slack. You can not use those actions if you don't authorize them first.

![Send a Slack message is disabled because Slack is not authorized](/files/BWL94R0N0BGu18JBwWe0)

In order to connect to third-party services, click the "Add connections" button and you will see a page to connect to those services.

On the "Connect to services" page, you can have an overview of which apps you have authorized and which ones you haven't.&#x20;

To authorize new apps, click "Connect" in the corresponding service. To disconnect apps that you already connected, click "Disconnect."


---

# 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.logicsheet.co/automation/add-connections.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.
