> For the complete documentation index, see [llms.txt](https://2600hz.gitbook.io/sds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2600hz.gitbook.io/sds/sds-components-1/general-components/badge.md).

# Badge

## Overview

Badges can be utilized to display notification counts, distinguish between states or statuses, and indicate countries, among other purposes.

Recommended Usage:

&#x20;✅ Use badges to indicate notification counts or to draw attention to specific details that require user attention or action.

&#x20;✅ Utilize badges when content can have multiple states or categories, and the user requires a way to differentiate between them.&#x20;

✅ Single or multiple badges may be used simultaneously to categorize content when necessary.

Usage to Avoid&#x20;

❌ Don't use badges to represent filtering options, controls, or endpoints on the system, such as users, devices, numbers, etc.&#x20;

❌ Badges should not be utilized as interactive elements, as they cannot be clicked, focused, or edited. Their function is purely presentational.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://2600hz.gitbook.io/sds/sds-components-1/general-components/badge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
