> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ottic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Datasets

> How to bring your data to the prompt

`Datasets` are sets of context you bring to fill in the variables of your prompt.

There are 2 types of datasets

* Key Value:
* JSON:

## Creating a dataset

In the Dataset menu,

* Click Create Dataset;
  <img src="https://mintcdn.com/ottic-65/nojWNBWtNbQT6cbM/images/dataset_empy.png?fit=max&auto=format&n=nojWNBWtNbQT6cbM&q=85&s=f6a1ef4b352ee9389cee4f53aaa6dc1f" alt="Project" width="1200" height="750" data-path="images/dataset_empy.png" />
* Name your dataset;
* Choose a type (Key Value and JSON);
  * For Key Value: fill the variable and the value
    * Click "add item" for more variables
  * For JSON: paste the JSON
* Save the dataset
  <img src="https://mintcdn.com/ottic-65/nojWNBWtNbQT6cbM/images/dataset_fill.png?fit=max&auto=format&n=nojWNBWtNbQT6cbM&q=85&s=d3dbb2bf25f54edee7ea23e0684359bf" alt="Project" width="1200" height="750" data-path="images/dataset_fill.png" />
