DataTalk plugin for AppGini
DataTalk plugin for AppGini
DataTalk is a powerful AppGini plugin that transforms how you access and analyze your database—while keeping your data private and secure on your own server. Instead of writing complex SQL queries, you simply ask questions in plain English or your native language, and DataTalk instantly delivers accurate answers.
The advanced AI models from OpenAI are used solely to interpret your questions: only your database schema is sent to OpenAI, never your actual data. This means your sensitive information remains protected within your server at all times. With DataTalk, anyone on your team can effortlessly retrieve, analyze, and share both live and snapshot reports, making collaboration simple, fast, and secure—without compromising data privacy.
Your Data, Your Questions, Instant Answers—Powered by AI
Ask Questions Naturally, in Any Language
With DataTalk, you can interact with your database using everyday language—no SQL required. Ask questions in any language, and only your database structure is shared with OpenAI to generate the right SQL, while your actual data always stays private and secure on your server.
Save, Share, and Export Reports
Easily save the results of your questions as reports to view later or share with others in your app. Choose between static reports, which capture data at a specific moment, or dynamic reports that always show the latest information. Control access for different user groups, and print reports or download them as CSV files for use in Excel whenever you need.
Watch the video to see how to create, share, and analyze data reports with DataTalk.
Questions history
DataTalk automatically saves your questions, so you can easily review, re-run, or delete them whenever you like. To boost efficiency and reduce OpenAI API costs, repeated questions are answered from your history by default. If you want to update or improve the underlying SQL query—such as taking advantage of newer AI models—you can always resend your question to OpenAI.
Export results to CSV
DataTalk allows you to export the results of your questions to CSV format. This makes it easy to share the results with your coworkers, vendors, or customers, or to analyze them in Excel or any other spreadsheet application.
Multilingual Experience
DataTalk’s interface adapts to your preferred language, and you can ask questions in any language—not just English—for seamless, accessible data interaction.
Your Data Stays Private and Secure
DataTalk never shares your actual database data or user details with OpenAI—only your question and a simplified schema are sent. All queries are read-only, so your data is never modified. For full transparency, you can click the Data safety note button in the plugin to see exactly what information is sent to OpenAI.
Frequently asked questions
Regarding pricing, the GPT-4.1 model currently costs $2 per 1 million tokens. Each question you ask—including the database structure and the AI’s response—typically uses between 300 and 2,000 tokens, so most questions cost just a fraction of a cent. To help you save on costs, DataTalk automatically caches previous questions to avoid repeated API requests whenever possible.
More details on OpenAI API pricing and rate limits.


plugins/datatalk
folder. When you create reports, it adds an entry to the hooks/links-home.php
and hooks/links-navmenu.php
files to add a link to the reports page in the app's homepage and top navigation menu. No other code is added to any of your app's files. What's new?
- DataTalk 2.2, Jun 24, 2025
- Add printing and CSV export functionality and improve report UI.
- Refine SQL query suggestions and improve UI/UX for question submission.
- Improve display of grouped results.
- Add model selection to settings, allowing user to choose preferred OpenAI model for optimizing answers.
- Various UI enhancements and bug fixes.
- DataTalk 2.1, Jun 5, 2025
- Fix theme loading issue with apps created by AppGini 25.11 and above.
- Allow admin group members to access the DataTalk plugin if multiple admins option is enabled.
- DataTalk 2.0, Aug 21, 2024
- Switched to GPT4o Mini: Benefit from faster, more accurate, and cost-effective performance with the new OpenAI model.
- Advanced Reporting Capabilities: Create static reports to capture data snapshots as it was at a specific point in time or dynamic reports that stay up-to-date with the latest information. This flexibility helps you make informed decisions. You can also specify which groups can access specific reports.
- Easy Report Access: Reports are now accessible from the application homepage and top navigation menu.
- Admin Features: Admins can now quickly access OpenAI API usage and costs from the settings page. Also can easily delete and list all saved reports for efficient data handling.
- Multilingual Support: Now available in Dutch, Italian, Portuguese, Spanish, French, Greek, German, and Arabic, making DataTalk more accessible. It's very easy to add more languages by simply copying a single file and translating it.
- Enhanced User Interface: Enjoy a smoother and more intuitive navigation with our updated UI.
- Improved Error Reporting.
- Improved Prompting: Get better and more accurate results with refined prompts.
- DataTalk 1.3, Dec 13, 2023
- Fix PHP 8.x warnings.
- DataTalk 1.2, Jul 28, 2023
- Upgrade model to
chatgpt-3.5-turbo
(the model used in previous versions,davinci
, is deprecated and 10 times as expensive). - Increase accuracy through a better prompt.
- Better security by separating prompt to
system
anduser
roles.
- Upgrade model to
- DataTalk 1.1, Jun 10, 2023
- Preserve history panel expansion status.
- Better error handling in case of expired API key.
- DataTalk 1.0, Apr 25, 2023
- First release!