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

# Info Banners

> Display informational notifications to users and inject contextual information into agent prompts

<Frame caption="Incident Info Banners">
  <img src="https://mintcdn.com/ago/nVwBOovwlRSHxKDS/features/images/incident-banners.webp?fit=max&auto=format&n=nVwBOovwlRSHxKDS&q=85&s=810c6cbe15cb0ab84703b10dd8d1acfd" alt="Incident Info Banners management showing active and inactive banners" width="1280" height="800" data-path="features/images/incident-banners.webp" />
</Frame>

Info Banners let administrators communicate service disruptions, maintenance windows, or other important events to users. When active, banners are displayed in the chat interface and their content is automatically injected into the agent prompt so the agent can provide accurate, context-aware responses.

## How It Works

1. An administrator creates a banner with a title, user-facing message, and optional detailed document content.
2. The banner is assigned to one or more agents.
3. When activated, the banner appears in the chat interface for users interacting with those agents.
4. The document content is injected into the agent's system prompt, giving the agent full context about the situation.
5. When no longer needed, the administrator deactivates or deletes the banner.

## Creating a Banner

Navigate to **Settings > Info Banners** in the admin panel and click **Create Banner**.

### General Settings

| Field                | Description                                                                                  |
| -------------------- | -------------------------------------------------------------------------------------------- |
| **Title**            | A short title identifying the banner (e.g., "Scheduled Maintenance on March 15").            |
| **Active/Inactive**  | Toggle to control whether the banner is currently displayed.                                 |
| **Banner Message**   | The user-facing message shown in the banner. Supports markdown links.                        |
| **Document Content** | Detailed information injected into the agent prompt and visible in the documentation portal. |
| **Background Color** | Customize the banner background color.                                                       |
| **Text Color**       | Customize the banner text color.                                                             |

### Agent Assignment

Select which agents this banner applies to. Only users interacting with the selected agents will see the banner. If no agents are selected, the banner will not be displayed to any user or injected into any agent prompt.

## Managing Banners

From the **Settings > Info Banners** list page, you can:

* **View** all banners with their status, assigned agents, and last update time.
* **Edit** a banner by clicking on its row.
* **Delete** a banner using the delete action.
* **Toggle activation** by editing the banner and switching the Active/Inactive toggle.

## Use Cases

* **Service outages**: Inform users that a specific service is down and provide the agent with instructions on how to respond to related queries.
* **Scheduled maintenance**: Warn users in advance about planned downtime and give the agent details about timing and impact.
* **Known issues**: Alert users about a known bug and equip the agent with workaround instructions.
* **Policy changes**: Communicate temporary policy changes so the agent provides accurate answers accordingly.
