πŸ“ Data Source Integrations

12 sources

Train your chatbot from documents stored in your cloud tools. Connect once β€” ASKGPT imports your content automatically.

Google Drive
Import Docs, Sheets, and PDFs from Drive
Dropbox
Sync documents from Dropbox folders
OneDrive
Import from Microsoft OneDrive & Office 365
SharePoint
Train on SharePoint pages and wiki content
Zendesk
Import Help Center articles automatically
Gitbook
Connect documentation spaces and import pages
Box
Import files from Box enterprise storage
Notion
Sync workspace pages and database content
Freshdesk
Import knowledge base articles automatically
Confluence
Train on Atlassian Confluence spaces & pages
Intercom
Import Help Center articles and FAQ content
YouTube
Extract transcripts from videos

πŸ’¬ Chat Platform Integrations

7 live Β· 3 coming soon

Deploy your AI chatbot inside the messaging platforms your customers already use.

Google Chat
Deploy as a Google Workspace bot in channels
Messenger
Automate Facebook Messenger conversations
Crisp
Add AI inside Crisp live chat with human handoff
Slack
Internal knowledge bot for your whole company
Freshchat
Automate Freshchat support ticket deflection
Zendesk Chat
Automate first-response before routing to agents
Zoho SalesIQ
Qualify leads and answer questions automatically
Coming Soon
WhatsApp
WhatsApp Business API integration
Coming Soon
HubSpot
Chat integration with CRM lead sync
Coming Soon
Intercom Chat
Messenger bot for in-app support
Setup

Connect in Minutes

No developers needed. Each integration takes 2–5 minutes to configure from your dashboard.

1

Open Integrations

Go to Integrations in your dashboard and select the platform you want to connect.

2

Authorize Access

Click Connect and complete the OAuth flow. ASKGPT requests read-only access β€” never write permissions.

3

Select Content

Choose which folders, channels, or spaces to import. Only what you select gets indexed.

For Developers

Build Custom Integrations via REST API

Full programmatic access to manage chatbots, add training content, retrieve conversations, and trigger actions β€” from any application or platform.

  • Create and configure chatbots programmatically
  • Add training content from any source
  • Retrieve chat history and captured leads
  • JWT auth, rate limits, full API docs

Get Your API Key β†’
# Add training content via API POST /api/chatbots/{id}/training/url Authorization: Bearer YOUR_TOKEN { "url": "https://yourdomain.com/docs", "crawl_depth": 3 } # Response { "status": "queued", "pages_queued": 47, "job_id": "job_abc123" }
Widget

One Script Tag β€” Any Website

Embed your chatbot anywhere. The widget uses Shadow DOM β€” zero CSS conflicts on WordPress, Shopify, Webflow, React, or any HTML site. Configure position, icon, and colors from your dashboard.

  • βœ“ Shadow DOM β€” zero style conflicts
  • βœ“ Left or right position, custom margin
  • βœ“ 7 icon options (chat, robot, headset…)
  • βœ“ WordPress, Shopify & Webflow guides below
WordPress + Plugin Shopify Guide Webflow Guide
<!-- Paste before </body> -->
<script
src="https://askgpt.asksol.pk/widget/widget.js"
data-client-id="your-bot-id"
data-api-url="https://n8n.asksol.pk/webhook/askgpt-chat"
data-position="right"
data-icon="chat"
data-color="#2563EB"
></script>

Connect Your First Integration Today

Start your free trial and connect your data sources in minutes β€” no developer needed.

Start Free Trial β†’

No credit card required Β· 7-day full access Β· Cancel anytime