> ## 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

> NoCloud CFX SDK provides seamless integration with the NoCloud platform, enabling FiveM and RedM servers to capture in-game screenshots and upload them directly to cloud storage.

## Features

<CardGroup cols={2}>
  <Card title="Native Screenshot Capture" icon="camera">
    Uses `@citizenfx/three` and `CfxTexture` for direct game view capture
  </Card>

  <Card title="Cloud Storage" icon="cloud">
    Upload screenshots directly to NoCloud's serverless storage
  </Card>

  <Card title="Signed URLs" icon="lock">
    Secure uploads with pre-signed URLs
  </Card>

  <Card title="Zero Dependencies" icon="bolt">
    Self-contained, no external resources required
  </Card>

  <Card title="TypeScript First" icon="code">
    Full type safety across client, server, and NUI
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/cloud/sdks/cfx/installation">
    Learn how to install the SDK
  </Card>

  <Card title="NUI SDK" icon="window" href="/cloud/sdks/cfx/nui">
    Browser-based integration
  </Card>
</CardGroup>
