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

# Introduction

> Cloud storage API for uploading and managing media files

## Overview

The Storage API allows you to upload screenshots and files directly to NoCloud's serverless storage. It provides both client-side and server-side exports for flexible integration with additional lua libraries.

<CardGroup cols={2}>
  <Card title="Client Exports" icon="desktop" href="/cloud/sdks/cfx/storage/client-exports">
    Capture screenshots and upload from the client
  </Card>

  <Card title="Server Exports" icon="server" href="/cloud/sdks/cfx/storage/server-exports">
    Upload files and manage media from the server
  </Card>
</CardGroup>
