> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fivemanage.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TGIANN

> Learn how to integrate TGIANN scripts with Fivemanage.

To integrate TGIANN scripts with Fivemanage, follow these steps:

1. Open `tgiann-core\configs\screenshotConfig.lua`
2. Set `screenshot.fivemManage.active` to `true`
3. Set your **Fivemanage** API key in `screenshot.fivemManage.api`

```lua tgiann-core\configs\screenshotConfig.lua theme={null}
screenshot = {
    fivemanage     = {  -- https://fivemanage.com
        active = true,  -- Set to true to enable Fivemanage
        api = 'YOUR_API_KEY', -- Fivemanage API Key
    },
    discordWebhook = "" -- If 'fivemanage' is active, this will be ignored
}
```

For more information, visit the [TGIANN Documentation](https://docs.tgiann.com/).
