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

# Theme 404

<Warning>
  This **MUST** be done before you can use the theme. If you do not do this, the
  theme will not work. You will have to put this in your DBD Config **NOT** your
  Theme Config!
</Warning>

```js theme={null}
useTheme404: Boolean,
```

## Example Usage

```js theme={null}
useTheme404: true;
```
