# Welcome to PHYSIX documentation

<figure><img src="/files/KcuW4WiGfpeLYvbjVzKA" alt=""><figcaption></figcaption></figure>

This documentation website is designed to guide you through the setup, configuration, and usage of scripts for your FiveM server. Whether you're a beginner setting up your first server or an experienced developer customizing complex systems, you'll find detailed explanations, examples, and best practices here.

Our goal is to make implementing and troubleshooting scripts as simple as possible, helping you create an engaging and immersive experience for your players. Explore the sections below to start enhancing your FiveM server today!

Feel free to contribute or provide feedback to keep this documentation up-to-date and helpful for the entire FiveM community.

## Available scripts

<table data-card-size="large" data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-type="number"></th><th data-hidden data-type="checkbox"></th></tr></thead><tbody><tr><td>P6 Additional Needs</td><td>Give your players additional needs</td><td><a href="/files/bfbtPONv0ow97xJJ5Tih">/files/bfbtPONv0ow97xJJ5Tih</a></td><td></td><td><a href="/pages/cHEQaX1vPG3fnajBeKRx">/pages/cHEQaX1vPG3fnajBeKRx</a></td><td>null</td><td>false</td></tr><tr><td>P6 Bodyguards</td><td>Create your own squad of bodyguards</td><td><a href="/files/sDH0083ZGwx79hwIXYpC">/files/sDH0083ZGwx79hwIXYpC</a></td><td></td><td><a href="/pages/RSGGqyminfqxURLZYehy">/pages/RSGGqyminfqxURLZYehy</a></td><td>null</td><td>false</td></tr><tr><td><strong>P6 Bridge</strong></td><td>Centralized Alarms &#x26; Logs System</td><td><a href="/files/ZjfFzwYtputBOas3WF5O">/files/ZjfFzwYtputBOas3WF5O</a></td><td>dfgsdfg</td><td><a href="/pages/IEUpqdlVaBFgDw9QfMRt">/pages/IEUpqdlVaBFgDw9QfMRt</a></td><td>null</td><td>false</td></tr><tr><td>P6 Gym</td><td>Access a gym anywhere on the map</td><td><a href="/files/toHakoSdwfx7F90oCE8T">/files/toHakoSdwfx7F90oCE8T</a></td><td></td><td><a href="/pages/wR0zGkJZaOKXFYKHxa4k">/pages/wR0zGkJZaOKXFYKHxa4k</a></td><td>null</td><td>false</td></tr><tr><td>P6 Settings</td><td>Provide additional configuration for your server</td><td><a href="/files/WPfQxo6cgZKuboDeglPB">/files/WPfQxo6cgZKuboDeglPB</a></td><td></td><td><a href="/pages/jZnKypCBrled7U0OAXrl">/pages/jZnKypCBrled7U0OAXrl</a></td><td>null</td><td>false</td></tr><tr><td>P6 Zones</td><td>Create PVP, PVE, safe and protected zones</td><td><a href="/files/dRRnnUm4ld7mHLThF9Gl">/files/dRRnnUm4ld7mHLThF9Gl</a></td><td></td><td><a href="/pages/CQjHDvuOsduHxbRZTL2j">/pages/CQjHDvuOsduHxbRZTL2j</a></td><td>null</td><td>false</td></tr><tr><td>Zombie Waves - DLC for P6 Zones</td><td>Create fully customizable survival zones where NPC hordes (zombies or any other NPC) spawn in waves</td><td><a href="/files/0FOKOZZRRlHIWzp64fSy">/files/0FOKOZZRRlHIWzp64fSy</a></td><td></td><td><a href="/pages/3alL95dIc7rYajvQszw9">/pages/3alL95dIc7rYajvQszw9</a></td><td>null</td><td>false</td></tr><tr><td>P6 Spawner</td><td>Create, Edit, and Delete Objects</td><td><a href="/files/4Mur8zUnkY2Cy7aIh7cg">/files/4Mur8zUnkY2Cy7aIh7cg</a></td><td></td><td><a href="/pages/UbUBM5YJGU7SBRxyneiH">/pages/UbUBM5YJGU7SBRxyneiH</a></td><td>null</td><td>false</td></tr><tr><td>P6 Whitelist</td><td>Quiz / Test / Questionnaire for players after joining your server</td><td><a href="/files/FKeaweJ886arHhOWn1ak">/files/FKeaweJ886arHhOWn1ak</a></td><td></td><td><a href="/pages/gwQuSGCU9Ql0RwJLX5sE">/pages/gwQuSGCU9Ql0RwJLX5sE</a></td><td>null</td><td>false</td></tr><tr><td><mark style="color:yellow;"><strong>More coming soon!</strong></mark></td><td></td><td></td><td></td><td></td><td>null</td><td>false</td></tr></tbody></table>


---

# 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://physix-engineering.gitbook.io/physix-engineering-documentation/readme.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.
