> ## 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.

# Create your first telemetry workflow

> Quickly learn how to import your telemetry into Sift.

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>;

By the end of this quickstart, you will be able to:

* Access your workspace
* Import telemetry
* Analyze it in Explore multi-panel layout
* Share insights with others

## Step 1: Access Sift

To use Sift, you need an account in your organization's Sift instance.
Your manager should provide access to either the public cloud or GovCloud environment.

## Step 2: Import data

1. In **Sift's** home page, click **Import Data**.
2. Download [this](https://drive.google.com/file/d/1_8MXmOcT2vLh1zXE6uThX-bYytN4XGBS/view?usp=sharing) CSV file and upload it into Sift.
3. In **Asset**, click **New**, and in **Asset name**, enter:
   ```
   fl_quickstart_asset
   ```
4. In **Run**, change the Run name (**rover.csv**)  to
   ```
   fl_quickstart_run
   ```
5. Replace `fl` in `fl_quickstart_asset` and `fl_quickstart_run` with your initials. This helps avoid naming conflicts if others are doing this quickstart on the same Sift instance.
6. Click **Upload**, and then click **Close**.

## Step 3: Analyze data

1. In **Search**, enter the Run name.
2. In the results, click the run.
3. Click <Icon icon="arrow-up-right-from-square" /> **Explore**.
4. Create the following three panels:

   <Tabs>
     <Tab title="Panel 1">
       1. In <Icon icon="wave-pulse" /> **Channels**, click <Icon icon="hashtag" /> **battery\_charge**.
     </Tab>

     <Tab title="Panel 2">
       2. Click <Icon icon="plus" /> to add a new panel, then select <Icon icon="chart-line" /> **Timeseries**.
       3. In <Icon icon="wave-pulse" /> **Channels**, under **motor\_a**, click the following two Channels:
          * <Icon icon="hashtag" /> **current**
          * <Icon icon="hashtag" /> **temperature**
     </Tab>

     <Tab title="Panel 3">
       4. Click <Icon icon="plus" />, then select <Icon icon="table-list" /> **Table**.
       5. In <Icon icon="wave-pulse" /> **Channels**, click:
          * <Icon icon="hashtag" /> **battery\_charge**.
          * Under **motor\_a**, click the following two Channels:
            * <Icon icon="hashtag" /> **current**
            * <Icon icon="hashtag" /> **temperature**
     </Tab>
   </Tabs>
5. Create a multi-panel layout:
   1. Click and hold the **Table 1** tab then drag it to the bottom of the screen. Once you see the bottom area highlight, let go to place it there.
   2. Click and hold the **Timeseries 2** tab  then drag it to the bottom right corner of the screen.
   3. Right-click the **Timeseries 1** tab and select **Split right**.
   4. In **Channels**, **motor\_a**, click the following Channel:
      * <Icon icon="hashtag" /> **encoder**

## Step 4: Share data

Share links can be sent to other Sift users. When they open the link, they will see Explore with the **exact same configuration**, making collaboration easier and more consistent.

1. Click <Icon icon="link" /> **Share**.
2. Share the link.
