# Bubble - Number Counter Plugin

### Overview

Simple element that allows you to add a counter to your app that counts up to a set number on page load. Can be used to display values and show stats.

For a demo of this plugin please visit: <https://anticodeplugin.bubbleapps.io/counter>

### Instructions

Drag the Counter element onto your page. In the element inspector, set the value (integer) to which the counter should count to. Adjust the width of the element according to your needs (having more than 4 digits will require a greater width).


---

# 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://anticode.gitbook.io/templates/plugins/bubble-number-counter-plugin.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.
