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

# Quickstart

> Cryosphere Innovation's products help researchers collect data and draw insights in the world’s harshest and most scientifically interesting environments.

export const RemoveMintlify = () => {
  if (typeof document === "undefined") {
    return null;
  } else {
    setTimeout(() => {
      const aTag = Array.from(document.querySelectorAll('a')).find(el => el.textContent === 'Powered by Mintlify');
      if (aTag) {
        aTag.href = 'https://www.jasco.com/news/jasco-applied-sciences-acquires-cryosphere-innovation';
        aTag.textContent = 'Cryosphere Innovation is a wholly owned subsidiary of JASCO Applied Sciences';
        aTag.className = 'text-xs w-full text-center';
      }
    }, 1);
  }
};

<RemoveMintlify />

<img src="https://mintcdn.com/cryosphereinnovation/N38tEK5gU45DMXnw/images/nat-geo-simb3.jpg?fit=max&auto=format&n=N38tEK5gU45DMXnw&q=85&s=66000739c9d57f3220e65a5f39e1bd9f" className="rounded-lg" width="4320" height="1586" data-path="images/nat-geo-simb3.jpg" />

# Getting Started

<CardGroup cols={2}>
  <Card title="Create an account" icon="user" href="https://cryosphereinnovation.com/quote">
    Create an account to download data, pin deployments, and access the API.
  </Card>

  <Card title="Analyze SIMB3 Data" icon="chart-mixed" href="articles/simb3-deployed-on-mosaic">
    Quickly download, process, and plot through-ice data.
  </Card>

  <Card title="See how to deploy an SIMB3" icon="icicles" href="articles/simb3-deployed-on-mosaic">
    Learn best practices for deploying SIMB3s in less than 30 minutes.
  </Card>

  <Card title="Make an API call" icon="webhook" href="">
    Programmatically access deployment data in any language.
  </Card>
</CardGroup>

# Tutorials

<CardGroup cols={2}>
  <Card title="Plot SIMB3 data using Python" icon="code" href="tutorial/visualizing-simb3-data-using-python">
    Learn how to plot SIMB3 data using Python.
  </Card>

  <Card title="Plot SIMB3 data using MATLAB" icon="code" href="tutorial/visualizing-simb3-data-using-matlab">
    Learn how to plot SIMB3 data using MATLAB.
  </Card>
</CardGroup>
