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

# Exports

***

<mark style="color:$success;">addRadialItem</mark> Export

```lua
exports['stg-radialmenu']:addRadialItem({
    id = 'test1',
    icon = 'fa-solid fa-bug',
    label = 'Test 1',
    description = 'This is a test item',
    job = 'police',
    inVehicle = false,
    action = function()
        print('Test 1 action executed')
    end
})
```

<mark style="color:$success;">removeRadialItem</mark> Export

```lua
exports['stg-radialmenu']:removeRadialItem('test1')
```

**You need extra exports?**

**Then join our** [**Discord!**](http://discord.com/invite/stg) **and share the details with us — we take requests seriously and will do our best to implement them.** :blue\_heart:
