GENERATING ANSWER
Reading the knowledge base…
AI ANSWER
Search results
Account & security
3 articles
Account & security
How long does ChatterMate retain my data on each plan?
Free – 30 days; Base – 90 days; Pro – 1080 days.
Account & security
How do I receive notifications about new chats or user activity?
The platform provides advanced chat and user management with instant notifications to keep you updated.
Account & security
How can I control what team members can see or do in ChatterMate?
Role‑Based Access Control (RBAC) lets you assign granular permissions so each team member only accesses the resources they’re allowed to.
Billing
4 articles
Billing
How is pricing calculated per user for the paid plans?
Base Plan costs $19.99 per user per month; Pro Plan costs $39.99 per user per month.
Billing
How many agents are included in each pricing plan?
Free Plan – 1 agent; Base Plan – 5 agents; Pro Plan – 10 agents.
Billing
Where can I see the official pricing details?
Pricing is listed on the public page at chattermate.chat/pricing .
Billing
What limits do the plans have for knowledge sources and sub‑pages?
Free: 1 knowledge source with 10 sub‑pages. Base: 5 knowledge sources, each up to 30 sub‑pages. Pro: 20 knowledge sources, each up to 30 sub‑pages.
Comparison
1 article
Customization
1 article
Data & privacy
1 article
Developer tools
2 articles
Developer tools
How can I create a Personal Access Token for CI pipelines using the CLI?
Run chattermate token create <name> (e.g., chattermate token create ci-bot ) to mint a revocable token that the MCP server can use in automated…
Developer tools
How does the MCP server let my AI agent perform actions during a chat?
The MCP server (chattermate‑mcp) uses the Model Context Protocol and revocable Personal Access Tokens, letting the agent call external APIs, look up…
Features
5 articles
Features
Can I bring my own AI model to ChatterMate?
Yes. You can connect OpenAI, Groq, Google AI, or Ollama models, or any compatible endpoint of your choice.
Features
What can MCP tools do during a chat?
MCP tools let the AI look up orders, issue refunds, create tickets, and call your custom APIs, enabling actions beyond just conversation.
Features
What does the visual workflow builder let me create?
It provides a drag‑and‑drop canvas with nodes such as Landing, Message, LLM, Condition, Form, Human Transfer, Wait, and End, plus versioning and…
Features
Do the paid plans include analytics?
Yes. Both the Pro and Enterprise plans provide analytics, while the free tier does not.
Features
Which AI models can I connect to ChatterMate?
You can use OpenAI GPT‑4, Groq Llama 3.3, Google AI Gemini family, or a self‑hosted Ollama model; you can switch providers at any time without code…
General
1 article
Getting started
6 articles
Getting started
How can I sign up for the free plan?
Click Sign Up for Free at https://app.chattermate.chat/signup to create your account instantly.
Getting started
Where can I find quick‑start documentation?
Visit the quick‑start guide at https://docs.chattermate.chat/quickstart for step‑by‑step installation and configuration instructions.
Getting started
Can I upload PDFs or website URLs as knowledge sources without coding?
Yes, the no‑code knowledge base lets you upload PDFs or provide website URLs for automatic content extraction.
Getting started
What software do I need before installing ChatterMate?
You need Python 3.12+, PostgreSQL 14+ with the vector extension, Node.js 16+, a Firebase project for push notifications, and optionally Redis for…
Getting started
Is there a way to test my agent’s responses before going live?
Yes, after uploading knowledge sources you can test responses in real‑time directly from the dashboard.
Getting started
What are the steps to get ChatterMate up and running on my website?
Sign up with your email and access the dashboard instantly. Customize your agent’s personality, upload knowledge sources, and test responses. Embed…
Installation
4 articles
Installation
Do I need Docker to install ChatterMate via the CLI?
Yes. The CLI installation requires Docker and Docker Compose in addition to Node.js 16+.
Installation
What are the three ways to install ChatterMate?
You can install ChatterMate via the CLI (recommended), using Docker Compose , or by following the manual installation steps.
Installation
What are the system requirements for a manual ChatterMate installation?
You need Python 3.12 or newer, PostgreSQL 14 with the vector extension, Node.js 16 or newer, a Firebase project for push notifications, and…
Installation
How do I install the ChatterMate CLI on my machine?
Install the chattermate‑sdk Python package. The recommended way is pipx install chattermate-sdk ; you can also use pip install chattermate-sdk . This…
Integrations
6 articles
Integrations
Which third‑party services does ChatterMate integrate with today?
Built‑in integrations include Slack, Shopify, Jira, plus generic webhooks, a REST API, and MCP tools; Zendesk and Intercom are on the roadmap.
Integrations
Can I sync captured leads to HubSpot or Salesforce?
Yes. After a lead is captured, ChatterMate can automatically assign it to a rep and sync the data to HubSpot or Salesforce, as well as push…
Integrations
How do I set up Slack notifications for new leads?
Enable the Slack integration in your ChatterMate settings; once active, every new lead is pushed to a designated Slack channel automatically.
Integrations
Is there a one‑click integration for Shopify?
Yes. ChatterMate offers a one‑click Shopify install that lets the AI agent look up orders live in chat. See the Shopify guide on the integration page.
Integrations
Which communication channels does the ChatterMate widget support?
The widget works on your website and in Slack, and it can integrate with Shopify and Jira. For broader omnichannel support (email, WhatsApp,…
Integrations
Where can I find the documentation to integrate ChatterMate with Shopify?
Visit the Shopify Integration page: https://chattermate.chat/shopify-integration/
Lead capture
4 articles
Lead capture
What does the “People” profile do with captured leads?
Each captured lead creates a single profile in the People section, deduplicated by email and merged with any past visits, giving you a unified…
Lead capture
How does the “Help first” approach work?
The AI agent first answers the visitor’s question using a grounded, cited knowledge base, then follows up with qualifying questions only after…
Lead capture
How does deduplication of leads work?
When a lead is captured, ChatterMate checks the email address; if a profile already exists, it merges the new information into the existing record,…
Lead capture
Can I customize the qualifying questions the agent asks?
Yes. You can set your own qualifying questions and decide when they are presented—Automatic, Always ask, or Off—through the lead capture settings.
Legal
1 article
Licensing
1 article
Pricing
1 article
Sales
1 article
Security
3 articles
Security
What security measures protect the data I capture?
ChatterMate’s security page outlines how customer data is stored securely and provides details on privacy and compliance; see the Security section on…
Security
Are file uploads from customers stored securely?
Yes. Uploaded files are saved in secure S3 storage and are validated with magic‑byte checks before they are accepted.
Security
What protects my agents from excessive traffic or abuse?
Rate limiting is applied per‑agent request, preventing abuse and ensuring stable performance.
Support
3 articles
Support
What kind of support is available for the free plan?
Free users receive community‑based support, while paid plans get standard priority support.
Support
Do paid plans include faster support?
Yes. The Pro plan provides priority support, while the Base plan includes standard support.
Support
Where can I find the official docs and get help if I run into issues?
Visit https://docs.chattermate.chat for documentation, open an issue on https://github.com/chattermate/chattermate.chat, or email…
No results
Try a different search, or chat with us — our assistant can help right away.