Documentation
Ask2Do is an AI assistant that lives inside your customer panel, reads your database, and executes writes only after admin approval. These docs walk you from a fresh signup to a live integration in about 20 minutes.
Quickstart (4 steps)
- Install the sidecar on the server that holds your panel's database credentials. One curl command + a systemd unit on Linux.
- Wire your backend with a token endpoint that exchanges the long-term tenant key for a short-lived JWT. Sample code in Node, Python, PHP, Ruby, Go.
- Add the widget script tag to your admin panel HTML. Customers see a chat button.
- Create the audit table on your DB so every approved write lands in a tamper-evident log you own.
Reference
- Audit log — schema, sample queries, retention guidance.
Trust & security
- Data protection — where your data lives, who sees it, retention, third-party services, compliance posture.
- Security model — JWT flow, role gate, SQL parser allow-list, key rotation runbook.
Compatibility
- Sidecar OS: Linux (amd64, arm64), macOS (Apple Silicon). Windows + Linux x86 musl on the roadmap.
- Database: PostgreSQL 12+ and MySQL 8+. Other engines on request.
- Browser support: any browser that runs ES2017+ and a WebSocket. Widget bundle is ~28 KB gzipped.
Other resources
- Email support — replies within one business day during regional business hours.
- Pricing — one tier, $39/month, no usage caps.