# Examples

- [Profit and Loss Statement](https://docs.innofalls.com/examples/profit-and-loss-statement.md): How to create a profit and loss statement with Innofalls
- [IBCS Styled Bar Chart with Deviations](https://docs.innofalls.com/examples/ibcs-styled-bar-chart-with-deviations.md)
- [Quick Examples](https://docs.innofalls.com/examples/quick-examples.md)
- [Waterfalls in Columns](https://docs.innofalls.com/examples/quick-examples/waterfalls-in-columns.md)
- [Products Stacked by Segments](https://docs.innofalls.com/examples/quick-examples/products-stacked-by-segments.md)
- [Comparing Quarters](https://docs.innofalls.com/examples/quick-examples/comparing-quarters.md): Comparing by utilizing the Drill Down History
- [Comparing Measures](https://docs.innofalls.com/examples/quick-examples/comparing-measures.md): Adding deviation charts between measures
- [Delta Waterfall by Drill Down Combination](https://docs.innofalls.com/examples/quick-examples/delta-waterfall-by-drill-down-combination.md)
- [IBCS Bar Chart](https://docs.innofalls.com/examples/quick-examples/ibcs-bar-chart.md): A bar chart with IBCS scenarios


---

# 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.innofalls.com/examples.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.
