# Introduction

Welcome to the **ZeroGravity Suite** documentation.\
This documentation covers two main modules developed for FiveM:

1. **PIN Code Minigame** – A minigame where players need to enter a PIN within a set time limit.
2. **Fake Plates Module** – A comprehensive system to manage vehicle plate services, including hiding, modifying, and special missions, with built-in logging.

Each module is designed to work as a standalone resource, while also being part of the ZeroGravity ecosystem. The documentation here explains features, configuration options, and usage guidelines for both modules.

> **Note:** For any customization or troubleshooting, please refer to the Developer Guide.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://0grav1ty.gitbook.io/zerogravity/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
