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

# Overview

VESSL provides a robust, scalable, and flexible **storage** system integrated seamlessly into your AI/ML development workflow. It supports both managed and external storage options, allowing for secure and efficient storage of diverse data types such as models, logs, and datasets.

<Tip>
  ### What is Volume?

  A **volume** is the unit of storage operation in VESSL, which can be imported or mounted to the workload container during the initialization step. This allows data to be accessible throughout the execution process. After the run commands are executed, volumes can also be exported for further use.
</Tip>

<img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/vesslai/6aBA2WrBVZlPiuT8/images/storages/overview/storage_overview.png?fit=max&auto=format&n=6aBA2WrBVZlPiuT8&q=85&s=1b4baa74282a022466a9702d318c5ae7" width="652" height="449" data-path="images/storages/overview/storage_overview.png" />

### Key features

1. **Automatic storage provisioning**: Files and directories are fully managed in VESSL Storage.
2. **Flexibility with external storage**: Integrate with external storage systems, including AWS S3, Google Cloud Storage, and on-premises NFS systems, without data migration.
3. **Seamless integration to workloads**: All volumes in the storage can either be imported or mounted directly to machine learning workloads, including [runs](../run/overview), [workspaces](../workspace/overview), [services](../service/overview), and [pipelines](../pipeline/overview). This ensure quick access to necessary data, optimizing performance and minimizing initialization time during operations.
4. **Exporting artifacts to storage**: All artifacts generated by your workloads, such as logs, metrics, and model checkpoints, can be exported to a volume in storage. This ensures that important results and data are securely stored and easily accessible for future use or analysis.

<CardGroup cols={2}>
  <Card icon="layer-group" title="VESSL storage" href="./vessl-storage" horizontal>
    Fully managed storage system within the platform
  </Card>

  <Card icon="hard-drive" title="External storage" href="./external-storage" horizontal>
    Integrate external cloud or on-prem storage into the platform
  </Card>
</CardGroup>
