> For the complete documentation index, see [llms.txt](https://docs.starboard.best/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starboard.best/tutorials/blacklist-whitelist-channels.md).

# Blacklist/Whitelist channels

There is no dedicated whitelist or blacklist setting for starboards; however, you can use [Setting Overrides](/docs/setting-overrides.md) to enable/disable the starboard for a certain set of channels.

### Blacklist

1. Create an override (`/overrides create`--name doesn't matter)
2. Add the channels you want to blacklist with `/overrides channels add`
3. Set the `enabled` option for the override to false (`/overrides edit behavior ... enabled: false`)

### Whitelist

1. Set the `enabled` setting to false for the starboard (`/starboards edit behavior ... enabled: false`
2. Follow the same steps for blacklisting, but set `enabled` to true for the override
