> For the complete documentation index, see [llms.txt](https://docs.biyei.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biyei.net/scripts/announcement-system/configuration.md).

# Configuration

{% hint style="info" %}
Change in Config.Framework your Framework
{% endhint %}

```
Config.Framework = 'esx' -- You can change to 'esx' or 'qb-core'
```

## Config File

<pre><code>Config = {}
<strong>Config.Framework = 'esx' -- You can change to 'esx' or 'qb-core'
</strong>Config.LogoURL = 'https://i.imgur.com/X6b9nxl.png'
Config.TitleAnnounce = 'Announcement'
Config.Command = 'announcement'
Config.AnnouncementDuration = 10 -- In Seconds
Config.AdminAccess = {'admin', 'mod'}
Config.Error = "You can't leave the arguments in the announcement empty"
</code></pre>
