# Badge

A number or status mark over an element. Badges are typically used for buttons or icons.

By default, a badge has 2 parts:&#x20;

1. A section to insert another element.
2. The badge indicator, which is a red [Text](/app-builder/app-construction/elements/web-elements/text.md) element.

<figure><img src="/files/3utWG0X0l2ZpF3BxALUU" alt=""><figcaption></figcaption></figure>

For example, this is what it will look like when you drag a button into a badge element.

<figure><img src="/files/tEWloVrPQA6Iq933xjkQ" alt=""><figcaption></figcaption></figure>

## Properties

No properties. See [Tooltip](/app-builder/app-construction/elements/tooltip.md) for tooltip configurations.

## Supported Events

No supported events.

## Supported Actions

**Set Data:** Change element data. See [Data Store](/app-builder/app-construction/data-store.md).

**Set Loading:** Set loading animation. See [Set loading animations](/app-builder/popular-use-cases/set-loading-animations.md).

{% hint style="info" %}
Visit [Interactions](/app-builder/app-construction/interactions.md) for more on events and actions.
{% endhint %}


---

# Agent Instructions: 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://docs.acho.io/app-builder/app-construction/elements/web-elements/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.
