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

# Getting started with Explore (legacy)

> Learn how to work with Explore (legacy)

export const SiftIcon = ({className}) => <span className={`inline-flex items-center align-middle text-black dark:text-white ${className || ''}`}>
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Artwork" x="0px" y="0px" viewBox="0 0 1005.58 733.96" style={{
  enableBackground: "new 0 0 1005.58 733.96",
  width: "2em",
  height: "2em"
}} xmlSpace="preserve">
      <path fill="currentColor" d="M552.16,150.89c-165.6,0-180.29,160.61-300.62,192.32v2.67h601.24v-2.67C747.74,324.18,717.72,150.89,552.16,150.89z   M453.46,583.08c165.6,0,180.29-160.61,300.62-192.32v-2.67H152.84v2.67C257.88,409.78,287.91,583.08,453.46,583.08z" />
    </svg>
  </span>;

## Overview

In this tutorial, you'll learn how to organize and explore telemetry data using Explore v1.

## Prerequisites

* Download the [rover.csv](https://drive.google.com/file/d/1_8MXmOcT2vLh1zXE6uThX-bYytN4XGBS/view?usp=sharing) file.

## Step 1: Import data

1. In **Sift**, click <SiftIcon className="icon-sift" />.
2. Click **Import data**.
3. Upload the **rover.csv** file.
4. Click **New Asset**.
5. In the **Asset** box, enter:
   ```
   fl_rover-asset
   ```
   <Warning>
     Replace `fl` with your initials (first and last name). This helps avoid naming conflicts if others are also completing the tutorial on the same Sift instance.
   </Warning>
6. In the **Run** box (New), edit the Run name with the following:
   ```
   fl_rover-run
   ```
   <Warning>
     Again, replace `fl` with your initials to ensure the Run name is unique within your workspace.
   </Warning>
7. Click **Upload**.
8. Click **Close**

## Step 2: Plot data

1. In the **Runs name or description** box, enter the following:
   ```
   fl_rover-run
   ```
2. In the **Runs** table, click **fl\_rover-run**.
3. Click <Icon icon="arrow-up-right-from-square" /> **Explore Legacy**.
4. In the **Channels** section, click the following Channels:
   * **battery\_charge**
   * **vehicle\_state**
5. Click **Other charts**.
6. Select **Table Viewer**.
7. In the **Channels** section, under **camera\_2**, click the following Channels:
   * **current**
   * **temperature**

<img src="https://mintcdn.com/sift/F1j3iHTwa3tKQDgx/images/tutorials/analyze/explore-v1/plot-data-in-e1.png?fit=max&auto=format&n=F1j3iHTwa3tKQDgx&q=85&s=40d6fb09be7b114e0fe078e2ef211472" alt="Plotted data in Explore v1" className="rounded-lg" width="3398" height="1828" data-path="images/tutorials/analyze/explore-v1/plot-data-in-e1.png" />

## Conclusion

In this tutorial, you learned how to organize and explore telemetry data using Explore v1.
