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

# Changing Config

To change the config, such as the color scheme or customCSS, without rerunning the script, set the config variables and call the load function.

```javascript theme={null}
window.theAnimeCommunityConfig = {
    MAL_ID: 'EXAMPLE',
    episodeChapterNumber: 'EXAMPLE',
    mediaType: 'EXAMPLE'
};

window.theAnimeCommunity.reload()
```
