Every time you ask Datost a question in Slack, we save the full record, the prompt, every tool call, the SQL we ran, the raw rows we got back, and the final answer. You can open that record in the web app atDocumentation Index
Fetch the complete documentation index at: https://datost.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
/slack/response/:queryId to dig into the details, share it with a teammate, or pick up where the thread left off.
Slack is great for a quick answer. The web response page is where you verify the math, inspect the SQL, and explore the underlying data.
What the response page shows
A Slack response page is a faithful re-render of the conversation, plus everything Datost couldn’t fit into a Slack message:- Original query — the exact text you sent, the Slack workspace, and timestamp.
- Final answer — rendered markdown with inline charts (bar, line, area, pie).
- Tool calls — every step Datost took, in order, with status, duration, and expandable input/output. SQL queries get syntax highlighting and a copy button.
- Query results — interactive, sortable tables for every
execute_sqlcall, including row counts. - SQL query — the consolidated SQL block, ready to copy into your warehouse client.
- Status + timing —
processing,completed, orfailed, plus total duration.
Opening a response
From Slack
Click the “View full response” link that Datost posts under its reply. It deep-links to the hosted response page.
From query history
In the web app, open Context → Knowledge Sources → Slack History and click any thread to jump to that query’s response page.