# Why Use a Computer to Visualize Data?

There are two main reasons for doing so:

* Using a computer allows us to apply automated algorithms to process large amounts of data and generate appropriate visualizations
* A computer also allows the user to interact with the digital graphical representations

That being said, [Dear Data](http://www.dear-data.com/theproject) is an extremely successful and popular hand-drawn data visualization project.


---

# 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-a-computer-to-visualize-data.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.
