How to connect a dashboard to the quick desktop or any other custom app?

Let’s take this dashboard for example: Quick - AMZ General Ledger

I want to use the Quick Desktop App to fetch data from this dashboard using Natural Language to describe the parameters. Is this possible?

Also, is it possible to integrate the dashboard into a custom developed desktop app? I’m trying to build a VAT Reconciliation App. As of now, we’d need to manually download the data from the above dashboard and then feed it to the app. I was looking forward to automate this.

Thanks in Advance!

Hi @ataxd and welcome to the community!

For your first question, I believe there are a few ways you can go about this. One way is to create a Space where you would add the underlying dataset or dashboard and then use the chat agent to ask questions through natural language.

As for your second question, quick sight embedding is designed for web-based applications (React, Angular, etc.) using the Embedding SDK. For a purely native desktop app, direct embedding isn’t supported.

As for automating the data feed so you don’t have to manually download from the dashboard each time, I would look into Quick Flows or Quick Automate. You could set up a scheduled task that runs on a regular cadence (daily, weekly, etc.) and pulls data from your Space (where the dashboard’s underlying dataset lives), processes or formats it as needed, and then outputs it to your destination.

Hope this helps!