intro
docs\products\fivem\intro.md
---
title: FiveM Scripts
sidebar_label: Overview
description: Documentation for FiveM scripts and server systems.
---
# FiveM Scripts
This section contains installation, configuration and API documentation for FiveM resources.
## Possible integrations
- ESX
- QBCore
- Standalone
- oxmysql
- OneSync
- custom framework adapters
## Typical structure
```text
devdave_resource/
├── client/
├── server/
├── shared/
├── locales/
├── config.lua
└── fxmanifest.lua