# Everyday Scripts

- [Shops](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/shops.md): A tidy, themeable shop system for FiveM that rotates inventory, respects custom currencies and permissions, and gives players a smooth NUI storefront backed by real-time stock control.
- [Installation](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/shops/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/shops/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.
- [Exports](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/shops/exports.md): List of exports required for developers to integrate this script into their own resources.
- [Gun Jam](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/gunjam.md): This script adds a layer of realism to your FiveM server by making weapons jam during intense firefights, forcing players to deal with the frustration and strategy of clearing them.
- [Installation](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/gunjam/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/gunjam/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.
- [Exports](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/gunjam/exports.md): List of exports required for developers to integrate this script into their own resources.
- [Escort](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/escort.md): This script adds realistic player escorting mechanics to your FiveM server, perfect for roleplay scenarios, law enforcement interactions, or medical emergencies. The system allows one player to guide
- [Installation](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/escort/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/escort/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.
- [Exports](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/escort/exports.md): List of exports required for developers to integrate this script into their own resources.
- [Switch](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/switch.md): This script provides functionality for switching weapons in your FiveM server using the ox\_inventory resource. It allows players to switch between specified weapons by using a designated item.
- [Installation](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/switch/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/switch/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.


---

# 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://vanishdev.gitbook.io/vanishdev/everyday-scripts.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.
