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

# Manually Upload Queries

> Ingest past queries with batch upload for Neutrino's exploration system.

### Upload CSV file

In the queries tab, you can press the upload CSV button to ingest past queries. These queries will be used to do exploration and evaluations.

<img src="https://mintcdn.com/neutrino/TYXDBOf4t5rIO40R/images/queries-upload.jpeg?fit=max&auto=format&n=TYXDBOf4t5rIO40R&q=85&s=cb3e0ca9a6f0a3e52c689880e8f2cfda" alt="title" width="2602" height="1528" data-path="images/queries-upload.jpeg" />

### CSV Format Guide

Here is a [link](https://drive.google.com/file/d/1W23uKYArveKsKaa_gXhTojEAwqaOspRF/view?usp=sharing) to download a template CSV file.

Here are the columns of the csv file:

* **query**: requried - Formatted as an array of objects that contain the role and content values
  `[{"role": "user", "content": "Hi.."}, {},...]`

* **response** - String output from the LLM

* **model** - Model used to generate the response. Must follow the identifier format presented in the [model pricing page](/pricing/models).

* **cost** - Cost in dollars, dont include \$ sign. eg - 0.0023

* **latency** - Latency in seconds, dont include sec as a prefix. eg - 2.3453
