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

# Analyze a Run

> Open a Run in Explore, plot Channels, build a multi-Panel workspace to analyze and share telemetry.

After completing this topic, you can visualize and explore telemetry from a single Run to understand signal behavior over time, then share your findings with your team.

## Before you begin

* You have a Run with ingested telemetry data.
* You know which Channels you want to investigate.

## How Run analysis works

A Run represents a defined time window of telemetry captured from an Asset. To analyze a Run, you open it in [Explore](/documentation/reference/explore-settings) and plot Channels across Panels to visualize signal behavior over time. Explore supports multiple [Panel types](/documentation/reference/explore-settings#panel-types), each suited to a different kind of analysis. For enum and boolean channels, use the [Enum Panel](/documentation/reference/explore-settings#panel-types) to visualize discrete states as a color-coded timeline.

You can arrange multiple Panels side by side and save your layout as a [Panel Configuration](/documentation/reference/explore-settings#panel-configurations) for reuse across future Runs.

<Tip>
  **Phase Annotation**: If a Run spans multiple tests or sub-events, mark the start and end of each one with a [Phase Annotation](/documentation/reference/explore-settings#annotations). Phase Annotations let you correlate telemetry to a specific test without creating a separate Run for each one, and you can use them as alignment points when comparing the same test across Runs.
</Tip>

## Open and analyze a Run

1. Select **Runs** in the navigation, then enter the Run name in the **Search** box.
2. In the **Runs** table, click the **Run** you want to analyze.
3. Click <Icon icon="arrow-up-right-from-square" /> **Explore**.
4. Select a [Panel type](/documentation/reference/explore-settings#panel-types) to add to the workspace.
5. In the <Icon icon="wave-pulse" /> **Channels** tab, click or drag a Channel onto the Panel to plot it.
   * To plot multiple Channels at once, hold **Shift** and click to select a range, or hold **Cmd** (Mac) / **Ctrl** (Windows, Linux) and click to add or remove individual Channels. Drag any selected Channel to plot the entire selection, or right-click any selected Channel to apply a context menu action to all selected Channels.
6. Optional: To change how Channel data is downsampled, open the <Icon icon="gear" /> Panel settings, click the **Channel** tab, locate the Channel, click <Icon icon="angle-right" /> **Expand**, and select a method from the **Sampling method** list.
   * See [Sampling method options](/documentation/reference/explore-settings#timeseries-channel) for available methods.
7. Optional: To compare signals side by side, [split](/documentation/reference/explore-settings#layout) a Panel by right-clicking its tab and selecting a split direction.
   * The split duplicates the Panel in the selected direction and creates an independent Panel that can be configured separately.
   * Alternatively, click <Icon icon="plus" /> to add a new Panel from scratch.
8. Optional: Use [range controls](/documentation/reference/explore-settings#range-controls) to zoom into a time range and focus on a specific event or anomaly.
9. Optional: To create a new Run or Metrics Panel from a specific X-axis range in a Time Series Panel, click <Icon icon="square-dashed-circle-plus" /> **Select X** in the toolbar, click and drag over the desired range, right-click the selection, and select <Icon icon="plus" /> **Create Run** or <Icon icon="tally" /> **Create Metrics Panel**.
   * See [Run from selection](/documentation/reference/explore-settings#run-from-selection) and [Metrics Panel from selection](/documentation/reference/explore-settings#metrics-panel-from-selection) for details.

## Set a Panel's timezone

Every new Panel uses a default timezone. To change the default for all new Panels, open <Icon icon="sliders" /> **User Settings** in Explore and select a different **Default Timezone**. To display a different timezone on a single Panel without changing that default, set it directly on the Panel.

1. In the Panel, click <Icon icon="gear" /> **Settings**.
2. Open the **Time-alignment** tab.
3. In the **Alignment** list, select **Timezone**.
4. Select the timezone you want to apply to this Panel.

<Info>
  **Supported Panels**: Timeseries, Histogram, Geo Map, FFT, and Scatter Plot Panels support a per-Panel timezone override.
</Info>

## Share your analysis

Instead of describing what you found, send a teammate a link to it. Sift captures the current workspace state, including plotted Channels, panel layout, and time range, and generates a link that opens the same view.

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

## Reference

* [Explore settings](/documentation/reference/explore-settings)
