# Connect Linked Account

Connecting your accounts to Introist allows the platform to send emails, calendar invitations, and messages on your behalf. This guide covers how to connect Google Workspace and Slack accounts to Introist.

### Managing Linked Accounts

To manage your connected accounts, navigate to Settings > Linked Accounts. Here, you'll find tabs for each supported integration (Google Workspace, Microsoft Outlook, Slack).

#### Connect Google Workspace

1. Navigate to the Google Workspace tab in the Linked Accounts section.&#x20;
2. Click "Add Account".&#x20;
3. Follow Google's guidance to select your account and grant Introist the necessary permissions.&#x20;

Permissions Required:&#x20;

* Send emails on your behalf.&#x20;
* Access your list of calendars and view availability.&#x20;
* Manage your calendar events (add, update, and remove).&#x20;

{% hint style="info" %}
Introist will not read your emails and does not have access to your email content.
{% endhint %}

#### Connect Slack

1. Navigate to the Slack tab in the Linked Accounts section.&#x20;
2. Click "Add Account".&#x20;
3. Follow Slack's guidance to select your workspace and grant Introist the necessary permissions.&#x20;

Permissions Required:&#x20;

* Access your information such as name and email.&#x20;
* Access names and emails of your workspace users.&#x20;
* View public and private channels you can see.&#x20;
* Send messages on your behalf to direct messages, group direct messages, public channels and private channels you have joined.&#x20;
* Send bot messages to direct messages, group direct messages, public channels and private channels where Introist is added as an App.

{% hint style="info" %}
To send message to private Slack channel as a bot, add Introist to the channel following [this guide](/knowledge-base/build/workflow-steps/slack-messages/slack-channel-message/adding-introist-app-to-a-private-channel.md)
{% endhint %}


---

# 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.introist.com/knowledge-base/build/workspace/linked-accounts/connect-linked-account.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.
