# Useful Links

**Lua 5.4 Reference Manual:** <https://www.lua.org/manual/5.4/>

**CFX lua:** <https://github.com/citizenfx/lua/blob/luaglm-dev/cfx/README.md>

**FiveM windows artifacts** <https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/>\*\*\*\*

**FiveM docs:** <https://docs.fivem.net/docs/>\*\*\*\*

**Setting up fxmanifest.lua** <https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/>\*\*\*\*

**Lua FiveM scripting guide:** <https://docs.fivem.net/docs/scripting-manual/runtimes/lua/>\*\*\*\*

**C# FiveM Scripting Guide:** <https://docs.fivem.net/docs/scripting-manual/runtimes/csharp/>\*\*\*\*

**JavaScript FiveM Scripting Guide** <https://docs.fivem.net/docs/scripting-manual/runtimes/javascript/>\*\*\*\*

**FiveM Controls:** <https://docs.fivem.net/docs/game-references/controls/>\*\*\*\*

**FiveM Blips** <https://docs.fivem.net/docs/game-references/blips/>\*\*\*\*

**FiveM Markers** <https://docs.fivem.net/docs/game-references/markers/>\*\*\*\*

**FiveM Ped Models** <https://docs.fivem.net/docs/game-references/ped-models/>\*\*\*\*

**GTA V Props** <https://forge.plebmasters.de/>

**GTA V Assests (clothing)** <https://tobii.space/>\*\*\*\*

**GTA V Vehicles** <https://www.gtabase.com/grand-theft-auto-v/vehicles>

**Stream Clothing:** <https://forum.cfx.re/t/how-to-stream-custom-clothes/167805>

**Console Commands:** <https://docs.fivem.net/docs/client-manual/console-commands/>

**FiveM Input Map Keys:** <https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/>

**Vehicle Meta File:** <https://forums.gta5-mods.com/topic/3850/tutorial-vehicles-meta>\*\*\*\*

**Vehicle Handling File:** <https://forums.gta5-mods.com/topic/3842/tutorial-handling-meta>

**Setting up a server:** <https://docs.fivem.net/docs/server-manual/setting-up-a-server/>\*\*\*\*

**Server commands/variables:** <https://docs.fivem.net/docs/server-manual/server-commands/>\*\*\*\*

**Introduction to resources:** <https://docs.fivem.net/docs/scripting-manual/introduction/introduction-to-resources/>\*\*\*\*

**Creating your first script in Lua:** <https://docs.fivem.net/docs/scripting-manual/introduction/creating-your-first-script/>\*\*\*\*

**Creating your first script in C#:** <https://docs.fivem.net/docs/scripting-manual/introduction/creating-your-first-script-csharp/>\*\*\*\*

**Creating your first script in JavaScript:** <https://docs.fivem.net/docs/scripting-manual/introduction/creating-your-first-script-javascript/>\*\*\*\*

**Working with events:** <https://docs.fivem.net/docs/scripting-manual/working-with-events>\*\*\*\*

**User interfaces with NUI:** <https://docs.fivem.net/docs/scripting-manual/nui-development>\*\*\*\*

**Using scaleform:** <https://docs.fivem.net/docs/scripting-manual/using-scaleform>\*\*\*\*

**Using the profiler:** <https://docs.fivem.net/docs/scripting-manual/debugging/using-profiler/>\*\*\*\*

**Resource manifest:** <https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest>\*\*\*\*

**Client functions:** <https://docs.fivem.net/docs/scripting-reference/client-functions>\*\*\*\*

**Server functions:** <https://docs.fivem.net/docs/scripting-reference/server-functions>\*\*\*\*

**Client events:** <https://docs.fivem.net/docs/scripting-reference/events/client-events>\*\*\*\*

**Server events:** <https://docs.fivem.net/docs/scripting-reference/events/server-events>\*\*\*\*

**Core events:** <https://docs.fivem.net/docs/scripting-reference/events/list/>\*\*\*\*

**Convars:** <https://docs.fivem.net/docs/scripting-reference/convars>\*\*\*\*

**Game references ie, controls, keys, blips, markers, etc:** <https://docs.fivem.net/docs/game-references/>\*\*\*\*

**Support/Issues/Debugging/FAQ:** <https://docs.fivem.net/docs/support/>\*\*\*\*

**Full native list:** <https://docs.fivem.net/natives/>


---

# 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.qbcore.org/qbcore-documentation/guides/useful-links.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.
