# Scripts

- [Frozen Medic Job](https://docs.frozen-scripts.com/scripts/frozen-medic-job.md): An extensive alternative to pre-existing ESX/QBCore ambulance jobs!
- [Installation](https://docs.frozen-scripts.com/scripts/frozen-medic-job/installation.md): Basic installation instructions for this script
- [Dependencies](https://docs.frozen-scripts.com/scripts/frozen-medic-job/dependencies.md): Ensure these dependencies are installed and started before frozen\_ambulance
- [Exports](https://docs.frozen-scripts.com/scripts/frozen-medic-job/exports.md): Series of exports that will be added as time goes on. These are good for implementing radial menus and usage of 3rd party scripts
- [State Bags](https://docs.frozen-scripts.com/scripts/frozen-medic-job/state-bags.md): Available state bags
- [Customizations](https://docs.frozen-scripts.com/scripts/frozen-medic-job/customizations.md): Quick easy customizable functions
- [Common Issues](https://docs.frozen-scripts.com/scripts/frozen-medic-job/common-issues.md): Common issues and solutions to Frozen Ambulance
- [QBCore](https://docs.frozen-scripts.com/scripts/frozen-medic-job/common-issues/qbcore.md): Common issues in regards to 'frozen\_ambulance' and 'qb-core'
- [Frozen Crutch](https://docs.frozen-scripts.com/scripts/frozen-crutch.md): A immersive addition to my other resource Advanced Ambulance Job; My crutch system adds a prop and limp to your character for however long the doctor sees fit. W
- [Exports](https://docs.frozen-scripts.com/scripts/frozen-crutch/exports.md): Series of exports that will be added as time goes on. These are good for implementing radial menus and usage of 3rd party scripts
- [Frozen Scratch Ticket](https://docs.frozen-scripts.com/scripts/frozen-scratch-ticket.md)
- [Installations](https://docs.frozen-scripts.com/scripts/frozen-scratch-ticket/installations.md): Guide to installations and basic concepts of Frozen Scratch Ticket
- [Frozen Police Job](https://docs.frozen-scripts.com/scripts/frozen-police-job.md): An extensive alternative to the pre-existing ESX/QBCore police jobs!
- [Installation](https://docs.frozen-scripts.com/scripts/frozen-police-job/installation.md): Basic installation instructions for this script
- [Dependencies](https://docs.frozen-scripts.com/scripts/frozen-police-job/dependencies.md): Ensure these dependencies are installed and started before frozen\_police
- [Exports](https://docs.frozen-scripts.com/scripts/frozen-police-job/exports.md): Series of exports that will be added as time goes on. These are good for implementing radial menus and usage of 3rd party scripts
- [State Bags](https://docs.frozen-scripts.com/scripts/frozen-police-job/state-bags.md): Available state bags
- [Events](https://docs.frozen-scripts.com/scripts/frozen-police-job/events.md): List of possibly useful events
- [Customizations](https://docs.frozen-scripts.com/scripts/frozen-police-job/customizations.md): Quick easy customizable functions
- [Frozen Inventory](https://docs.frozen-scripts.com/scripts/frozen-inventory.md)
- [Features](https://docs.frozen-scripts.com/scripts/frozen-inventory/features.md)
- [Examples](https://docs.frozen-scripts.com/scripts/frozen-inventory/examples.md): Frozen Inventory code examples
- [Dependencies](https://docs.frozen-scripts.com/scripts/frozen-inventory/dependencies.md)
- [Installation](https://docs.frozen-scripts.com/scripts/frozen-inventory/installation.md)
- [v1.2 installation](https://docs.frozen-scripts.com/scripts/frozen-inventory/installation/v1.2-installation.md)
- [Helicopter Camera](https://docs.frozen-scripts.com/scripts/helicopter-camera.md)
- [Adding custom helicopters](https://docs.frozen-scripts.com/scripts/helicopter-camera/adding-custom-helicopters.md): A guide on adding new helcopter and plane cameras.
- [Moving the UI above the minimap](https://docs.frozen-scripts.com/scripts/helicopter-camera/moving-the-ui-above-the-minimap.md)
- [Adding controller inputs](https://docs.frozen-scripts.com/scripts/helicopter-camera/adding-controller-inputs.md)
- [Exports](https://docs.frozen-scripts.com/scripts/helicopter-camera/exports.md)
- [Events](https://docs.frozen-scripts.com/scripts/helicopter-camera/events.md)
- [Frozen Poker](https://docs.frozen-scripts.com/scripts/frozen-poker.md): 2-10 Player Texas Holdem Poker
- [Installation](https://docs.frozen-scripts.com/scripts/frozen-poker/installation.md): Basic installation instructions for this script
- [Dependencies](https://docs.frozen-scripts.com/scripts/frozen-poker/dependencies.md): Ensure these dependencies are installed and started before frozen-poker
- [Frozen Fishing](https://docs.frozen-scripts.com/scripts/frozen-fishing.md): Do you want to add some more depth to your servers Fishing job? Don't think it should just be a case of sitting their catching the same fish over and over? Think there should be some skill or knowledg
- [Installation](https://docs.frozen-scripts.com/scripts/frozen-fishing/installation.md): Basic installation instructions for this script
- [Dependencies](https://docs.frozen-scripts.com/scripts/frozen-fishing/dependencies.md): Ensure these dependencies are installed and started before frozen-fishing
- [Shop Items](https://docs.frozen-scripts.com/scripts/frozen-fishing/shop-items.md): Configured shop for Ox Inventory
- [Fishing Equipment Strength](https://docs.frozen-scripts.com/scripts/frozen-fishing/fishing-equipment-strength.md): HOW TO SETUP NEW FISHING EQUIPMENT OR TWEAK STRENGTHS OF OLD FISHING EQUIPMENT FISHING EQUIPMENT STRENGTHS
- [Frozen Gym](https://docs.frozen-scripts.com/scripts/frozen-gym.md)
- [Installation](https://docs.frozen-scripts.com/scripts/frozen-gym/installation.md)
- [Exports](https://docs.frozen-scripts.com/scripts/frozen-gym/exports.md)
- [Client Exports](https://docs.frozen-scripts.com/scripts/frozen-gym/exports/client-exports.md): Below are all the useful exports that you can use in other resources, be sure to read their descriptions.
- [Server Exports](https://docs.frozen-scripts.com/scripts/frozen-gym/exports/server-exports.md): Below are all the useful exports that you can use in other resources, be sure to read their descriptions.


---

# 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.frozen-scripts.com/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.
