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

# Compute Manager

> Control panel for managing your qBraid Lab server instances

The Compute Manager extension offers a seamless interface to manage your computing environment.
You can effortlessly start, stop, and control your server, and switch between various compute
instances including CPU, GPU, and custom configurations—all directly from the qBraid Lab interface.

## Basic Usage

Open the Compute Manager extension by clicking on "Compute" in the qBraid Lab top-bar:

<div style={{ display: "flex", justifyContent: "center", alignItems: "center" }}>
  <img src="https://storage.googleapis.com/qbraid-static-assets/qbraid-docs/lab/compute-manager-basic.png" width="150%" />
</div>

Filter instances by `ALL`, `CPU`, or `GPU`. All compute instances are available by default.

The CPU instance usage is bound by your compute hours limit.

<div style={{ display: "flex", justifyContent: "center", alignItems: "center" }}>
  <img src="https://mintcdn.com/qbraidco/MWMLuPZDp_BcNo9C/lab/_static/compute_manager_cpu.png?fit=max&auto=format&n=MWMLuPZDp_BcNo9C&q=85&s=c12250b229c1c67590f62208fac2ba41" width="150%" data-path="lab/_static/compute_manager_cpu.png" />
</div>

GPU instances are billed per minute using qBraid [credits](/v2/home/pricing#credits).
Visit [Pricing](/v2/home/pricing#cpus-and-gpus) to learn more.

<div style={{ display: "flex", justifyContent: "center", alignItems: "center" }}>
  <img src="https://mintcdn.com/qbraidco/MWMLuPZDp_BcNo9C/lab/_static/compute_manager_gpu.png?fit=max&auto=format&n=MWMLuPZDp_BcNo9C&q=85&s=605f3f60383098c4a9a574427b61573d" width="150%" data-path="lab/_static/compute_manager_gpu.png" />
</div>

## Stop Instance

* Click "Stop" next to the currently running instance to stop your server directly from the jupyter lab.

<Warning>
  Before stopping your instance, ensure that you've saved your work. Any unsaved
  changes will be lost.
</Warning>
