> For the complete documentation index, see [llms.txt](https://support.doowii.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.doowii.io/top-resources/working-with-visualizations.md).

# Working with Visualizations

Doowii is here to help you quickly turn your data queries into clear, actionable insights. With Doowii, you can explore and visualize your results in a variety of ways to help you better understand the story your data is telling.

This section covers how to interact with results, switch between different views, and choose the best visualization for your goals.

What you can do with your results:

* **Toggle between a data table and chart view**: understand your full dataset or focus on visual summaries.
* **Use Quick Charts for simple insights**: instantly view your data as a bar, line, pie, donut, scatter, or bubble chart—no setup required.
* **Use the Advanced Chart Builder for deeper customization**: create custom visualizations with full control over chart type, layout, filters, aggregation, and design.

#### Explore these pages to learn more:

* [**Tables vs. Charts**](/top-resources/working-with-visualizations/tables-vs.-charts.md)

  Learn when to use each view and how to switch between them.
* [**Quick Charts Overview**](/top-resources/working-with-visualizations/quick-charts-overview.md)

  Get familiar with the most common chart types and how to access them instantly.
* [**Troubleshooting Charting Errors**](/top-resources/working-with-visualizations/troubleshooting-charting-errors.md)

  Tips for resolving common visualization issues and making your charts clearer.
* [**Advanced Charts & Visualizations**](/top-resources/advanced-charts-and-visualizations-builder.md)

  Explore a broader set of controls over how your data is visualized.


---

# 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://support.doowii.io/top-resources/working-with-visualizations.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.
