> For the complete documentation index, see [llms.txt](https://docs.vitaracharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vitaracharts.com/ibcs-user-guide/ibcs/why-ibcs.md).

# Why IBCS

#### Why IBCS and what is it used for <a href="#why-ibcs-and-what-is-it-used-for" id="why-ibcs-and-what-is-it-used-for"></a>

VitarCharts is now IBCS certified. All IBCS features are available as a separate add-on to VitaraCharts starting with version 4.3

<figure><img src="/files/2H7dAEgL43PZ9xHjaBM5" alt=""><figcaption></figcaption></figure>

\
per the [IBCS website](https://www.ibcs.com/standards)

International Business Communication Standards (**IBCS**) are practical proposals for the design of reports, presentations, dashboards and the diagrams and tables contained therein. This involves the conception of the content, the visual perception and the application of a semantic notation.

Essentially its a set of standards that define how to present information in a consistent, easy-to-consume manner while making the presentation of data visually compelling.

As offered in VitaraCharts for MicroStrategy, IBCS compliance ensures that an organization would now be able to, within minutes, create beautiful charts that convey meaning very effectively.

As part of the compliance certification, VitaraCharts currently enabled the following five charts with IBCS semantics (more will be added in the near future)

* [Vertical Waterfall](/ibcs-user-guide/certified-charts/vertical-waterfall.md)
* [Small multiples](/readme/small-multiples.md)
* [Multi-tier Bar](/ibcs-user-guide/certified-charts/multi-tier-bar-chart.md)
* [Multi-tier Column](/ibcs-user-guide/certified-charts/multi-tier-column-chart.md)
* Scattergram

Key features in these charts is the notion of scenarios. Scenarios represent a certain perspective or flavor of data. For instance, the data can be actual or can be planned (yet to be realized as actual). These are two scenarios. Similarly you could be looking at past data (Previous) or Forecast. So for the same measure or metric, you can easily represent data in each of these scenarios and compare performance across scenarios.

Please review [Mapping Scenarios](/ibcs-user-guide/ibcs/mapping-ibcs-scenarios.md) to understand how to achieve this with VitaraCharts in MicroStrategy.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vitaracharts.com/ibcs-user-guide/ibcs/why-ibcs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
