Skip to content

Promptbooks

Promptbook is a smart notebook for accessible data analysis and visualization. Think of a promptbook as a sequence of steps in which you explore and analyze your data. By typing queries in your Promptbook steps, you are essentially coding using natural language.

Data source

To start exploring your data, you must add it to the Promptbook by uploading a file or connecting your database.

Learn more about data source here.

Steps

In Prompt Studio, a step is a single command given to the Language Model. Each step contains a query, database connection or/and a file as a data source, and additional query elements such as comments.

Learn more about steps here.

Process

Process is a set of substeps generated by the LLM to complete the request. Process will appear at the bottom of the step once you send your query to the language model. During the completion or once the results are generated, you can select each generated substep and inspect it.

Learn more about process here.

Results

Results are generated by an LLM based on your query. The results page contains text generated by the LLM to explain the answer to your request, along with an attachment, either a visualization or a table, that can be explored further by selecting it.

Learn more about results here.

Attachments

Attachments are the final visualizations or data tables generated by the Language Model to visualize and answer your query. They appear on the results page and at the bottom of each step under the “Attachments” label.

Learn more about attachments here.

Secrets

Secrets in Prompt Studio are pieces of sensitive information - such as API keys, passwords, or access tokens - that you can securely add to your Promptbooks. These secrets enable you to connect your Promptbooks to external services or systems, such as APIs, to fetch data or perform specific tasks.

Learn more about secrets here.