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

# Integrations

> Connect the tools you already use — Cogno reads their activity as events and delivers finished work back.

Integrations connect Cogno to the tools your team already works in. Most are
**sources** — Cogno reads their activity as events the agent learns from. **GitHub**
is the main **action** — where finished work lands as a pull request. See
[Concepts](/docs/concepts) for how sources and actions fit the loop.

<CardGroup cols={2}>
  <Card title="Slack" icon="slack" href="/docs/slack-integration">
    Turn channel activity into events and let members act from Slack.
  </Card>

  <Card title="Microsoft Teams" icon="microsoft" href="/docs/teams-integration">
    Bring Teams conversations in as events.
  </Card>

  <Card title="Discord" icon="discord" href="/docs/discord-integration">
    Read Discord activity as events.
  </Card>

  <Card title="ChatWork" icon="comments" href="/docs/chatwork-integration">
    Bring ChatWork messages in as events.
  </Card>

  <Card title="Messenger" icon="facebook-messenger" href="/docs/messenger-integration">
    Read Messenger conversations as events.
  </Card>

  <Card title="GitHub" icon="github" href="/docs/github-integration">
    Sync issues and receive finished work as pull requests.
  </Card>

  <Card title="Notion" icon="book" href="/docs/notion-integration">
    Connect Notion to Cogno.
  </Card>

  <Card title="Google Calendar" icon="calendar" href="/docs/google-calendar-integration">
    Connect your calendar so meetings can be recorded.
  </Card>
</CardGroup>

## Coding agents

**Settings → Integrations** also lists **Claude Code** and **Codex** under
**Engineering**. These are the coding agents your worker runs to implement tasks —
there's nothing to connect on this page. Selecting either card opens
**Settings → Worker Hub**, where you set up a worker with the engine you prefer.

See [Run an agent on a task](/docs/agents) for how agent runs work and how to track them
in Worker Hub.

## Related docs

* [Concepts](/docs/concepts) — how sources and actions feed the loop.
* [Run an agent on a task](/docs/agents) — hand a task to a coding agent on your worker.
* [Getting started with Cogno](/docs/getting-started) — set up the loop end to end.
