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

# Productivity Integrations

> Google Workspace, Notion, Slack, and GitHub.

## Google Workspace

Connects Gmail, Google Calendar, and Google Drive.

**What Ultron can do:**

* Gmail: read emails (filter by sender, subject, date range), send emails, search inbox
* Calendar: list events, create events, check availability
* Drive: read files, search documents

**Connection:** OAuth — Settings → Integrations → Google Workspace → Connect

**Example:**

```text theme={null}
Check my Gmail for any replies to cold emails sent this week.
```

```text theme={null}
Create a calendar event: call with Acme Corp CTO, Tuesday April 8 at 2pm.
```

***

## Notion

**What Ultron can do:** Read pages, create pages, query databases, update database records, append to existing pages.

**Connection:** Notion OAuth — Settings → Integrations → Notion → Connect

**Example:**

```text theme={null}
Add a new row to my CRM database in Notion for Acme Corp:
Contact: Sarah Chen, Stage: Meeting Set, Notes: Series B discussion.
```

```text theme={null}
Create a new page in my Research workspace summarizing Cortex's competitive analysis on HubSpot.
```

***

## Slack

**What Ultron can do:** Send messages to channels, send DMs, list channels, search messages, post formatted blocks.

**Connection:** Slack OAuth — Settings → Integrations → Slack → Connect

**Example:**

```text theme={null}
Send a Slack message to #sales-team with today's pipeline update.
```

```text theme={null}
Search Slack for any messages about the Acme Corp deal from the last 30 days.
```

***

## GitHub

**What Ultron can do:** List repos, read issues, create issues, list PRs, search code, read commit history.

**Connection:** GitHub OAuth or personal access token — Settings → Integrations → GitHub → Connect

**Example:**

```text theme={null}
List all open PRs on my main repo and summarize what's blocking each one.
```

```text theme={null}
Create a GitHub issue: "Add webhook support for Stripe payment events" in the backend repo, label: feature.
```
