# Frequently Asked Questions

- [Calcumate Supported Languages](https://help.calcumate.co/frequently-asked-questions/calcumate-supported-languages.md)
- [Container Requirements (Width/Height)](https://help.calcumate.co/frequently-asked-questions/container-requirements-width-height.md): Guide explaining when and how to add explicit width/height to the Calcumate container to fix layout issues in iframes, site builders, and other environments where dimensions aren't inherited naturally
- [CalcumateInitialized Event](https://help.calcumate.co/frequently-asked-questions/calcumateinitialized-event.md)
- [CalculationFinished Event](https://help.calcumate.co/frequently-asked-questions/calculationfinished-event.md)
- [How to Hide Storage Unit Recommendations in the Calculator](https://help.calcumate.co/frequently-asked-questions/how-to-hide-storage-unit-recommendations-in-the-calculator.md)
- [Migrating to Our New High-Performance Calculator](https://help.calcumate.co/frequently-asked-questions/migrating-to-our-new-high-performance-calculator.md)
- [Embedding with iframes](https://help.calcumate.co/frequently-asked-questions/embedding-with-iframes.md)
- [Domain mismatch error](https://help.calcumate.co/frequently-asked-questions/domain-mismatch-error.md)
- [Where can I find my invoices?](https://help.calcumate.co/frequently-asked-questions/where-can-i-find-my-invoices.md)
- [Update account details](https://help.calcumate.co/frequently-asked-questions/update-account-details.md)
- [Logging into your dashboard](https://help.calcumate.co/frequently-asked-questions/logging-into-your-dashboard.md): How to login and view your calculator
- [Set up multiple calculators fast](https://help.calcumate.co/frequently-asked-questions/set-up-multiple-calculators-fast.md): You may have multiple storage/removalist locations and offer multiple services and don't want to make multiple calculators, that takes to much time.
- [How do I position/style the geo location widget?](https://help.calcumate.co/frequently-asked-questions/how-do-i-position-style-the-geo-location-widget.md)
- [How to Integrate Calculator Widget in React Native](https://help.calcumate.co/frequently-asked-questions/how-to-integrate-calculator-widget-in-react-native.md)
- [Configuring Content Security Policy (CSP) for Calcumate](https://help.calcumate.co/frequently-asked-questions/configuring-content-security-policy-csp-for-calcumate.md)


---

# 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/frequently-asked-questions.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.
