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

# Introduction

> The Fivemanage SDK for FiveM simplifies interaction with our public API, providing straightforward access to image, video, audio, and log hosting services.

The Fivemanage SDK is a powerful tool designed for FiveM server developers. It streamlines the process of integrating cloud-based media hosting and logging into your server, allowing you to focus on building great gameplay experiences.

## Key Features

<CardGroup cols={2}>
  <Card title="Image Hosting" icon="image">
    Capture screenshots from clients and upload them directly to Fivemanage.
  </Card>

  <Card title="Cloud Logging" icon="list-ul">
    Send server logs to a centralized dashboard with automatic player identifier tracking.
  </Card>

  <Card title="Presigned URLs" icon="link">
    Generate secure, temporary URLs for uploading media directly from the client or server.
  </Card>

  <Card title="Automatic Events" icon="bolt">
    Optionally log common server events like player connections, chat messages, and txAdmin actions automatically.
  </Card>
</CardGroup>

## Why use the SDK?

* **Simplicity**: Easy-to-use exports for both Lua and JavaScript/TypeScript.
* **Performance**: Built with performance in mind, using asynchronous operations to avoid blocking the main server thread.
* **Security**: Securely handle API keys using FiveM ConVars.
* **Insights**: Gain better visibility into your server's activity with structured logging and media management.

## Next Steps

Ready to get started? Follow our installation guide to set up the SDK on your server.

<Card title="Installation" icon="download" href="/fivem-sdk/installation">
  Learn how to install and configure the Fivemanage SDK.
</Card>
