> For the complete documentation index, see [llms.txt](https://docs.carpose.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.carpose.de/components/10_budget-calculator.md).

# Budget Calculator

{% hint style="warning" %}
The Budget Calculator is a **feature of the** [**Vehicle Search Form**](/vehicle-search-modules/01_vehicle-search-form.md), not a standalone embeddable component. There is no `data-carpose-component="budget-calculator"` — it is enabled with the `data-budget-calculator` attribute on the search form.
{% endhint %}

## Introduction

When the budget calculator is enabled, a floating button gives visitors access to a financing calculator. It lets a visitor work out an estimated monthly rate while browsing search results.

## Enabling the Budget Calculator

```html
<div
  data-carpose-component="vehicle-search-form"
  data-api-key="your-api-key"
  data-budget-calculator="true"
></div>
```

## Behavior

* A floating button gives access to the calculator from anywhere in the search results
* Opens the calculator without leaving the search results
* The calculation is an estimate only and is not a binding financing offer

## Notes

* Can be combined with other search-form features (wishlist, comparison, history, rates)
* For the full list of search-form options, see the [Vehicle Search Form](/vehicle-search-modules/01_vehicle-search-form.md)
