Skip to main content

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.

1

Install the Package

Choose your preferred installation method:
Install the package using your preferred package manager:
npm install @nocloud/cfx-nui
2

Import the SDK

If using a package manager, import the SDK in your code:
import { NoCloud } from "@nocloud/cfx-nui";
If using the CDN script tag, skip this step. The NoCloud object is available globally.