> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ascn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Gmail, Slack, Google Drive — connect once, the agent uses them on its own.

An integration is the wire between the agent and a service you already use. Connect Gmail — the agent reads and replies. Connect Slack — it posts to channels. Without integrations the agent works blind.

## Works out of the box

Two things are available right away:

* **Web search** — finds fresh information on any topic
* **Page reader** — opens any public URL and reads its contents

## What you can connect

| Service                  | What the agent does for you                        |
| ------------------------ | -------------------------------------------------- |
| **Gmail**                | Reads, drafts, sends, sorts                        |
| **Google Calendar**      | Sees meetings, creates and updates events          |
| **Google Drive**         | Opens files, creates new ones, watches for changes |
| **Google Docs / Sheets** | Reads and edits documents                          |
| **Slack**                | Reads channels and posts messages                  |
| **GitHub / GitLab**      | Looks at issues, branches, pull requests           |
| **Notion / Supabase**    | Works with pages and databases                     |

## Fastest way — via chat

Just tell the agent what you want. It figures out what to connect and asks you to sign in.

```text theme={null}
Connect my Gmail and send me a digest of important emails every evening
```

Authorization happens right in chat — one click and done.

## Connect manually

1. Open **Brain → Integrations**
2. Find the service
3. Click **+ Add**
4. Grant the requested access

<img src="https://mintcdn.com/ascn-b377dab5/gJOzWPSTEzSbhz3B/images/en/07-integrations-apps.png?fit=max&auto=format&n=gJOzWPSTEzSbhz3B&q=85&s=8d21881b1a36e07f0f9adf978fedf083" alt="Brain → Integrations with «+ Add» buttons" width="2458" height="1552" data-path="images/en/07-integrations-apps.png" />

## Managing connected services

For each integration you can:

* **Switch account** — link a different account
* **Disable** — pause it
* **Remove** — unlink completely

> ⚠️ Removing an integration breaks all tasks that use it. Better disable first.
