# Claude.ai Documentation - [Welcome](https://claude.com/docs/index.md): Connect Claude to your tools, teach it how your team works, and put it to work in Slack, on your desktop, in Microsoft 365, or through the Claude API. - [Connectors overview](https://claude.com/docs/connectors/overview.md): Connect Claude to external tools, data, and UI through MCP - [Get started with connectors](https://claude.com/docs/connectors/getting-started.md): Learn to connect Claude to your tools and data - [Connectors directory](https://claude.com/docs/connectors/directory.md): Browse verified and community MCP integrations for Claude - [Connector verification](https://claude.com/docs/connectors/verification.md): How Anthropic reviews connectors, and what Verified, Community, and Custom mean - [Third party connectors with remote MCP](https://claude.com/docs/connectors/custom/remote-mcp.md): Connect Claude to your tools using the Model Context Protocol - [Desktop extensions](https://claude.com/docs/connectors/custom/desktop-extensions.md): Deploy enterprise-grade MCP servers with MCPB - [Submitting to the Connectors Directory](https://claude.com/docs/connectors/building/submission.md): Submit your MCP connector to the Connectors Directory - [MCP tunnels](https://claude.com/docs/connectors/mcp-tunnels/overview.md): Connect Claude to MCP servers inside your private network without opening inbound firewall ports or exposing the servers to the internet. How MCP tunnels work, what you deploy, network and plan requirements, and the security model. - [Set up an MCP tunnel](https://claude.com/docs/connectors/mcp-tunnels/setup.md): Create a Tunnels API key in claude.ai, deploy the MCP tunnel stack with Helm or Docker Compose, verify the connection, add tunneled MCP servers as custom connectors, rotate the tunnel token and certificates, and remove a tunnel. - [Authenticate to MCP servers behind a tunnel](https://claude.com/docs/connectors/mcp-tunnels/oauth.md): Make OAuth sign-in work for MCP servers reached through an MCP tunnel when the authorization server or identity provider is inside your network. Covers the Tunnel OAuth configuration fields (issuer, authorization endpoint, token endpoint, registration endpoint, scopes) and the split-metadata alterna… - [Troubleshoot MCP tunnels](https://claude.com/docs/connectors/mcp-tunnels/troubleshooting.md): Fix MCP tunnel problems: cloudflared won't connect, connector added but tools don't appear, no route for host, IP validation failed, TLS handshake failed, expired certificate, OAuth sign-in redirects to a tunnel.anthropic.com URL, token exchange fails, and setup or Helm hook errors. - [Building custom connectors](https://claude.com/docs/connectors/building/index.md): Build your own MCP servers to connect Claude to your tools and data - [What should I build: MCP, plugin, or both?](https://claude.com/docs/connectors/building/what-to-build.md): Decide between an MCP server, a plugin, or both for your Claude integration - [Authentication for connectors](https://claude.com/docs/connectors/building/authentication.md): OAuth and authentication options for MCP servers in Claude - [Model Context Protocol (MCP)](https://claude.com/docs/connectors/building/mcp.md): Understanding the open standard powering Claude's connectors - [Lazy authentication for MCP servers](https://claude.com/docs/connectors/building/lazy-authentication.md): Let users call public tools immediately and defer OAuth until a protected tool is actually invoked. - [Enterprise Managed Auth for connectors](https://claude.com/docs/connectors/building/enterprise-managed-auth.md): Accept identity assertions from enterprise SSO so users connect to your MCP server without a separate OAuth consent step. - [Directory connectors vs custom connectors](https://claude.com/docs/connectors/building/directory-vs-custom.md): Understand the difference between directory-listed and custom connectors - [Testing your connector](https://claude.com/docs/connectors/building/testing.md): Test your MCP server against Claude before submitting to the directory - [Troubleshooting connectors](https://claude.com/docs/connectors/building/troubleshooting.md): Diagnose and resolve common connection, authorization, and tool-call failures for custom and directory MCP connectors - [Pre-submission checklist](https://claude.com/docs/connectors/building/review-criteria.md): What Anthropic reviewers test, so you can pass on the first try - [Manage your listing after publishing](https://claude.com/docs/connectors/building/after-publishing.md): Update your MCP server, plugin, and directory listing after publication - [Managing your directory listing](https://claude.com/docs/connectors/building/managing-your-listing.md): Track submissions, monitor server health and usage metrics, and edit your Connectors Directory listing - [Build a desktop extension with MCPB](https://claude.com/docs/connectors/building/mcpb.md): Package a local MCP server as a single-click .mcpb install for Claude Desktop - [Get started with MCP Apps](https://claude.com/docs/connectors/building/mcp-apps/getting-started.md): Learn how to test MCP Apps in Claude - [Design guidelines](https://claude.com/docs/connectors/building/mcp-apps/design-guidelines.md): Visual and interaction design guidelines for MCP Apps in Claude - [Blend your MCP App with Claude's theme](https://claude.com/docs/connectors/building/mcp-apps/transparent-theming.md): Make your widget background transparent and style it with Claude's style variables - [Supersede older widget instances](https://claude.com/docs/connectors/building/mcp-apps/instance-supersession.md): Keep only the newest copy of a widget active when its tool is called more than once in a conversation - [Building cross-platform MCP Apps](https://claude.com/docs/connectors/building/mcp-apps/cross-compatibility.md): Build MCP Apps that work with both Claude and ChatGPT using a single codebase - [Opening external links from MCP Apps](https://claude.com/docs/connectors/building/mcp-apps/external-links.md): How Claude handles ui/open-link requests, and how directory connectors can allowlist destinations to skip the confirmation modal - [Troubleshooting MCP Apps](https://claude.com/docs/connectors/building/mcp-apps/troubleshooting.md): Debug and resolve common issues with MCP Apps - [Google Drive integration](https://claude.com/docs/connectors/google/drive.md): Connect Google Docs directly to Claude - [Gmail integration](https://claude.com/docs/connectors/google/gmail.md): Search and analyze emails with Claude - [Google Calendar integration](https://claude.com/docs/connectors/google/calendar.md): Access your calendar and meeting information with Claude - [Microsoft 365 connector](https://claude.com/docs/connectors/microsoft/365.md): Connect SharePoint, OneDrive, Outlook, and Teams to Claude - [GitHub integration](https://claude.com/docs/connectors/github/index.md): Connect your code repositories to Claude - [Slack integration](https://claude.com/docs/connectors/slack/index.md): Use Claude directly in Slack and connect your workspace - [Skills overview](https://claude.com/docs/skills/overview.md): Extend Claude's capabilities with specialized instructions and workflows - [Creating custom skills](https://claude.com/docs/skills/how-to.md): Learn how to create, structure, and test your own custom skills - [Plugins overview](https://claude.com/docs/plugins/overview.md): Extend Claude with reusable capability packages that bundle MCP connectors, skills, slash commands, and sub-agents - [Submitting your plugin](https://claude.com/docs/plugins/submit.md): Submit your plugin to the plugin directory for Cowork - [Overview](https://claude.com/docs/cowork/overview.md): Learn about Cowork, Anthropic's agentic workspace - [Changelog](https://claude.com/docs/cowork/changelog.md): Release notes for Claude Desktop - [Run tasks in the background with Dispatch](https://claude.com/docs/cowork/guide/dispatch.md): Assign work to a Dispatch agent that plans, runs, and reports on tasks while you do something else, on this computer or from your phone. - [Install plugins](https://claude.com/docs/cowork/guide/plugins.md): Add packaged skills, connectors, and agents to Cowork from the plugin marketplace or a file. - [Organize work with projects](https://claude.com/docs/cowork/guide/projects.md): Group folders, instructions, and context into a Cowork project so Claude starts each session with the right setup. - [Monitoring](https://claude.com/docs/cowork/monitoring.md): Track Cowork usage and activity across your organization with OpenTelemetry - [Work with Claude Tag](https://claude.com/docs/claude-tag/overview.md): Claude Tag puts Claude in your Slack channels with admin-governed access. See what to hand it, how setup works, and where to start as an admin or end user. - [How Claude Tag works](https://claude.com/docs/claude-tag/concepts/how-it-works.md): Each Claude Tag thread in Slack runs a working session in a sandbox. See how progress shows in the thread, how to steer mid-task, what survives between turns, and how memory is scoped. - [Glossary](https://claude.com/docs/claude-tag/concepts/glossary.md): Claude Tag terms defined in one place. See agent identity, Access bundle, channel manager, connection, scope, Agent Proxy, routine, channel memory, environment, and session. - [How agent identity works](https://claude.com/docs/claude-tag/concepts/agent-identity.md): Claude Tag acts under its own service accounts in Slack channels, not as you. See how channel access is bounded, how credentials reach it, how Claude uses your personal connectors for your own tasks in a channel, and why DMs differ. - [Personal connectors in channels](https://claude.com/docs/claude-tag/concepts/personal-connectors.md): Claude can use your own claude.ai connectors, called personal connectors, for your tasks in a Slack channel. See how you approve connector use, when Claude asks you to review a result before posting it, and what other people in the channel can reach. - [Security and data handling](https://claude.com/docs/claude-tag/concepts/security-and-data.md): How Claude Tag keeps credentials out of the sandbox, limits where a channel session's requests can go, and controls who can see artifacts and invoke Claude. - [Data lifecycle and deletion](https://claude.com/docs/claude-tag/concepts/data-lifecycle.md): What Claude Tag stores on Anthropic's side, how long session transcripts and memory are kept, and what disconnecting a workspace, uninstalling the app, deleting a Slack channel, removing a scope, or leaving the organization does to that data. - [What the Claude Slack app can access](https://claude.com/docs/claude-tag/admins/for-slack-admins.md): What the Claude app reads and posts in Slack, the OAuth scopes it requests, and what installing it does not grant. Written for the Slack admin approving the install. - [Set up Claude Tag](https://claude.com/docs/claude-tag/admins/setup-overview.md): Set up Claude Tag for your organization: pair your Slack workspace, choose and connect Claude's tools, set a spending limit, launch, and test that it works. Every step on one page. - [Give Claude access to your tools](https://claude.com/docs/claude-tag/admins/add-connections.md): An Access bundle bundles the credentials Claude Tag acts with. See how to create the dedicated service accounts, what to connect first, and how allowed websites limit reach. - [Configure GitHub access](https://claude.com/docs/claude-tag/admins/configure-github.md): Claude Tag gives Claude its own GitHub identity, so it opens pull requests as Claude. See how to link your GitHub organization, grant repositories to a bundle, what loads when a repository is cloned into a session, how to get project dependencies installed, and what Claude can do with GitHub Actions… - [Configure GitLab access](https://claude.com/docs/claude-tag/admins/configure-gitlab.md): Give Claude its own GitLab identity so it can read projects, manage issues, review merge requests, and check pipelines as a service account. Covers creating the account, scoping its access, generating a token, and adding it to a bundle. - [Set a spend limit](https://claude.com/docs/claude-tag/admins/set-spend-limit.md): Claude Tag draws from your organization's usage balance, not individual seats. See whether you need to fund usage, how to set the spend limit, and what happens when it's reached. - [Per-service connection guides](https://claude.com/docs/claude-tag/admins/connections/overview.md): Step-by-step setup for each tool Claude Tag can connect to. Each guide covers the dedicated account to create, the credential to enter, and the URL to allow. - [Connect a service that isn't in the list](https://claude.com/docs/claude-tag/admins/connections/custom.md): Connect a tool that has no built-in preset to Claude Tag. Covers credential types, what each form field means, and how to add a custom MCP server. - [Connect Asana](https://claude.com/docs/claude-tag/admins/connections/asana.md): Connect Asana to Claude Tag so it can file tasks and read project status. Covers the dedicated account to create, the token fields, and the URL to allow. - [Connect Jira and Confluence](https://claude.com/docs/claude-tag/admins/connections/atlassian.md): Connect Atlassian Cloud to Claude Tag so it can read and update Jira issues and search Confluence pages. - [Connect BigQuery](https://claude.com/docs/claude-tag/admins/connections/bigquery.md): Connect BigQuery to Claude Tag so it can run read-only queries on your datasets. BigQuery has no preset, so it is added as a custom credential with a GCP service-account key. - [Connect Datadog](https://claude.com/docs/claude-tag/admins/connections/datadog.md): Connect Datadog to Claude Tag so it can query metrics, logs, and monitors. Covers the dedicated account to create, the API key fields, and the URL to allow. - [Connect GitLab](https://claude.com/docs/claude-tag/admins/connections/gitlab.md): Connect GitLab to Claude Tag so it can read code, manage issues, comment on merge requests, and check pipelines through the GitLab API. Covers token permissions, self-managed hostnames, and how it differs from GitHub. - [Connect Gong](https://claude.com/docs/claude-tag/admins/connections/gong.md): Connect Gong to Claude Tag so it can pull call summaries and deal context. Covers the dedicated account to create, the token fields, and the URL to allow. - [Connect Google Drive, Calendar, and Gmail](https://claude.com/docs/claude-tag/admins/connections/google.md): Connect Google Drive, Calendar, and Gmail to Claude Tag so it can read docs, sheets, events, and email. Covers OAuth setup, the service-account option, and what each grants. - [Connect HubSpot](https://claude.com/docs/claude-tag/admins/connections/hubspot.md): Connect HubSpot to Claude Tag so it can read pipeline, deal, and contact data. Covers the dedicated account to create, the token fields, and the URL to allow. - [Connect Linear](https://claude.com/docs/claude-tag/admins/connections/linear.md): Connect Linear to Claude Tag so it can file tickets and post status updates. Covers the dedicated account to create, the token fields, and the URL to allow. - [Connect Notion](https://claude.com/docs/claude-tag/admins/connections/notion.md): Connect Notion to Claude Tag so it can read and search your Notion workspace. Covers the dedicated account to create, the token fields, and the URL to allow. - [Connect PagerDuty](https://claude.com/docs/claude-tag/admins/connections/pagerduty.md): Connect PagerDuty to Claude Tag so it can read incidents and on-call schedules. Covers the dedicated account to create, the token fields, and the URL to allow. - [Connect Salesforce](https://claude.com/docs/claude-tag/admins/connections/salesforce.md): Connect Salesforce to Claude Tag so it can read and update CRM records. Covers the connected app to create, the client credential fields, and the host to allow. - [Connect Sentry](https://claude.com/docs/claude-tag/admins/connections/sentry.md): Connect Sentry to Claude Tag so it can pull errors and stack traces into threads. Covers the dedicated account to create, the token fields, and the URL to allow. - [Connect Snowflake](https://claude.com/docs/claude-tag/admins/connections/snowflake.md): Connect Snowflake to Claude Tag so it can run read-only queries on your warehouse. Covers the dedicated user to create, the access token field, and the host to allow. - [Connect Stripe](https://claude.com/docs/claude-tag/admins/connections/stripe.md): Connect Stripe to Claude Tag so it can answer billing and subscription questions. Covers the dedicated account to create, the key fields, and the URL to allow. - [Connect Vercel](https://claude.com/docs/claude-tag/admins/connections/vercel.md): Connect Vercel to Claude Tag so it can check deployment status and logs. Covers the dedicated account to create, the token fields, and the URL to allow. - [Federated cloud access](https://claude.com/docs/claude-tag/admins/federated-access/overview.md): Claude Tag proves its identity to your systems with a short-lived signed token instead of a credential stored in Claude. Learn how the token works and which of the four connection types to use. - [Connect a gateway](https://claude.com/docs/claude-tag/admins/federated-access/connect-a-gateway.md): Connect a gateway you run so Claude Tag can call your internal services with a short-lived identity token instead of a stored credential. Covers what the gateway must check, how to register it in the console, and how to verify the connection. - [Connect an AWS role](https://claude.com/docs/claude-tag/admins/federated-access/aws.md): Let Claude sign in to an IAM role in your AWS account with a short-lived identity token instead of stored access keys. Covers the identity provider and trust policy to create in AWS, how to connect the role in the console, and how to verify the connection in CloudTrail. - [Connect a Google Cloud identity](https://claude.com/docs/claude-tag/admins/federated-access/gcp.md): Let Claude call Google Cloud through workload identity federation with a short-lived identity token instead of a service account key. Covers the pool, provider, and IAM grants to create, with or without a service account, and how to connect the identity in the console. - [Connect an authorization server](https://claude.com/docs/claude-tag/admins/federated-access/authorization-server.md): Let Claude exchange a short-lived identity token for an access token from an OAuth 2.0 authorization server you run, then call your APIs with it. Covers what your token endpoint receives and must check, what it returns, and how to register it in the console. - [Identity token reference](https://claude.com/docs/claude-tag/admins/federated-access/token-reference.md): The claims, issuer, signing keys, lifetime, and subject format of the identity token Claude Tag presents to a gateway, cloud provider, or authorization server. - [Limits for federated cloud access](https://claude.com/docs/claude-tag/admins/federated-access/limits.md): Counts, lengths, lifetimes, and unsupported configurations for Claude Tag's federated cloud access: gateways, AWS roles, Google Cloud identities, and authorization servers. - [Troubleshoot federated cloud access](https://claude.com/docs/claude-tag/admins/federated-access/troubleshooting.md): Errors from Claude Tag's federated cloud access and what fixes each: console dialog messages, requests Claude reports as blocked or failed, and rejections your gateway, AWS, Google Cloud, or authorization server records. - [Configure per-channel access](https://claude.com/docs/claude-tag/admins/attach-to-scope.md): Choose which Slack channels and workspaces a set of Claude Tag credentials applies to. Covers inheritance, overlap rules, and adding channels after setup. - [Restrict where Claude Tag operates](https://claude.com/docs/claude-tag/admins/restrict-access.md): Claude Tag responds only where it has been added and addressed. See who can invoke it, what changes in guest and Slack Connect channels, the per-scope version setting, how to limit it to chosen channels, how to delegate a channel's setup, and how to quiet or remove it. - [Manage workspaces and versions](https://claude.com/docs/claude-tag/admins/workspaces.md): Connect more Slack workspaces or an Enterprise Grid to Claude Tag, choose which Claude version each channel uses, and disconnect a workspace. - [Use Claude Tag at a healthcare organization](https://claude.com/docs/claude-tag/admins/healthcare.md): Claude Tag is not covered by Anthropic's Business Associate Agreement. Configure it so protected health information never reaches a channel, direct message, or tool Claude can read: limit Claude to approved channels, turn off direct messages, and connect only PHI-free tools. Also covers what to do i… - [Customize Claude Tag](https://claude.com/docs/claude-tag/admins/customize.md): Claude Tag is customized per channel and workspace (a scope), not per user. See what admins set in claude.ai, what anyone can change from the channel, and what stays fixed. - [Claude Tag settings map](https://claude.com/docs/claude-tag/concepts/settings-map.md): Claude Tag settings map: the admin page for access and behavior, the usage page for spend limits, the in-Slack Configure link for channel instructions, and personal connectors for DMs and your own tasks in channels. Claude Managed Agents is configured separately on the Claude Platform. - [Set up a skills repository Claude can update](https://claude.com/docs/claude-tag/admins/skills-repo.md): Put your org's Claude Tag skills in a git repository with auto-sync, grant Claude write access, and Claude can open pull requests to improve its own skills from what it learns in channels. - [Review what Claude Tag has done](https://claude.com/docs/claude-tag/admins/audit.md): Claude Tag actions appear under its own service accounts in each connected tool's audit log. See what the Audit page covers, how to trace an action to its source, and where each connected tool keeps logs. - [Attribute costs to users](https://claude.com/docs/claude-tag/admins/attribute-costs.md): Pull channel spend per Slack user from the Claude Enterprise Analytics API for showback or chargeback reporting, and see how Claude's work is attributed to people. - [Troubleshoot Claude Tag setup](https://claude.com/docs/claude-tag/admins/troubleshooting.md): Error messages from Claude Tag setup and what fixes each. Covers permission mismatches, GitHub access gaps, session start failures, and account errors. - [Network requirements](https://claude.com/docs/claude-tag/admins/network-requirements.md): Claude Tag reaches your services from a published egress range, over HTTP and HTTPS only. See the IP block to allowlist and how the allowlist relates to the allowed-websites setting on a connection. - [Migrate from the earlier Claude in Slack](https://claude.com/docs/claude-tag/admins/migrate-from-earlier.md): Claude Tag replaces the earlier per-user Claude in Slack app in place. See what changes, what stays, how the version is chosen per channel, and what existing users notice. - [Get started](https://claude.com/docs/claude-tag/users/getting-started.md): Claude Tag works in your Slack channels. See how to check it's on, send your first message, what it can read, and why DMs work differently. - [Claude Tag for Claude Code users](https://claude.com/docs/claude-tag/concepts/for-claude-code-users.md): Which parts of a Claude Code setup carry into Claude Tag, which move to admin settings, and how Slack threads map to sessions. - [Commands Claude Tag understands](https://claude.com/docs/claude-tag/users/commands.md): A few exact, bang-prefixed words after an @-mention run a fixed action instead of starting a normal turn: see the command list, get the link to a channel's settings page, restart a stuck or wrong-context session, check whether Claude is still working in a thread or channel, mute or unmute a thread,… - [Control when Claude Tag responds](https://claude.com/docs/claude-tag/users/when-claude-responds.md): What Claude Tag does with a channel message nobody tagged it in, and how to turn unprompted replies off for a thread or a channel. Read this if Claude is replying too much, or went quiet. - [Good habits for working with Claude Tag](https://claude.com/docs/claude-tag/users/good-habits.md): Name the outcome, give every task a definition of done, and pick the right channel. See how to write tasks Claude can finish and how to keep many threads reviewable. - [Set up routines](https://claude.com/docs/claude-tag/users/proactivity.md): Claude Tag runs routines you set up from the channel. See scheduled jobs, channel watching, pull request subscriptions, paste-ready routine recipes, and how to list or pause standing work. - [What Claude Tag remembers](https://claude.com/docs/claude-tag/users/memory.md): Claude Tag memory belongs to the channel, not to you. See how public channels share workspace memory, why private channels stay isolated, and how to check or correct it. - [Choose the model Claude Tag uses](https://claude.com/docs/claude-tag/users/models.md): Ask Claude to switch models in a Slack thread, set a channel's default model, or pick the model for your direct messages. See which models you can use and how to confirm which one replied. - [Prompt library](https://claude.com/docs/claude-tag/users/prompt-library.md): Copy-paste prompts for Claude Tag in Slack, each with why it works. See first messages, forwarded-message handoffs, channel rules, memory checks, routines, and mid-thread steering. - [Troubleshoot Claude Tag in channels and DMs](https://claude.com/docs/claude-tag/users/troubleshooting.md): Fixes for common Claude Tag problems in Slack. See no reply after a reaction, queued or failed sessions, lost work, missing connections, blocked links and websites, and DM or account errors. - [Use case library](https://claude.com/docs/claude-tag/users/use-cases.md): Shapes of work teams hand Claude Tag in Slack, each with prompts to paste. See triage, catch-up, docs and tickets, project tracking, data, deals, monitoring, and bug fixes. - [Triage requests](https://claude.com/docs/claude-tag/users/use-cases/triage-requests.md): Claude Tag triages a Slack request channel with two setup messages. See in-thread answers, duplicate flags, owner routing, weekly theme rollups, optional ticket filing, and runbooks of standing answers. - [Catch up](https://claude.com/docs/claude-tag/users/use-cases/catch-up.md): Claude Tag summarizes Slack threads and channels on demand. See one-off recaps, a scheduled morning rollup of open threads, and what's waiting on you. - [Work from your own channel](https://claude.com/docs/claude-tag/users/use-cases/your-own-channel.md): Create a Slack channel for you and Claude Tag alone and run your work from it. See scratch questions, digests of channels you don't follow, a weekly status digest, follow-ups chased until they close, and a handoff that covers your time away. - [Turn threads into docs and tickets](https://claude.com/docs/claude-tag/users/use-cases/create-artifacts.md): Claude Tag turns a Slack discussion into the artifact you name. See replies you can send, decision docs, status memos, filed tickets, hosted web pages, page comments that reach Claude, and a capture-channel pattern. - [Track projects and chase approvals](https://claude.com/docs/claude-tag/users/use-cases/track-projects.md): Claude Tag posts project digests no one has to compile. See standing status updates and follow-ups on contracts, design reviews, and pull requests until they close. - [Answer data questions](https://claude.com/docs/claude-tag/users/use-cases/answer-data-questions.md): Claude Tag answers data questions in the Slack thread. See warehouse queries with charts, scheduled metric reports, and charts built from channel history alone. - [Find answers in your docs](https://claude.com/docs/claude-tag/users/use-cases/find-answers.md): Claude Tag finds answers in connected docs and replies in the thread. See policy lookups, runbook checks, prior decisions, and answers from the Slack channel alone. - [Review documents against a checklist](https://claude.com/docs/claude-tag/users/use-cases/review-documents.md): Claude Tag reviews documents in a connected tool against a checklist or policy and posts findings in the thread. See single-document checks, batch reviews, filing lists, comparisons with past reviews, and a scheduled weekly sweep. - [Pull deal and account state](https://claude.com/docs/claude-tag/users/use-cases/pull-deal-state.md): Claude Tag pulls account and deal state into the Slack channel. See in-thread account answers, pre-call briefs, and a scheduled weekly pipeline digest. - [Claude Tag for marketing teams](https://claude.com/docs/claude-tag/users/use-cases/marketing-team.md): Claude Tag recipes for marketing teams in Slack. See policy answers in an intake channel, campaign channel recaps and send-ready drafts, lead and campaign state from the CRM, a weekly metrics digest, and brand voice rules saved to channel memory. - [Watch monitors and alerts](https://claude.com/docs/claude-tag/users/use-cases/watch-monitors.md): Claude Tag watches dashboards and alert channels so you see one line per issue. See scheduled checks, alert investigation before anyone asks, and the prompts to set both up. - [Fix bugs](https://claude.com/docs/claude-tag/users/use-cases/fix-bugs.md): Claude Tag takes a bug report from Slack to a draft pull request. See reproducing the issue, watching a bug channel, root-cause digs, and following CI to green. - [Work with your GitHub repositories](https://claude.com/docs/claude-tag/users/use-cases/work-with-github.md): Claude Tag works with your GitHub repositories from Slack: answer questions in-thread, subscribe to pull requests, and hand back chores as draft pull requests. - [Claude for M365 overview](https://claude.com/docs/office-agents/overview.md): Claude for Excel, PowerPoint, Word, and Outlook. - [Use Claude for Excel](https://claude.com/docs/office-agents/excel.md): An Excel add-in that integrates Claude into your spreadsheet workflow, for Pro, Max, Team, and Enterprise plans. - [Use Claude for PowerPoint](https://claude.com/docs/office-agents/powerpoint.md): A PowerPoint add-in that integrates Claude into your presentation workflow, for Pro, Max, Team, and Enterprise plans. - [Use Claude for Word](https://claude.com/docs/office-agents/word.md): A Word add-in that integrates Claude into your document workflow, for Pro, Max, Team, and Enterprise plans. - [Use Claude for Outlook](https://claude.com/docs/office-agents/outlook.md): An Outlook add-in that integrates Claude into your inbox and calendar, for Pro, Max, Team, and Enterprise plans. - [Work across M365 apps](https://claude.com/docs/office-agents/work-across-apps.md): Let Claude read from one Microsoft 365 app and make changes in another in a single conversation. - [Use dictation in Claude for M365](https://claude.com/docs/office-agents/dictation.md): Speak your prompts instead of typing them in Claude for Excel, PowerPoint, Word, and Outlook. - [Connectors and Skills](https://claude.com/docs/office-agents/connectors-and-skills.md): Extend Claude for Excel, PowerPoint, Word, and Outlook with external context and reusable task recipes. - [Security, admin auditability, and analytics](https://claude.com/docs/office-agents/enterprise-readiness.md): Security architecture diagrams, OpenTelemetry audit, usage analytics, and spend tracking for enterprise admins deploying Claude for M365. - [Configure a custom OpenTelemetry collector](https://claude.com/docs/office-agents/opentelemetry.md): Route the full Claude for M365 audit trail, including prompts, tool inputs and outputs, and document references, to an OpenTelemetry collector you operate. - [Data storage and retention](https://claude.com/docs/office-agents/data-storage.md): Where Claude for M365 stores chat history, skills, and credentials on each user's device, why reinstalling or switching add-ins keeps that data, and how long it is kept. - [Use Claude for M365 with third-party platforms](https://claude.com/docs/office-agents/third-party-platforms.md): Deploy the Office add-ins through Amazon Bedrock, Google Cloud Vertex AI, Azure AI Foundry, or an LLM gateway, without individual Claude accounts. - [Install financial services plugins for Cowork](https://claude.com/docs/office-agents/fsi-plugins.md): Add the open-source financial services plugin set to Cowork for financial modeling, equity research, investment banking, private equity, and wealth management workflows. - [Claude Science](https://claude.com/docs/claude-science/overview.md): Anthropic's AI workbench for rigorous science. - [Get started](https://claude.com/docs/claude-science/get-started.md): Install Claude Science on macOS, Windows, or Linux, sign in with your Claude account, and run your first analysis. - [Run on a remote Linux server](https://claude.com/docs/claude-science/run-on-remote-linux-server.md): Install Claude Science on a cloud VM or lab server and use it from your own browser through an SSH tunnel. - [Core concepts](https://claude.com/docs/claude-science/core-concepts.md): A project groups related sessions and the artifacts they produce. - [Safeguards](https://claude.com/docs/claude-science/safeguards.md): What happens when a model's safeguards flag a message, how to switch models automatically, and how to choose a use case under the Life Sciences Verification Program (beta). - [Use Claude Science on more than one computer](https://claude.com/docs/claude-science/multiple-computers.md): What to expect when you sign in on another computer, or under another sign-in on the same computer. - [Artifacts](https://claude.com/docs/claude-science/artifacts.md): An artifact is a file Claude saves into the project: a figure, processed dataset, report, notebook, or other output. - [Comments](https://claude.com/docs/claude-science/comments.md): Comments let you pin notes to specific parts of an artifact instead of describing a location in prose. - [The reviewer](https://claude.com/docs/claude-science/the-reviewer.md): A built-in verification step that independently re-reads Claude's recent responses, the approved plan, saved artifacts, and the execution record, then checks whether its claims match what ran. - [Tools and environments](https://claude.com/docs/claude-science/tools-and-environments.md): Claude writes and runs Python, R, and shell commands. - [Connectors and skills](https://claude.com/docs/claude-science/connectors-and-skills.md): Connectors give Claude access to external data sources during an analysis. - [Remote compute clusters](https://claude.com/docs/claude-science/remote-compute-clusters.md): Connect a machine you can reach over SSH (a lab workstation or an HPC login node) so Claude can run jobs on it. - [Compute providers](https://claude.com/docs/claude-science/compute-providers.md): Claude Science can run jobs on an external cloud provider you control, and connect to model servers that serve scientific models over HTTP. - [Cloud storage](https://claude.com/docs/claude-science/cloud-storage.md): Connect Amazon S3, Google Cloud Storage, or Azure Blob Storage so Claude can read data and write results in place, with your permission. - [Literature access](https://claude.com/docs/claude-science/literature-access.md): Claude retrieves open-access full text without credentials; add publisher keys or a library proxy to reach paywalled text you're entitled to. - [Custom connectors](https://claude.com/docs/claude-science/custom-connectors.md): Add any Model Context Protocol (MCP) server as a Remote (HTTPS web server) or Local command (program on your computer). - [Enable Claude Science](https://claude.com/docs/claude-science/enable-claude-science.md): Claude Science is a desktop app for scientific research. - [How Claude Science works with your data](https://claude.com/docs/claude-science/how-claude-science-works-with-your-data.md): What Claude Science keeps on your computers, what it sends to Anthropic and how long Anthropic keeps it, who can access it, Anthropic's no-training and ownership commitments, and the controls available to your organization. - [Admin controls](https://claude.com/docs/claude-science/admin-controls.md): Organization settings for Claude Science on Team and Enterprise plans (Featured connectors and skills, custom connectors and skills, access to Claude Science work previously saved on the computer, the network allowlist, package mirror, SSH hosts, Modal, scientific model endpoints, and memory) and wh… - [Manage Claude Science on devices](https://claude.com/docs/claude-science/manage-on-devices.md): Claude Science is a desktop application that stores member content locally. - [Use Claude Science on a corporate network](https://claude.com/docs/claude-science/corporate-networks.md): How to run Claude Science behind an outbound proxy, a TLS-inspecting proxy, an internal package mirror, and an egress firewall, with the settings your network team needs for each. - [Network requirements](https://claude.com/docs/claude-science/network-requirements.md): The domains Claude Science connects to, grouped for a proxy or firewall allowlist: the app's connections to Anthropic, the analysis sandbox's package and research domains, the domains a package mirror adds and removes, and the built-in list of domains it always blocks. - [Monitor Claude Science usage](https://claude.com/docs/claude-science/monitor-usage.md): Claude Science usage counts against each member's standard weekly quota and uses the same seat as the rest of claude.ai. - [Glossary](https://claude.com/docs/claude-science/glossary.md): One-sentence definitions for the terms you meet in Claude Science, from artifact to workspace. - [Command line settings](https://claude.com/docs/claude-science/command-line-settings.md): Reference for the claude-science command: every subcommand, the serve flags, the single-use login link, and the environment variables Claude Science reads. - [Configuration file reference](https://claude.com/docs/claude-science/configuration-file-reference.md): Claude Science's config.toml file: where it lives, how its values interact with the Settings page, and the network-related keys for the outbound proxy, certificate bundles, package mirror, and sandbox network allowlist. - [Claude Science changelog](https://claude.com/docs/claude-science/changelog.md): Release notes for Claude Science, including new features, improvements, and bug fixes by version. - [Legal and compliance](https://claude.com/docs/claude-science/legal-and-compliance.md): Legal agreements, compliance certifications, and security information for Claude Science. - [Overview](https://claude.com/docs/third-party/claude-desktop/overview.md): Run Claude Desktop against your own cloud inference provider - [Features](https://claude.com/docs/third-party/claude-desktop/feature-matrix.md): Feature comparison between Claude Enterprise and Claude Desktop on third-party (3P) - [Installation and setup](https://claude.com/docs/third-party/claude-desktop/installation.md): Install Claude Desktop on 3P, check device readiness, and choose whether configuration reaches your devices through the Enterprise Admin Console, an MDM profile, or a bootstrap server - [Deploy with Enterprise Admin Console](https://claude.com/docs/third-party/claude-desktop/admin-console.md): Manage your organization's Claude Desktop 3P configuration centrally with the Enterprise Admin Console, hosted by Anthropic - [Deploy with MDM](https://claude.com/docs/third-party/claude-desktop/mdm.md): Author a full configuration in the app, export it as a profile, and deploy it fleet-wide with Jamf, Intune, Group Policy, or any MDM - [Deploy with a bootstrap server](https://claude.com/docs/third-party/claude-desktop/bootstrap.md): Host an HTTPS endpoint that returns each user's configuration, for organizations without MDM or with role-based configuration too complex for per-group profiles - [In-app configuration](https://claude.com/docs/third-party/claude-desktop/in-app-configuration.md): Build, test, and export a Claude Desktop on 3P configuration from inside the app, with validation and per-provider guidance - [Write a credential helper](https://claude.com/docs/third-party/claude-desktop/credential-helper.md): Supply Claude Desktop on 3P with a short-lived inference token by running an executable you provide - [Import history from claude.ai](https://claude.com/docs/third-party/claude-desktop/import.md): Bring conversations, projects, and local Cowork and Code sessions into Claude Desktop on 3P from a claude.ai workspace or an earlier install - [Sign in through the OS identity broker](https://claude.com/docs/third-party/claude-desktop/entra-broker.md): Use the operating system's native Microsoft Entra sign-in broker so Claude Desktop on 3P satisfies device-based Conditional Access policies - [Models and effort levels](https://claude.com/docs/third-party/claude-desktop/models.md): Which models Claude Desktop on 3P offers, the default model and its starting effort level, per-model effort caps, display names, and 1M-context variants - [Configuration reference](https://claude.com/docs/third-party/claude-desktop/configuration.md): Every managed-configuration key Claude Desktop on 3P supports, what it controls, and recommended security profiles - [Configuration changelog](https://claude.com/docs/third-party/claude-desktop/configuration-changelog.md): Managed configuration keys by the Claude Desktop release they first shipped in - [Deploy Claude Desktop on 3P with an LLM gateway](https://claude.com/docs/third-party/claude-desktop/gateway.md): Configure Claude Desktop on 3P to use Claude models on a self-hosted gateway that implements the Anthropic Messages API - [Deploy Claude Desktop on 3P with Amazon Bedrock](https://claude.com/docs/third-party/claude-desktop/bedrock.md): Set up AWS, choose an authentication path for your organization, and configure Claude Desktop on 3P to use Claude models on Amazon Bedrock - [Deploy Claude Desktop on 3P with Amazon Bedrock Mantle](https://claude.com/docs/third-party/claude-desktop/mantle.md): Configure Claude Desktop on 3P to use Claude models through Amazon Bedrock Mantle's Anthropic-native API surface - [Deploy Claude Desktop on 3P with Google Cloud's Agent Platform](https://claude.com/docs/third-party/claude-desktop/vertex.md): Set up Google Cloud, choose an authentication path for your organization, and configure Claude Desktop on 3P to use Claude models on Google Cloud's Agent Platform - [Deploy Claude Desktop on 3P with Microsoft Foundry](https://claude.com/docs/third-party/claude-desktop/foundry.md): Set up Microsoft Foundry, choose an authentication path for your organization, and configure Claude Desktop on 3P to use Claude models on Microsoft Foundry - [Deploy Claude Desktop on 3P with the Claude API](https://claude.com/docs/third-party/claude-desktop/claude-api.md): Configure Claude Desktop on 3P to send inference directly to Anthropic's Claude API instead of a cloud-provider-hosted Claude deployment - [MCP, plugins, skills, and hooks](https://claude.com/docs/third-party/claude-desktop/extensions.md): Extend Claude Desktop on 3P with connectors, plugin marketplaces, organization plugins, skills, and hooks for administrators and end users - [Set up sign-in for managed MCP servers](https://claude.com/docs/third-party/claude-desktop/mcp-sign-in.md): Decide whether a managed MCP server needs an OAuth client that you register and whether it also needs that client's secret, fill in the OAuth fields, and read the sign-in error messages. - [Built-in connectors](https://claude.com/docs/third-party/claude-desktop/built-in-connectors.md): MCP servers bundled inside Claude Desktop on 3P: which servers ship in the app, how built-in entries work, and where each one is documented - [Connect to Microsoft 365](https://claude.com/docs/third-party/claude-desktop/connectors-m365.md): Give Claude access to your organization's Outlook, OneDrive, SharePoint, and Teams data through a connector you register in your own Microsoft Entra tenant. - [Connect to GitHub](https://claude.com/docs/third-party/claude-desktop/connectors-github.md): Give Claude access to your organization's GitHub repositories, issues, and pull requests, either through GitHub's hosted MCP server or a server built into the desktop app. - [Connect to Google Cloud](https://claude.com/docs/third-party/claude-desktop/connectors-google-cloud.md): Give Claude access to BigQuery and Google's other remote MCP servers with an OAuth client from your own Google Cloud project, set up in the Enterprise Admin Console. - [Connect to Box](https://claude.com/docs/third-party/claude-desktop/connectors-box.md): Give Claude access to your organization's Box content through Box's remote MCP server, with an OAuth client a Box admin creates and a client secret helper script on each device. - [Connect to Salesforce](https://claude.com/docs/third-party/claude-desktop/connectors-salesforce.md): Give Claude access to your Salesforce org through Salesforce's plugin and hosted MCP server, set up in the Enterprise Admin Console or your managed configuration with an OAuth client that a Salesforce admin creates. - [Web search and web fetch](https://claude.com/docs/third-party/claude-desktop/web-tools.md): How Claude Desktop on 3P reaches the internet, which providers support search, and how to control or disable web access - [Built-in browser and Claude in Chrome](https://claude.com/docs/third-party/claude-desktop/browser.md): Configuring Claude in Chrome and the built-in browser in Cowork and Code for Claude Desktop 3P - [Desktop and filesystem access](https://claude.com/docs/third-party/claude-desktop/local-access.md): How Claude Desktop on 3P reads and writes files on the user's machine, and how to constrain it - [Chat in Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/chat.md): What Chat can and cannot do in Claude Desktop on 3P, and how to configure it - [Code in Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/code.md): How Claude Desktop on 3P configuration applies to the embedded Claude Code engine - [SSH remote sessions in Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/ssh-remote-sessions.md): How Code sessions run on a remote host over SSH in Claude Desktop on 3P, the sshHostAllowlist key that enables them, which inference credentials work on a remote host, and what to check before turning them on - [Telemetry and egress](https://claude.com/docs/third-party/claude-desktop/telemetry.md): What Claude Desktop on 3P sends to Anthropic, how to disable it, and the network paths your firewall needs to allow - [Network proxy](https://claude.com/docs/third-party/claude-desktop/network-proxy.md): How Claude Desktop on 3P and the Claude Code engine it runs use your network proxy: the default behavior, pinning a proxy from managed configuration, what is and is not routed through it, and how to troubleshoot. - [User identity and local data](https://claude.com/docs/third-party/claude-desktop/data-storage.md): How Claude Desktop on 3P identifies users and where it stores conversations, settings, and credentials on disk - [Legal and compliance](https://claude.com/docs/third-party/claude-desktop/legal.md): Legal agreements, compliance, and security information for Claude Desktop on 3P - [Changelog](https://claude.com/docs/cowork/changelog.md): Release notes for Claude Desktop - [Claude for Government administrator guide](https://claude.com/docs/government/overview.md): Set up and manage Claude for Government for your agency: how tenants, organizations, users, seats, and credits fit together. - [Claude for Government changelog](https://claude.com/docs/government/changelog.md): Release notes for Claude for Government - [Tenant administration](https://claude.com/docs/government/tenant-admin/overview.md): Manage the settings that apply across your whole agency: organizations, identity and sign-in, and how seats are distributed and spend caps are set. - [Tenant setup wizard](https://claude.com/docs/government/tenant-admin/setup-wizard.md): Walk through the guided setup that takes a brand new tenant from first sign-in to ready for users. - [Readiness](https://claude.com/docs/government/tenant-admin/readiness.md): Use this page to see everything that is blocking your organizations from using Claude, and to find the one place where each blocker is resolved. - [Organizations](https://claude.com/docs/government/tenant-admin/organizations.md): Use this page to see every organization in your tenant, open any organization's admin view, and create new organizations. - [Identity and access](https://claude.com/docs/government/tenant-admin/identity-and-access.md): Connect single sign-on, manage SCIM provisioning, and write the routing rules that place users into organizations. - [Tenant restrictions](https://claude.com/docs/government/tenant-admin/tenant-restrictions.md): Restrict which Claude for Government tenants can be reached from your agency's network by having your network proxy inject an allowlist header. - [Seats](https://claude.com/docs/government/tenant-admin/seats.md): Use this page to divide each billing account's seat pool among the organizations that account funds. - [Billing](https://claude.com/docs/government/tenant-admin/credits.md): Use this page to see each billing account's balance and to set per-organization spend caps. - [Config at the tenant level](https://claude.com/docs/government/tenant-admin/configuration.md): Set tenant-wide defaults for product behavior, lock settings so organizations can't change them, and preview how a change affects each organization. - [Admins](https://claude.com/docs/government/tenant-admin/admins.md): Use this page to view, add, and remove the people who can use the tenant admin portal. - [Organization administration](https://claude.com/docs/government/org-admin/overview.md): Manage the people, seats, and settings for a single organization within your agency. - [Setup wizard](https://claude.com/docs/government/org-admin/setup-wizard.md): Walk through the steps that get your organization ready for users after a tenant administrator creates it. - [Readiness](https://claude.com/docs/government/org-admin/readiness.md): Use this page to see everything that is stopping people in your organization from using Claude, and where each blocker is resolved. - [Users](https://claude.com/docs/government/org-admin/users.md): Use this page to find a user, change their role or seat tier, check how close they are to their usage limits, and reset those limits when needed. - [Seats](https://claude.com/docs/government/org-admin/seats.md): Use this page to check your organization's seat counts at a glance before assigning or reclaiming seats on the Users page. - [Seat tiers](https://claude.com/docs/government/org-admin/seat-tiers.md): Use this page to see the models and spend limits attached to each tier and, when permitted, to create and edit self-managed tiers. - [Group mappings](https://claude.com/docs/government/org-admin/provisioning.md): Use this page to map the groups pushed from your identity provider to seat tiers and roles in this organization. - [Analytics](https://claude.com/docs/government/org-admin/analytics.md): Use this page to review requests, tokens, spend, top users, and credit balance over time across your organization, and to download the data as CSV files for offline reporting. - [Compliance API](https://claude.com/docs/government/org-admin/compliance-api.md): Stream your organization's audit events into a SIEM or log management system. - [Billing](https://claude.com/docs/government/org-admin/billing.md): Use this page to see the balance your organization spends from and any spend caps set on it, and to adjust your organization's seat allocation. - [Config at the organization level](https://claude.com/docs/government/org-admin/configuration.md): View and change the product settings that apply to everyone in your organization, and see where each effective value comes from. - [How Config works](https://claude.com/docs/government/config/overview.md): Understand how product settings in Claude for Government are resolved across the tenant, directory groups, and organizations, and how to find, change, compare, and lock them. - [Available settings](https://claude.com/docs/government/config/settings.md): Reference for the product settings on the Config page in Claude for Government, including session timeout, maximum session length, organization instructions, telemetry, automatic updates, Claude Desktop banner, product availability, member-added plugins, member skill creation, and the tool and conne… - [Manage plugins and connectors](https://claude.com/docs/government/config/plugins-and-connectors.md): Choose between plugins and connectors in Claude for Government, prepare plugin archives for upload, decide how plugins install for members, update and remove plugins, and understand how connector tool policies apply to members. - [Connectors](https://claude.com/docs/government/connectors/overview.md): Add Model Context Protocol servers for your own systems, choose which Claude products receive each one, and set which of their tools are available to members. - [Set up the Microsoft 365 connector](https://claude.com/docs/government/connectors/microsoft-365.md): Register an application in your Microsoft Entra tenant so that Claude Desktop can read your agency's Outlook, OneDrive, SharePoint, and Teams content on each member's behalf. - [Security and data handling](https://claude.com/docs/government/security/security-and-data-handling.md): Answers for agency security review: sandbox isolation, network egress and required domains, approvals, connector credentials, telemetry, and where data is stored. - [Connect Claude Desktop to Claude for Government](https://claude.com/docs/government/deploy-desktop/configure.md): Choose between single-machine setup and fleet deployment, understand the administrator requirements for each, and connect Claude Desktop to Claude for Government. - [Windows fleet checklist](https://claude.com/docs/government/deploy-desktop/windows-checklist.md): Device, installer, virtualization, policy, network, and account prerequisites to confirm before deploying Claude Desktop across a Windows fleet for Claude for Government. - [Import your data from Claude for Government Web](https://claude.com/docs/government/desktop/import.md): Copy your conversations, projects, and files from Claude for Government Web into Claude Desktop. - [Plugins in Claude Desktop](https://claude.com/docs/government/desktop/plugins.md): Find, install, create, and remove plugins in Claude Desktop for Claude for Government, and understand what plugins add in this deployment. - [Skills in Claude Desktop](https://claude.com/docs/government/desktop/skills.md): What skills are in Claude for Government, where they come from, how to create and manage your own, and how administrators distribute skills to members. - [Models in Claude Desktop](https://claude.com/docs/government/desktop/models.md): How the model picker in Claude Desktop works in Claude for Government, what the 1M context window entry does for long conversations that would otherwise be compacted at the standard 200K window, how to choose it, and what controls which models you see. - [Your account](https://claude.com/docs/government/account/overview.md): Check your own account details, usage limits, and active sessions. - [Account](https://claude.com/docs/government/account/profile.md): Use this page to confirm that you are signed in as the right person and to see what access you have been given. - [Usage](https://claude.com/docs/government/account/usage.md): Use this page to see how much of your Claude allowance you have used and when it refreshes. - [Sessions](https://claude.com/docs/government/account/sessions.md): Use this page to see every place you are currently signed in to Claude for Government and to sign out of any of them remotely.