Documentation

Everything You Need to
Get Started

Comprehensive guides, tutorials, and reference documentation to help you get the most out of 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.