# qtm-lib

- [Installation](https://docs.quantum-studios.net/qtm-lib/installation.md)
- [Imports](https://docs.quantum-studios.net/qtm-lib/imports.md)
- [Client Functions](https://docs.quantum-studios.net/qtm-lib/client-functions.md)
- [Framework](https://docs.quantum-studios.net/qtm-lib/client-functions/framework.md)
- [PlayerLoaded](https://docs.quantum-studios.net/qtm-lib/client-functions/framework/playerloaded.md): Description
- [SpawnVehicle](https://docs.quantum-studios.net/qtm-lib/client-functions/framework/spawnvehicle.md): Description
- [Dispatch](https://docs.quantum-studios.net/qtm-lib/client-functions/dispatch.md)
- [CreateDispatch](https://docs.quantum-studios.net/qtm-lib/client-functions/dispatch/createdispatch.md): Description
- [Fuel](https://docs.quantum-studios.net/qtm-lib/client-functions/fuel.md)
- [SetFuel](https://docs.quantum-studios.net/qtm-lib/client-functions/fuel/setfuel.md): Description
- [GetFuel](https://docs.quantum-studios.net/qtm-lib/client-functions/fuel/getfuel.md): Description
- [Inventory](https://docs.quantum-studios.net/qtm-lib/client-functions/inventory.md)
- [GetItemInfo](https://docs.quantum-studios.net/qtm-lib/client-functions/inventory/getiteminfo.md): Description
- [InventoryState](https://docs.quantum-studios.net/qtm-lib/client-functions/inventory/inventorystate.md): Description
- [ToggleInventoryBusy](https://docs.quantum-studios.net/qtm-lib/client-functions/inventory/toggleinventorybusy.md): Description
- [ToggleWeaponWheel](https://docs.quantum-studios.net/qtm-lib/client-functions/inventory/toggleweaponwheel.md): Description
- [Search](https://docs.quantum-studios.net/qtm-lib/client-functions/inventory/search.md): Description
- [Minigames](https://docs.quantum-studios.net/qtm-lib/client-functions/minigames.md)
- [Drill](https://docs.quantum-studios.net/qtm-lib/client-functions/minigames/drill.md): Description
- [TextUI](https://docs.quantum-studios.net/qtm-lib/client-functions/textui.md)
- [Show TextUI](https://docs.quantum-studios.net/qtm-lib/client-functions/textui/show-textui.md): Description
- [Hide TextUI](https://docs.quantum-studios.net/qtm-lib/client-functions/textui/hide-textui.md): Hides the current shown TextUI
- [Vehiclekeys](https://docs.quantum-studios.net/qtm-lib/client-functions/vehiclekeys.md)
- [Give VehicleKeys](https://docs.quantum-studios.net/qtm-lib/client-functions/vehiclekeys/give-vehiclekeys.md): Description
- [Weather](https://docs.quantum-studios.net/qtm-lib/client-functions/weather.md)
- [Enable Weather](https://docs.quantum-studios.net/qtm-lib/client-functions/weather/enable-weather.md): Enables weather changing
- [Pause Weather](https://docs.quantum-studios.net/qtm-lib/client-functions/weather/pause-weather.md): Pauses weather changes
- [Client Events](https://docs.quantum-studios.net/qtm-lib/client-events.md)
- [onPlayerLoaded](https://docs.quantum-studios.net/qtm-lib/client-events/onplayerloaded.md): Gets triggered when a player loads
- [onPlayerLogout](https://docs.quantum-studios.net/qtm-lib/client-events/onplayerlogout.md): Gets triggered when a player logouts
- [Server Functions](https://docs.quantum-studios.net/qtm-lib/server-functions.md)
- [Framework](https://docs.quantum-studios.net/qtm-lib/server-functions/framework.md)
- [General](https://docs.quantum-studios.net/qtm-lib/server-functions/framework/general.md)
- [GetChar](https://docs.quantum-studios.net/qtm-lib/server-functions/framework/getchar.md): Description
- [GetJob](https://docs.quantum-studios.net/qtm-lib/server-functions/framework/getjob.md): Description
- [Dispatch](https://docs.quantum-studios.net/qtm-lib/server-functions/dispatch.md)
- [Inventory](https://docs.quantum-studios.net/qtm-lib/server-functions/inventory.md)
- [Log](https://docs.quantum-studios.net/qtm-lib/server-functions/log.md)
- [Create](https://docs.quantum-studios.net/qtm-lib/server-functions/log/create.md): Description
- [Shared Functions](https://docs.quantum-studios.net/qtm-lib/shared-functions.md)
- [DumpTable](https://docs.quantum-studios.net/qtm-lib/shared-functions/dumptable.md)
- [Logging](https://docs.quantum-studios.net/qtm-lib/shared-functions/logging.md)
- [Notification](https://docs.quantum-studios.net/qtm-lib/shared-functions/notification.md)


---

# 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://docs.quantum-studios.net/qtm-lib.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.
