# SiteGPT Docs ## Docs - [API v2 authentication](https://sitegpt.ai/docs/api-reference/v2/authentication.md): Authenticate to API v2 with scoped SiteGPT bearer tokens, dashboard-created tokens, or OAuth device login. - [Delete profile picture](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/delete-account-profile-picture.md): Delete the authenticated user profile picture. Requires confirm=true. - [Get account](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/get-account.md): Get current account user and auth metadata. - [Get Limits](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/get-limits.md): Get account limits and remaining quotas. - [Get current user](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/get-me.md): Get the authenticated user and credential context. - [Get Usage](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/get-usage.md): Get account usage. - [Update profile](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/update-account-profile.md): Update the authenticated user profile name. - [Upload profile picture](https://sitegpt.ai/docs/api-reference/v2/endpoints/account/upload-account-profile-picture.md): Upload the authenticated user profile picture. - [Get subscription](https://sitegpt.ai/docs/api-reference/v2/endpoints/billing/get-billing-subscription.md): Get billing subscription state. - [List invoices](https://sitegpt.ai/docs/api-reference/v2/endpoints/billing/list-billing-invoices.md): List billing invoices and transaction download links. - [Create chatbot](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/create-chatbot.md): Create a chatbot. - [Delete chatbot](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/delete-chatbot.md): Delete a chatbot. Requires confirm=true. - [Delete icon](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/delete-chatbot-icon.md): Delete a chatbot appearance icon. Requires confirm=true. - [Get chatbot](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/get-chatbot.md): Get one chatbot. - [Get dashboard summary](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/get-chatbot-dashboard.md): Get chatbot dashboard summary, knowledge counts, conversation feedback, and install metadata. - [List chatbots](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/list-chatbots.md): List chatbots accessible to the authenticated user. - [Update chatbot](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/update-chatbot.md): Update chatbot title or description. - [Upload icon](https://sitegpt.ai/docs/api-reference/v2/endpoints/chatbots/upload-chatbot-icon.md): Upload a chatbot appearance icon. Supported types: bot, person, agent, watermark, and chat-bubble. - [Create followup](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/create-followup.md): Create a conversation followup. - [Delete followup](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/delete-followup.md): Delete a conversation followup. Requires confirm=true. - [Get followup](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/get-followup.md): Get one conversation followup. - [List followups](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/list-followups.md): List conversation followups. - [Reorder followups](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/reorder-followups.md): Reorder conversation followups. - [Update followup](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-followups/update-followup.md): Update a conversation followup. - [Create starter](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/create-starter.md): Create a conversation starter. - [Delete starter](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/delete-starter.md): Delete a conversation starter. Requires confirm=true. - [Get starter](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/get-starter.md): Get one conversation starter. - [List starters](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/list-starters.md): List conversation starters. - [Reorder starters](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/reorder-starters.md): Reorder conversation starters. - [Update starter](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversation-starters/update-starter.md): Update a conversation starter. - [Create conversation](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/create-conversation.md): Create a chatbot conversation. - [Delete conversation](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/delete-conversation.md): Delete one chatbot conversation. Requires confirm=true. - [Escalate conversation](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/escalate-conversation.md): Escalate a conversation to human support. - [Get conversation](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/get-conversation.md): Get one chatbot conversation. - [List conversations](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/list-conversations.md): List chatbot conversations. - [Run conversation action](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/run-conversation-action.md): Run a bulk conversation action. - [Switch to AI](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/switch-conversation-to-ai.md): Switch an escalated conversation back to AI mode. - [Update conversation](https://sitegpt.ai/docs/api-reference/v2/endpoints/conversations/update-conversation.md): Update one chatbot conversation. - [Create custom response](https://sitegpt.ai/docs/api-reference/v2/endpoints/custom-responses/create-custom-response.md): Create a custom response. - [Delete custom response](https://sitegpt.ai/docs/api-reference/v2/endpoints/custom-responses/delete-custom-response.md): Delete a custom response. Requires confirm=true. - [Get custom response](https://sitegpt.ai/docs/api-reference/v2/endpoints/custom-responses/get-custom-response.md): Get one custom response. - [List custom responses](https://sitegpt.ai/docs/api-reference/v2/endpoints/custom-responses/list-custom-responses.md): List chatbot custom responses. - [Update custom response](https://sitegpt.ai/docs/api-reference/v2/endpoints/custom-responses/update-custom-response.md): Update a custom response. - [Get agent manifest](https://sitegpt.ai/docs/api-reference/v2/endpoints/discovery/get-agent-manifest.md): Get the SiteGPT agent manifest. - [Get OpenAPI spec](https://sitegpt.ai/docs/api-reference/v2/endpoints/discovery/get-open-api-spec.md): Get the SiteGPT agent API OpenAPI document. - [Create instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/create-instruction.md): Create chatbot instructions. - [Delete instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/delete-instruction.md): Delete custom chatbot instructions. Requires confirm=true. - [Get instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/get-instruction.md): Get one chatbot instruction. - [List instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/list-instructions.md): List chatbot instructions. - [Update instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/update-instruction.md): Update custom chatbot instructions. - [Use instructions](https://sitegpt.ai/docs/api-reference/v2/endpoints/instructions/use-instruction.md): Make instructions active for a chatbot. - [Authorize data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/authorize-knowledge-source.md): Generate a fresh authorization/picker URL for an existing OAuth source so users can add/change selected files. For Notion, run ingest after OAuth because selected pages are discovered during ingest. - [Create data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/create-knowledge-source.md): Create an external knowledge source connection. OAuth/picker sources return an authorization URL. Notion pages are discovered during ingest after OAuth page/database selection. - [Get data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/get-knowledge-source.md): Get one external knowledge source connection. - [Ingest data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/ingest-knowledge-source.md): Queue ingestion for a knowledge source. Notion discovers selected pages during this step. GitHub uses repository/branch/patterns; Confluence can use external IDs. - [List Confluence pages](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-confluence-source-pages.md): List pages in a Confluence space for a knowledge source. - [List Confluence spaces](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-confluence-source-spaces.md): List spaces available to a Confluence knowledge source. - [List GitHub files](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-git-hub-source-files.md): List files in a GitHub repository for a knowledge source. - [List GitHub repositories](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-git-hub-source-repositories.md): List repositories available to a GitHub knowledge source. - [List source documents](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-knowledge-source-documents.md): List picked/connected documents for a knowledge source. Notion can be empty before ingest because pages are discovered during ingest. - [List data sources](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/list-knowledge-sources.md): List external knowledge data-source connections for a chatbot. - [Revoke data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/revoke-knowledge-source.md): Revoke an external knowledge source connection. - [Update data source](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sources/update-knowledge-source.md): Update an external knowledge source connection name, redirect URL, or credentials. - [Delete sync job](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sync-jobs/delete-knowledge-sync-job.md): Disable/delete a recurring knowledge sync/scan job. Existing documents are not deleted. Requires confirm=true. - [Get sync job](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sync-jobs/get-knowledge-sync-job.md): Get one recurring knowledge sync/scan job and run history. - [List sync jobs](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sync-jobs/list-knowledge-sync-jobs.md): List active recurring knowledge sync/scan jobs. - [Update sync job](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge-sync-jobs/update-knowledge-sync-job.md): Update auto-sync or sitemap auto-scan frequency for a recurring knowledge job. - [Add links](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/add-knowledge-links.md): Add URL links to chatbot knowledge. - [Add sitemap](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/add-knowledge-sitemap.md): Ingest a sitemap into chatbot knowledge. Supports auto-sync and sitemap auto-scan frequencies. - [Add website](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/add-knowledge-website.md): Crawl and add a website to chatbot knowledge. - [Add YouTube](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/add-knowledge-youtube.md): Add YouTube content to chatbot knowledge. - [Delete document](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/delete-knowledge-document.md): Delete one knowledge document. Requires confirm=true. - [Bulk delete documents](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/delete-knowledge-documents.md): Bulk delete knowledge documents by IDs or filters. - [Get document](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/get-knowledge-document.md): Get full details for one knowledge document, with optional inlined text content. - [Get document stats](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/get-knowledge-document-stats.md): Get chatbot knowledge document stats. - [List documents](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/list-knowledge-documents.md): List chatbot knowledge documents, including raw and parsed content URLs when available. - [Bulk resync documents](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/resync-knowledge-documents.md): Bulk resync knowledge documents by IDs or filters. - [Update document](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/update-knowledge-document.md): Update editable content for one knowledge document. - [Update document config](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/update-knowledge-document-config.md): Update scrape and sync config for one or more URL-like knowledge documents. - [Update text knowledge](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/update-text-knowledge.md): Replace the chatbot text knowledge document. - [Upload files](https://sitegpt.ai/docs/api-reference/v2/endpoints/knowledge/upload-knowledge-files.md): Add local files to chatbot knowledge. - [Delete lead](https://sitegpt.ai/docs/api-reference/v2/endpoints/leads/delete-lead.md): Delete a chatbot lead. Requires confirm=true. - [Get lead](https://sitegpt.ai/docs/api-reference/v2/endpoints/leads/get-lead.md): Get one chatbot lead. - [List leads](https://sitegpt.ai/docs/api-reference/v2/endpoints/leads/list-leads.md): List chatbot leads. - [Run lead action](https://sitegpt.ai/docs/api-reference/v2/endpoints/leads/run-lead-action.md): Run a bulk lead action. - [Update lead](https://sitegpt.ai/docs/api-reference/v2/endpoints/leads/update-lead.md): Update a chatbot lead. - [Cancel invite](https://sitegpt.ai/docs/api-reference/v2/endpoints/members/cancel-member-invite.md): Cancel a pending chatbot member invite. Requires confirm=true. - [Invite member](https://sitegpt.ai/docs/api-reference/v2/endpoints/members/invite-member.md): Invite a chatbot member. - [List invites](https://sitegpt.ai/docs/api-reference/v2/endpoints/members/list-member-invites.md): List pending chatbot member invites. - [List members](https://sitegpt.ai/docs/api-reference/v2/endpoints/members/list-members.md): List chatbot members and pending invites. - [Remove member](https://sitegpt.ai/docs/api-reference/v2/endpoints/members/remove-member.md): Remove a chatbot member. Requires confirm=true. - [List messages](https://sitegpt.ai/docs/api-reference/v2/endpoints/messages/list-conversation-messages.md): List conversation messages. - [Send message](https://sitegpt.ai/docs/api-reference/v2/endpoints/messages/send-conversation-message.md): Send a visitor message to an existing conversation. - [Send new message](https://sitegpt.ai/docs/api-reference/v2/endpoints/messages/send-message-to-new-conversation.md): Send a visitor message and start a new conversation. - [Update message](https://sitegpt.ai/docs/api-reference/v2/endpoints/messages/update-conversation-message.md): React to or edit a conversation message. - [Create persona](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/create-persona.md): Create a chatbot persona. - [Delete persona](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/delete-persona.md): Delete a custom chatbot persona. Requires confirm=true. - [Get persona](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/get-persona.md): Get one chatbot persona. - [List personas](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/list-personas.md): List chatbot personas. - [Update persona](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/update-persona.md): Update a custom chatbot persona. - [Use persona](https://sitegpt.ai/docs/api-reference/v2/endpoints/personas/use-persona.md): Make a persona active for a chatbot. - [Get settings](https://sitegpt.ai/docs/api-reference/v2/endpoints/settings/get-settings.md): Get safe chatbot settings. - [Get settings section](https://sitegpt.ai/docs/api-reference/v2/endpoints/settings/get-settings-section.md): Get one safe chatbot settings section. - [Update settings](https://sitegpt.ai/docs/api-reference/v2/endpoints/settings/update-settings.md): Update safe chatbot settings across sections. - [Update settings section](https://sitegpt.ai/docs/api-reference/v2/endpoints/settings/update-settings-section.md): Update one safe chatbot settings section. - [Create tag](https://sitegpt.ai/docs/api-reference/v2/endpoints/tags/create-tag.md): Create a conversation tag. - [Delete tag](https://sitegpt.ai/docs/api-reference/v2/endpoints/tags/delete-tag.md): Delete a conversation tag. Requires confirm=true. - [Get tag](https://sitegpt.ai/docs/api-reference/v2/endpoints/tags/get-tag.md): Get one conversation tag. - [List tags](https://sitegpt.ai/docs/api-reference/v2/endpoints/tags/list-tags.md): List conversation tags. - [Update tag](https://sitegpt.ai/docs/api-reference/v2/endpoints/tags/update-tag.md): Update a conversation tag. - [Create token](https://sitegpt.ai/docs/api-reference/v2/endpoints/tokens/create-token.md): Create a scoped API token. - [List tokens](https://sitegpt.ai/docs/api-reference/v2/endpoints/tokens/list-tokens.md): List API tokens for the authenticated user. - [Revoke token](https://sitegpt.ai/docs/api-reference/v2/endpoints/tokens/revoke-token.md): Revoke an API token. - [Rotate token](https://sitegpt.ai/docs/api-reference/v2/endpoints/tokens/rotate-token.md): Rotate an active API token and return the new plaintext token once. - [Getting started with API v2](https://sitegpt.ai/docs/api-reference/v2/getting-started.md): Use the SiteGPT Agent API v2 to manage chatbots, knowledge, conversations, account data, and team operations. - [April 2023](https://sitegpt.ai/docs/changelog/2023-april.md): Paddle integration, pricing plans, and UI improvements - [August 2023](https://sitegpt.ai/docs/changelog/2023-august.md): Q&A functionality, Google Chat integration, and enhanced analytics - [December 2023](https://sitegpt.ai/docs/changelog/2023-december.md): Playground redesign, leads functionality, and Notion integration - [July 2023](https://sitegpt.ai/docs/changelog/2023-july.md): Advanced features, integrations, and Q&A functionality - [June 2023](https://sitegpt.ai/docs/changelog/2023-june.md): File uploads, API documentation, and GPT-4 support - [March 2023](https://sitegpt.ai/docs/changelog/2023-march.md): SiteGPT launches with core chatbot functionality - [May 2023](https://sitegpt.ai/docs/changelog/2023-may.md): Enhanced customization and embedding options - [November 2023](https://sitegpt.ai/docs/changelog/2023-november.md): Prompts, personas, playground, and major UI updates - [October 2023](https://sitegpt.ai/docs/changelog/2023-october.md): PartyKit enhancements and stability improvements - [September 2023](https://sitegpt.ai/docs/changelog/2023-september.md): Functions, metrics API, and PartyKit integration - [April 2024](https://sitegpt.ai/docs/changelog/2024-april.md): Workflows, embedding improvements, and whitelabel enhancements - [August 2024](https://sitegpt.ai/docs/changelog/2024-august.md): Additional free tools, rate limiting, and UI improvements - [December 2024](https://sitegpt.ai/docs/changelog/2024-december.md): Updates from December 2024 - [February 2024](https://sitegpt.ai/docs/changelog/2024-february.md): Portkey integration, GPT-4 updates, and whitelabel enhancements - [January 2024](https://sitegpt.ai/docs/changelog/2024-january.md): Whitelabel features, link optimization, and CSS customization - [July 2024](https://sitegpt.ai/docs/changelog/2024-july.md): Human support, pricing updates, and free tools launch - [June 2024](https://sitegpt.ai/docs/changelog/2024-june.md): Workflows UI, lead forwarding, and Zoho integration - [March 2024](https://sitegpt.ai/docs/changelog/2024-march.md): Unread messages, tooltip customization, and integration improvements - [May 2024](https://sitegpt.ai/docs/changelog/2024-may.md): Data source integrations, embedding enhancements, and workflow improvements - [November 2024](https://sitegpt.ai/docs/changelog/2024-november.md): Updates from November 2024 - [October 2024](https://sitegpt.ai/docs/changelog/2024-october.md): Updates from October 2024 - [September 2024](https://sitegpt.ai/docs/changelog/2024-september.md): Pricing updates, model improvements, and stability enhancements - [April 2025](https://sitegpt.ai/docs/changelog/2025-april.md): Updates from April 2025 - [August 2025](https://sitegpt.ai/docs/changelog/2025-august.md): Updates from August 2025 - [December 2025](https://sitegpt.ai/docs/changelog/2025-december.md): Updates and improvements for December 2025 - [February 2025](https://sitegpt.ai/docs/changelog/2025-february.md): Updates from February 2025 - [January 2025](https://sitegpt.ai/docs/changelog/2025-january.md): Updates from January 2025 - [July 2025](https://sitegpt.ai/docs/changelog/2025-july.md): Updates from July 2025 - [June 2025](https://sitegpt.ai/docs/changelog/2025-june.md): Updates from June 2025 - [March 2025](https://sitegpt.ai/docs/changelog/2025-march.md): Updates from March 2025 - [May 2025](https://sitegpt.ai/docs/changelog/2025-may.md): Updates from May 2025 - [November 2025](https://sitegpt.ai/docs/changelog/2025-november.md): Updates and improvements for November 2025 - [October 2025](https://sitegpt.ai/docs/changelog/2025-october.md): Updates from October 2025 - [September 2025](https://sitegpt.ai/docs/changelog/2025-september.md): Updates from September 2025 - [January 2026](https://sitegpt.ai/docs/changelog/2026-january.md): Updates and improvements for January 2026 - [Changelog](https://sitegpt.ai/docs/changelog/overview.md): Complete history of SiteGPT updates since March 2023 - [Account, team, usage, and billing](https://sitegpt.ai/docs/cli/account-team-billing.md): Manage account profile details, members, invites, usage, limits, billing, and API tokens from the CLI. - [Authentication and scopes](https://sitegpt.ai/docs/cli/authentication.md): Understand SiteGPT CLI authentication, scoped tokens, access levels, token management, and least-privilege setup. - [Chatbots](https://sitegpt.ai/docs/cli/chatbots.md): Create, inspect, update, delete, summarize, and install SiteGPT chatbots from the CLI. - [Command reference](https://sitegpt.ai/docs/cli/command-reference.md): A detailed entity-by-entity reference for every SiteGPT CLI command, option, alias, and enum. - [Conversations, messages, tags, and leads](https://sitegpt.ai/docs/cli/conversations.md): Review support conversations, send user messages, manage tags, and maintain leads from the SiteGPT CLI. - [Customization](https://sitegpt.ai/docs/cli/customization.md): Configure personas, instructions, settings, icons, conversation starters, and followups from the CLI. - [External data sources](https://sitegpt.ai/docs/cli/data-sources.md): Connect Google Drive, Notion, Dropbox, OneDrive, Box, SharePoint, Confluence, and GitHub through the SiteGPT CLI. - [Install and log in](https://sitegpt.ai/docs/cli/install-login.md): Install the SiteGPT CLI, authenticate with device login, and verify your account. - [Knowledge](https://sitegpt.ai/docs/cli/knowledge.md): Add, inspect, resync, delete, and maintain chatbot knowledge from links, websites, sitemaps, files, text, YouTube, and custom responses. - [Connect SiteGPT with MCP](https://sitegpt.ai/docs/cli/mcp-server.md): Connect AI assistants such as Claude to SiteGPT through the SiteGPT MCP server with browser-based OAuth approval. - [OAuth device flow](https://sitegpt.ai/docs/cli/oauth-device-flow.md): Use SiteGPT OAuth device authorization to let a CLI or AI agent obtain a scoped SiteGPT API token. - [SiteGPT CLI](https://sitegpt.ai/docs/cli/overview.md): Manage SiteGPT chatbots, knowledge, settings, conversations, and account operations from a terminal or AI agent. - [Playbook: Create a chatbot from a website](https://sitegpt.ai/docs/cli/playbooks/create-chatbot-from-website.md): An end-to-end agent playbook for researching a website, creating a SiteGPT chatbot, adding knowledge, and configuring appearance and behavior. - [Playbook: Knowledge maintenance](https://sitegpt.ai/docs/cli/playbooks/knowledge-maintenance.md): An agent playbook for auditing, updating, resyncing, and cleaning chatbot knowledge with the SiteGPT CLI. - [Playbook: Support operations](https://sitegpt.ai/docs/cli/playbooks/support-operations.md): An agent playbook for triaging conversations, leads, escalations, tags, and support follow-up with the SiteGPT CLI. - [Profiles](https://sitegpt.ai/docs/cli/profiles.md): Use local CLI profiles for multiple SiteGPT accounts, environments, and permission sets. - [Troubleshooting](https://sitegpt.ai/docs/cli/troubleshooting.md): Fix common SiteGPT CLI authentication, profile, permission, output, and knowledge-ingestion issues. - [Use SiteGPT CLI with AI agents](https://sitegpt.ai/docs/cli/use-with-ai-agents.md): Give a personal AI agent the SiteGPT CLI so it can manage your chatbots safely through scoped profiles and command-line workflows. - [Box](https://sitegpt.ai/docs/data-sources/box.md): Train your chatbot on files from Box cloud storage - [Confluence](https://sitegpt.ai/docs/data-sources/confluence.md): Train your chatbot on Atlassian Confluence documentation - [Dropbox](https://sitegpt.ai/docs/data-sources/dropbox.md): Train your chatbot on files from Dropbox - [GitBook](https://sitegpt.ai/docs/data-sources/gitbook.md): Train your chatbot on GitBook documentation - [Google Drive](https://sitegpt.ai/docs/data-sources/google-drive.md): Train your chatbot on documents from Google Drive - [Notion](https://sitegpt.ai/docs/data-sources/notion.md): Train your chatbot on pages from your Notion workspace - [OneDrive](https://sitegpt.ai/docs/data-sources/onedrive.md): Train your chatbot on files from Microsoft OneDrive - [Data Sources Overview](https://sitegpt.ai/docs/data-sources/overview.md): Train your SiteGPT chatbot with content from various data sources - [SharePoint](https://sitegpt.ai/docs/data-sources/sharepoint.md): Train your chatbot on content from Microsoft SharePoint - [YouTube](https://sitegpt.ai/docs/data-sources/youtube.md): Train your chatbot on video transcripts from YouTube - [Developers overview](https://sitegpt.ai/docs/developers/overview.md): Build custom integrations and extend SiteGPT functionality - [JavaScript SDK](https://sitegpt.ai/docs/developers/sdk.md): Embed your AI chatbot on any website - [Webhooks](https://sitegpt.ai/docs/developers/webhooks.md): Receive real-time notifications for chatbot events - [Webhooks configuration](https://sitegpt.ai/docs/developers/webhooks-configuration.md): Configure webhooks to receive real-time notifications for chatbot events - [Appearance](https://sitegpt.ai/docs/features/appearance.md): Customize the visual design and behavior of your chatbot to match your brand - [Auto-sync jobs](https://sitegpt.ai/docs/features/auto-sync.md): Keep your chatbot content automatically up to date - [Chat modes](https://sitegpt.ai/docs/features/chat-modes.md): Configure whether new conversations start with AI or human agents - [Chatbot instructions and personas](https://sitegpt.ai/docs/features/chatbot-instructions-personas.md): Control your chatbot behavior with custom instructions and personality traits. - [Conversation followups](https://sitegpt.ai/docs/features/conversation-followups.md): Add interactive buttons that appear after chatbot responses to guide users through conversations - [Conversation starters](https://sitegpt.ai/docs/features/conversation-starters.md): Add quick prompts to help users start conversations with your chatbot. - [Custom responses (Q&A)](https://sitegpt.ai/docs/features/custom-responses.md): Override AI responses with pre-written answers for specific questions. - [Human support escalation](https://sitegpt.ai/docs/features/human-support.md): Allow users to escalate conversations to human agents when needed - [Lead collection](https://sitegpt.ai/docs/features/lead-collection.md): Capture and manage leads through your chatbot with industry-optimized templates and custom forms - [Members](https://sitegpt.ai/docs/features/members.md): Collaborate with your team by inviting members with different access levels to your chatbot - [Pages Quota](https://sitegpt.ai/docs/features/pages-quota.md): Understand how SiteGPT measures and manages your training content quota - [Text snippets](https://sitegpt.ai/docs/features/text-snippets.md): Add custom text content directly to your chatbot for quick reference information - [User data collection](https://sitegpt.ai/docs/features/user-data-collection.md): Configure basic user data collection settings for your chatbot - [Crisp integration](https://sitegpt.ai/docs/integrations/crisp.md): Add AI support to your Crisp live chat - [Freshdesk integration](https://sitegpt.ai/docs/integrations/freshdesk.md): Connect SiteGPT to Freshdesk Messaging (Freshchat) - [Google Chat integration](https://sitegpt.ai/docs/integrations/google-chat.md): Integrate your AI chatbot with Google Workspace - [Facebook Messenger integration](https://sitegpt.ai/docs/integrations/messenger.md): Connect your SiteGPT chatbot to Facebook Messenger - [Integrations overview](https://sitegpt.ai/docs/integrations/overview.md): Connect SiteGPT with your favorite platforms and tools - [Slack integration](https://sitegpt.ai/docs/integrations/slack.md): Deploy your AI chatbot in Slack workspaces for team support - [Zapier integration](https://sitegpt.ai/docs/integrations/zapier.md): Connect SiteGPT with 5,000+ apps to automate workflows - [Zendesk integration](https://sitegpt.ai/docs/integrations/zendesk.md): Install SiteGPT as a Zendesk AI agent with one-click OAuth — no API keys, no webhook setup - [Zendesk (Legacy) integration](https://sitegpt.ai/docs/integrations/zendesk-legacy.md): Legacy API-key-based Zendesk integration for existing installs; new customers should use the primary Zendesk integration instead - [Zoho SalesIQ integration](https://sitegpt.ai/docs/integrations/zoho.md): Add intelligent chat to your Zoho CRM - [Try SiteGPT live](https://sitegpt.ai/docs/introduction/live-demo.md): Experience SiteGPT in action with our interactive demo chatbot. - [Use cases](https://sitegpt.ai/docs/introduction/our-use-cases.md): Common ways businesses use SiteGPT to automate support, generate leads, and engage customers. - [Introduction to SiteGPT](https://sitegpt.ai/docs/introduction/what-is-sitegpt.md): An AI-powered chatbot platform that transforms your website content into intelligent customer conversations. - [Plans and billing](https://sitegpt.ai/docs/navigating-your-account/billing.md): Manage your subscription, view usage, and update payment settings. - [Managing chatbots](https://sitegpt.ai/docs/navigating-your-account/chatbots.md): View, create, and manage all your chatbots from your account dashboard. - [Profile settings](https://sitegpt.ai/docs/navigating-your-account/profile.md): Manage your account information and personal settings. - [Usage analytics](https://sitegpt.ai/docs/navigating-your-account/usage.md): Monitor your account usage and track message consumption. - [Adding content to your chatbot](https://sitegpt.ai/docs/navigating-your-chatbot/adding-content-to-your-chatbot.md): Train your chatbot on various content sources including websites, files, and integrations. - [Advanced features](https://sitegpt.ai/docs/navigating-your-chatbot/advanced.md): Access team management, integrations, and advanced chatbot settings. - [Chat history](https://sitegpt.ai/docs/navigating-your-chatbot/chat-history.md): View and analyze all conversations your chatbot has handled. - [Chatbot dashboard](https://sitegpt.ai/docs/navigating-your-chatbot/chatbot-dashboard.md): Monitor your chatbot performance and manage content from a centralized dashboard. - [Customizing your chatbot](https://sitegpt.ai/docs/navigating-your-chatbot/customizing-your-chatbot.md): Personalize your chatbot appearance, behavior, and user experience. - [Delete your chatbot](https://sitegpt.ai/docs/navigating-your-chatbot/delete-chatbot.md): Permanently remove a chatbot from your SiteGPT account. - [Lead management](https://sitegpt.ai/docs/navigating-your-chatbot/leads.md): Capture, manage, and qualify leads through your chatbot conversations. - [Chatbot settings](https://sitegpt.ai/docs/navigating-your-chatbot/settings.md): Configure chatbot behavior, data collection, localization, and advanced options. - [Create new chatbot](https://sitegpt.ai/docs/setup/create-new-chatbot.md) - [Integrating your SiteGPT Chatbot with your Website](https://sitegpt.ai/docs/setup/integrating-with-your-website.md) - [Retraining and updating your AI chatbot](https://sitegpt.ai/docs/setup/retraining-and-updating-your-ai-chatbot.md) - [Getting started with SiteGPT](https://sitegpt.ai/docs/setup/setting-up-sitegpt.md): Set up your first AI chatbot in minutes. - [Training your chatbot](https://sitegpt.ai/docs/setup/training-your-chatbot.md): Add content from websites, files, and documents to train your chatbot. ## OpenAPI Specs - [openapi-v2](https://sitegpt.ai/docs/openapi-v2.json) - [openapi](https://sitegpt.ai/docs/openapi.yaml)