---
title: "Brainfish Widget Overrides Guide"
description: "This audit calls for only two surgical edits. The rest of the article body should remain exactly as live."
canonical_url: "https://help.brainfi.sh/articles/brainfish-widget-overrides-guide-K96JtYxorD"
md_url: "https://help.brainfi.sh/articles/brainfish-widget-overrides-guide-K96JtYxorD.md"
---
# Brainfish Widget Overrides Guide

This audit calls for only two surgical edits. The rest of the article body should remain exactly as live.

## Edit 1 — Replace the opening `:::info` callout

Currently:

```
:::info
> **📌 Note:** Only use overrides when configuration needs to be controlled via code (e.g., dynamic values, user-specific customization, programmatic control). For static configuration, use the [Widget Configuration UI](https://app.brainfi.sh/agents) in your dashboard instead.

:::
```

Replace with:

```
> **Note:** Only use overrides when configuration needs to be controlled via code (e.g. dynamic values, user-specific customization, programmatic control). For static configuration, use the [Widget Configuration UI](https://app.brainfi.sh/agents) in your dashboard instead.
```

## Edit 2 — Fix the support email at the bottom of the article

Currently:

```
* **Email Support**: [support@brainfi.sh](mailto:support@brainfi.sh)
```

Replace with:

```
* **Email Support**: [hello@brainfi.sh](mailto:hello@brainfi.sh)
```

No other edits required.
