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

# Exports

```
SERVER SIDE Exports -
--Active/Deactive Tags with permissions check 
exports['devcore_tags']:TagActiveWithCheck(source)

--Active/Deactive Tags without premissions check if you have own check 
local group = 'admin' 
exports['devcore_tags']:TagActiveWithoutCheck(source, group)

--Deactive Tags for deactivation it is possible to recall previous exports again 
exports['devcore_tags']:TagDeactive(source)
```
