# Why Use Visualization?

There are 3 main categories of visualization:

1. Explanatory Visualization
2. Exploratory Visualization
3. Confirmatory Visualization

## Explanatory Visualization

The aim of such a visualization is to explain something to somebody i.e. to get a message across.

## Exploratory Visualization

The aim of such a visualization is to be able to extract information from data, without knowing exactly what that data is about. This allows a user to answer questions and generate new hypotheses.

## Confirmatory Visualization

The aim of such a visualization is to verify an existing hypothesis.

Therefore, information visualization can be used for:

* **Communication**: Explanatory Visualization
* **Analysis**: Exploratory and Confirmatory Visualization


---

# 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://vikram-bajaj.gitbook.io/cs-gy-6313-information-visualization/why-use-visualization.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.
