# DOCUMENTATION

## DOCUMENTATION

- [INTRODUCTION](https://docs.moxha.dev/documentation/introduction.md): So welcome, you can get detailed information about the scripts and you can configure it according to you.
- [INFORMATION](https://docs.moxha.dev/documentation/information.md): About the support and license
- [PAID SCRIPTS](https://docs.moxha.dev/documentation/paid-scripts.md): You can view my paid scripts here
- [Surround (Spatial Audio)](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio.md): Yeah, you're looking fivem' best sound script by far
- [Introduction](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/introduction.md): Whats that
- [Installation](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/installation.md): Quick Installation
- [API](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/api.md): Api is divided into three parts as client server and shared.
- [Client](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/api/client.md): Manipulate the sound
- [Set](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/api/client/set.md): These are setters
- [Get](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/api/client/get.md): These are getters
- [Handlers](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/api/client/handlers.md): These are handlers
- [Server](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/api/server.md): Manipulate the sound
- [Set](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/api/server/set.md): These are setters
- [Get](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/api/server/get.md): These are getters
- [Shared](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/api/shared.md): These are shared exports
- [Examples](https://docs.moxha.dev/documentation/paid-scripts/surround-spatial-audio/examples.md): Some of good examples
- [Motels](https://docs.moxha.dev/documentation/paid-scripts/motels.md): MX-MOTELS is the most realistic motel system. It supports many frameworks and is user-friendly.
- [Introduction](https://docs.moxha.dev/documentation/paid-scripts/motels/introduction.md): General information about the motel.
- [Motel Manager](https://docs.moxha.dev/documentation/paid-scripts/motels/introduction/motel-manager.md): About the worker and owner
- [Customer](https://docs.moxha.dev/documentation/paid-scripts/motels/introduction/customer.md): About the customer
- [Rent Cycle](https://docs.moxha.dev/documentation/paid-scripts/motels/introduction/rent-cycle.md): About the rent cycle
- [Share Key](https://docs.moxha.dev/documentation/paid-scripts/motels/introduction/share-key.md): About share a room
- [Auto System](https://docs.moxha.dev/documentation/paid-scripts/motels/introduction/auto-system.md): About the auto system
- [Admin](https://docs.moxha.dev/documentation/paid-scripts/motels/introduction/admin.md): About the admin menu
- [Logs](https://docs.moxha.dev/documentation/paid-scripts/motels/introduction/logs.md): About the logs
- [Configurable Codes](https://docs.moxha.dev/documentation/paid-scripts/motels/introduction/configurable-codes.md): Interactions you can edit
- [Optimization](https://docs.moxha.dev/documentation/paid-scripts/motels/introduction/optimization.md): About the optimization
- [Installation](https://docs.moxha.dev/documentation/paid-scripts/motels/installation.md): How do I install?
- [FREE SCRIPTS](https://docs.moxha.dev/documentation/free-scripts.md): You can view here my free scripts.
- [FiveM Manager Bot](https://docs.moxha.dev/documentation/free-scripts/fivem-manager-bot.md): FiveM Manager Bot's has awesome features and is easy to setup
- [INSTALLATION](https://docs.moxha.dev/documentation/free-scripts/fivem-manager-bot/installation.md): About the installation


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.moxha.dev/documentation/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.
