# FAQ

<details>

<summary>Is the Waterfall Chart built directly from the data, or do I need custom calculations?</summary>

No custom calculations are needed!

The **ShowMeMore extension** handles the logic for the Waterfall Chart automatically. You simply connect your data source, and the extension does the rest — including calculating the differences between values and rendering the waterfall bars accordingly.

> ✨ Just drag in the relevant dimensions and measures — the extension takes care of the rest!

</details>


---

# 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.infotopics.com/showmemore/support/faq.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.
