> For the complete documentation index, see [llms.txt](https://arctic-development.gitbook.io/arctic-development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arctic-development.gitbook.io/arctic-development/scripts.md).

# scripts

- [Tags Menu](https://arctic-development.gitbook.io/arctic-development/scripts/tags-menu.md)
- [Tags Menu - Installation](https://arctic-development.gitbook.io/arctic-development/scripts/tags-menu/tags-menu-installation.md): Below is a detailed Step By Step Installation Guide for the Tags Menu Script for your FiveM Community/Server
- [Tags Menu - Exports](https://arctic-development.gitbook.io/arctic-development/scripts/tags-menu/tags-menu-exports.md): Below is all exports for the Tags Menu Script
- [NPC Manager](https://arctic-development.gitbook.io/arctic-development/scripts/npc-manager.md)
- [NPC Manager - Installation](https://arctic-development.gitbook.io/arctic-development/scripts/npc-manager/npc-manager-installation.md): Below is a detailed Step By Step Installation Guide for the NPC Manager Script for your FiveM Community/Server
- [Vehicle Morph](https://arctic-development.gitbook.io/arctic-development/scripts/vehicle-morph.md)
- [Vehicle Morph - Installation](https://arctic-development.gitbook.io/arctic-development/scripts/vehicle-morph/vehicle-morph-installation.md): Below is a detailed Step By Step Installation Guide for the Vehicle Morph Script for your FiveM Community/Server
- [Server Cleaner](https://arctic-development.gitbook.io/arctic-development/scripts/server-cleaner.md)
- [Server Cleaner - Installation](https://arctic-development.gitbook.io/arctic-development/scripts/server-cleaner/server-cleaner-installation.md): Below is a detailed Step By Step Installation Guide for the Server Cleaner Script for your FiveM Community/Server
- [Loading Screen](https://arctic-development.gitbook.io/arctic-development/scripts/loading-screen.md)
- [Loading Screen - Installation](https://arctic-development.gitbook.io/arctic-development/scripts/loading-screen/loading-screen-installation.md): Below is a detailed Step By Step Installation Guide for the Loading Screen Script for your FiveM Community/Server
- [Debug Weapon](https://arctic-development.gitbook.io/arctic-development/scripts/debug-weapon.md)
- [Debug Weapon - Installation](https://arctic-development.gitbook.io/arctic-development/scripts/debug-weapon/debug-weapon-installation.md): Below is a detailed Step By Step Installation Guide for the Debug Weapon Installation for your FiveM Community/Server
- [Vehicle Spawner](https://arctic-development.gitbook.io/arctic-development/scripts/vehicle-spawner.md)
- [Vehicle Spawner - Installation](https://arctic-development.gitbook.io/arctic-development/scripts/vehicle-spawner/vehicle-spawner-installation.md): Below is a detailed Step By Step Installation Guide for the Vehicle Spawner Script for your FiveM Community/Server
- [Kills Counter System](https://arctic-development.gitbook.io/arctic-development/scripts/kills-counter-system.md)
- [Kills Counter System - Installation](https://arctic-development.gitbook.io/arctic-development/scripts/kills-counter-system/kills-counter-system-installation.md): Below is a detailed Step By Step Installation Guide for the Kills Counter System Script for your FiveM Community/Server
- [Server Voting](https://arctic-development.gitbook.io/arctic-development/scripts/server-voting.md)
- [Server Voting - Installation](https://arctic-development.gitbook.io/arctic-development/scripts/server-voting/server-voting-installation.md): Below is a detailed Step By Step Installation Guide for the Server Manager Script for your FiveM Community/Server
- [Speed Manager](https://arctic-development.gitbook.io/arctic-development/scripts/speed-manager.md)
- [Speed Manager- Installation](https://arctic-development.gitbook.io/arctic-development/scripts/speed-manager/speed-manager-installation.md): Below is a detailed Step By Step Installation Guide for the Speed Manager Script for your FiveM Community/Server


---

# 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 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, and the optional `goal` query parameter:

```
GET https://arctic-development.gitbook.io/arctic-development/scripts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
