Documentation
Everything You Need to
Get Started
Comprehensive guides, tutorials, and reference documentation to help you get the most out of AskERP.
Getting Started
Everything you need to get up and running with AskERP in minutes.
ERP Integrations
Step-by-step setup guides for connecting AskERP to your ERP system.
Security & Compliance
Technical security documentation for IT teams and compliance officers.
Query Guide
Learn how to craft effective natural language queries for financial data.
Administration
User management, permissions, and organizational settings.
API Reference
Developer documentation for building custom integrations.
Additional Resources
More ways to learn and get help with AskERP.
For Developers
Build Custom Integrations
Use the AskERP API to integrate natural language financial queries into your own applications, dashboards, and workflows.
api-example.js
const response = await askerp.query({
question: "Show AP aging for Job 105020",
erp: "viewpoint-vista",
format: "json"
});
// Returns structured data with SQL
console.log(response.data);
console.log(response.sql); Still Have Questions?
Our support team is here to help. Reach out anytime.