# Interaction and Multiple Views

This section discusses what is possible to do with interaction, and when it is useful to use interaction in a visualization. It also discusses how to propagate interactions across multiple views.

The image below shows the Information Visualization pipeline, as discussed earlier:

![](/files/-M5-0W8I1QeZ_rpqYY0s)Interaction can be used in all the stages mentioned above.

Interaction is particularly useful when we cannot use a single static view to represent all the data, with all the information that is needed to answer all the questions at once. It allows the visualization to be dynamic and to adapt to be able to answer multiple questions. Interaction is especially used when visualization is applied for data analysis.


---

# 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/interaction-and-multiple-views.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.
