The whole hunk
from line 351, old and new numbered
/
lines
from line 351
351351
352352Several Claude Code features connect to systems outside the terminal, each suited to a different kind of work:
353353
354| Feature | What it does | Good for |
355| ---------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------- |
356| [Claude Code on the web](/docs/en/claude-code-on-the-web) | Runs tasks in a fresh cloud sandbox, cloned from GitHub | Delegating self-contained async work you check on later |
357| [Claude in Slack](/docs/en/slack) | Spawns a web session from an `@Claude` mention in a channel or thread | Starting tasks directly from team conversation context |
358| Standard [MCP server](/docs/en/mcp) | Claude queries it during a task; nothing is pushed to the session | Giving Claude on-demand access to read or query a system |
359| [Remote Control](/docs/en/remote-control) | You drive your local session from claude.ai or the Claude mobile app | Steering an in-progress session while away from your desk |
354| Feature | What it does | Good for |
355| -------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------- |
356| [Cloud sessions](/docs/en/claude-code-on-the-web) | Run tasks in a fresh cloud sandbox, cloned from GitHub | Delegating self-contained async work you check on later |
357| [Claude in Slack](/docs/en/slack) | Spawns a cloud session from an `@Claude` mention in a channel or thread | Starting tasks directly from team conversation context |
358| Standard [MCP server](/docs/en/mcp) | Claude queries it during a task; nothing is pushed to the session | Giving Claude on-demand access to read or query a system |
359| [Remote Control](/docs/en/remote-control) | You drive your local session from claude.ai or the Claude mobile app | Steering an in-progress session while away from your desk |
360360
361361Channels fill the gap in that list by pushing events from non-Claude sources into your already-running local session.
362362