- Avoid manual copy-pasting of different set of variables values. Rather, hold all of them together and quickly navigate between them to test individual scenarios.
- New variables created in the prompt automatically get added as columns in the linked dataset.
- Run evaluations on thousands of rows for automated testing.
Linking Datasets to Variables
Follow the steps below to link a dataset to your variables:1
Create a new prompt
Create a prompt in the Editor with at least one variable.

2
Link the dataset to the Playground
Link the dataset to the Playground.

3
Run a dataset's row into the Playground
When the dataset is linked to the Playground, you can navigate all the rows. When you select a row, the variables take on the value of the selected row. If you run the prompt in the Playground, the test case run will use the variable values of the selected row.

4
Verify the columns of the linked dataset
Go inside the linked dataset and verify that the columns match the variables, with respect to the names. With respect to the numbers, a linked dataset can have more columns than the number of variables. The exceeding columns will be ignored in the computation.
