Dynamic tables allow Olly to return structured results as a table artifact, generated from a natural-language prompt. Olly builds tables dynamically and they can be exported as a CSV for further use. This allows to easily share results or continue analysis outside Olly. Tables can combine data from multiple sources (for example logs, spans, or metrics) into a single view.Documentation Index
Fetch the complete documentation index at: https://docs.olly.new/llms.txt
Use this file to discover all available pages before exploring further.
What is a table artifact?
A table is rendered as an artifact in the conversation:- It appears inline in the chat as a preview.
- It can be expanded into a full table view.
- It can be exported as a CSV.
- Olly exposes the queries used to build the table.
How tables are generated
- Ask a question that implies structured data (for example: “Show CPU usage by deployment”).
- Olly generates one or more queries based on the prompt.
- Query results are combined and rendered as a table artifact.
Table interactions
The following actions are available: From the chat:- Expand the table for a full-screen view and extra functionality.
- Download CSV.
- Sort columns in ascending or descending order.
- Clear sorting to return to the default order.
- View the column-level query.
- Download CSV.
- Copy the table.