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

# Guild settings

> Server-wide settings: error reporting channel and bot update channel.

Guild settings is where server-wide bot configuration lives. It's separate from per-feature settings — nothing here is tied to one command. The [Server Images](/features/server-images) library is also surfaced on this page.

Open **Dashboard → Guild Settings**.

## Channel routing

### Error reporting channel

<ResponseField name="Error Reporting Channel" type="channel picker">
  The bot posts error alerts to this channel when a command or feature crashes. Useful for catching bugs and permission issues quickly.

  If left unset, errors only appear in the bot's per-server log file (which admins would have to fetch manually).
</ResponseField>

Errors posted here include the error type, a short message, and the feature that triggered them. No sensitive configuration is leaked — just enough to diagnose and open a support ticket.

### Bot update channel

<ResponseField name="Bot Update Channel" type="channel picker">
  The bot posts news and release-notes messages to this channel when new features ship or behavior changes. One channel per server.
</ResponseField>

If left unset, your server doesn't receive update announcements. They are still posted to the bot's own support server.

## Saving

Both channels save together with the **Save Settings** button at the bottom of the Channel Routing section. Changes apply immediately.

## See also

* [Server Images](/features/server-images) — image library shown on the same dashboard page.
