# CalcumateGEO Custom Events Integration

CalcumateGEO is an intelligent calculator routing system that automatically detects user location and dynamically redirects to the most appropriate calculator for their geographic region, while allowing users to select another location if required, via the a dropdown menu. The system preserves all calculator configurations and interactions through a robust custom event system that maintains data integrity across calculator transitions.

## Booking Event

This event works the same way as is described in [this article](/calculator-data-extraction/method-2-subscribe-to-the-calculator-event.md). &#x20;

### UserDetails Event

This event is triggered by the (optional) lead capture flow. It's important to note that CalcumateGEO should be configured for lead capture as stated in [this article](/driving-conversions-and-efficiency-with-lead-capture/lead-capture-overview.md). However, when configuring CalcumateGEO, in the advance settings menu:

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

You should disable CTA redirect like this:

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

If you omit this step, the event may not be triggered.


---

# 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://help.calcumate.co/calcumategeo-setup/calcumategeo-custom-events-integration.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.
