# Frameworks

- [Introduction](https://legion-studios.gitbook.io/legion-studios/frameworks/introduction.md)
- [Active Camo](https://legion-studios.gitbook.io/legion-studios/frameworks/active-camo.md): Legion Studios' active camo framework, and how to add your own active camo items.
- [Biology](https://legion-studios.gitbook.io/legion-studios/frameworks/biology.md): Legion Studios' biology framework, including how to use it and how to add your own biologies.
- [Droid Dispensers](https://legion-studios.gitbook.io/legion-studios/frameworks/dispensers.md): Legion Studios' droid dispensers, allowing Zeuses to have AI engage players quickly and take some of the load off of the Zeuses.
- [Equipment](https://legion-studios.gitbook.io/legion-studios/frameworks/equipment.md): Legion Studios' "weapon" framework is made up of several smaller scripts and functionality but all wrapped into a larger package.
- [Rangefinders](https://legion-studios.gitbook.io/legion-studios/frameworks/equipment/rangefinders.md): Adds extra information to Night Vision Goggles.
- [Impulsor](https://legion-studios.gitbook.io/legion-studios/frameworks/impulsor.md): Legion Studios' impulsor framework, allowing vehicles to move much faster at the cost of fuel.
- [Lighting (Headlamps)](https://legion-studios.gitbook.io/legion-studios/frameworks/lighting.md): Legion Studios' "lighting" framework, allowing modders to add built in lights to different pieces of equipment.
- [Map](https://legion-studios.gitbook.io/legion-studios/frameworks/map.md): Legion Studios' "map" framework, making changes / additions to the map display.
- [Weapons](https://legion-studios.gitbook.io/legion-studios/frameworks/weapons.md): Legion Studios' "weapon" framework is made up of several smaller scripts and functionality but all wrapped into a larger package.
- [Attachment Swapping](https://legion-studios.gitbook.io/legion-studios/frameworks/weapons/attachment-swapping.md): Automatically swap attachments after loading a magazine.
- [Aim Down Sight Sounds](https://legion-studios.gitbook.io/legion-studios/frameworks/weapons/aim-down-sight-sounds.md): Playing sounds when aiming down the sight of a weapon.
- [Explosives](https://legion-studios.gitbook.io/legion-studios/frameworks/weapons/explosives.md): Custom explosive properties
- [Vehicle-In-Vehicle Loading](https://legion-studios.gitbook.io/legion-studios/frameworks/vehicle-in-vehicle-loading.md): Legion Studios' viv "framework" to make loading vehicles easier for pilots.


---

# 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://legion-studios.gitbook.io/legion-studios/frameworks.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.
