> For the complete documentation index, see [llms.txt](https://docs.jgscripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jgscripts.com/hud/exports.md).

# Exports

### **Hide or show the entire HUD**

```lua
exports["jg-hud"]:toggleHud(true/false)
```

### Hide or show the vehicle control menu

```lua
exports["jg-hud"]:toggleVehicleControl(true/false)
```
