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

# Workflows

> Composable analysis pipelines that process your data

Workflows are the analysis pipelines that Atomscale runs on your data. Each workflow processes raw instrument data through a sequence of steps to extract metrics, detect patterns, or produce derived outputs. They run automatically when data arrives and store their results for visualization, comparison, and export.

## Characterization Workflows

Each characterization method on the platform is a workflow. When you upload or stream data from an instrument, the corresponding characterization workflow runs automatically to extract metrics and features specific to that technique.

<CardGroup cols={2}>
  <Card title="RHEED" icon="wave-square" href="/platform/characterization/rheed">
    Surface structure analysis from diffraction patterns and intensity oscillations.
  </Card>

  <Card title="XPS" icon="atom" href="/platform/characterization/xps">
    Elemental composition from photoelectron spectra.
  </Card>

  <Card title="Ellipsometry" icon="sun" href="/platform/characterization/ellipsometry">
    Optical property timeseries from spectroscopic ellipsometry.
  </Card>

  <Card title="Optical Images" icon="image" href="/platform/characterization/optical-images">
    Video segmentation and morphology tracking.
  </Card>

  <Card title="SEM" icon="microscope" href="/platform/characterization/sem">
    Particle segmentation and morphological analysis.
  </Card>

  <Card title="Photoluminescence" icon="lightbulb" href="/platform/characterization/photoluminescence">
    Spectral analysis of photoluminescence emission.
  </Card>

  <Card title="Raman" icon="wave-sine" href="/platform/characterization/raman">
    Vibrational spectroscopy for material composition.
  </Card>

  <Card title="SIMS" icon="layer-group" href="/platform/characterization/sims">
    Depth profiling of elemental composition.
  </Card>
</CardGroup>

See the [Characterization overview](/platform/characterization) for details on each technique.

## Cross-Cutting Workflows

These workflows operate across characterization data to provide additional analysis.

<CardGroup cols={2}>
  <Card title="Similarity" icon="chart-scatter" href="/platform/reference/workflows/similarity">
    Embed characterization timeseries into 2D for visual comparison, and track similarity to
    reference items over time.
  </Card>

  <Card title="Changepoint Detection" icon="bell" href="/platform/reference/workflows/changepoint-detection">
    Detect changepoints on RHEED streams in real time, labelled from reference changepoints in a project.
  </Card>

  <Card title="Tool State" icon="gauge" href="/platform/reference/workflows/tool-state">
    Parse, clean, and analyze instrument log files from synthesis tools.
  </Card>
</CardGroup>
