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

# Tags Menu - Exports

## Get All Tags

```lua
exports[GetCurrentResourceName()]:GetTags()
```

## Get Current Headtag

```lua
exports[GetCurrentResourceName()]:GetHeadtag()
```

## Get Current Gangtag

```lua
exports[GetCurrentResourceName()]:GetGangtag()
```

## Clear All Tags

```lua
exports[GetCurrentResourceName()]:ClearTags()
```

## Clear Headtag

```lua
exports[GetCurrentResourceName()]:ClearHeadtag()
```

## Clear Gangtag

```lua
exports[GetCurrentResourceName()]:ClearGangtag()
```

## Force Tag

```lua
exports[GetCurrentResourceName()]:ForceTag({ Headtag = '~b~POLICE ~w~', Gangtag = '' })
```
