# Data Visualizations

<figure><img src="/files/ruzb3GVR3SZ2Z62fKcw2" alt=""><figcaption><p>Visualization UI</p></figcaption></figure>

Data visualizations can be used to create embedded dashboards triggered through the "brain" menu on any screen. Each visualization includes a visual layout design and APIs linked as sources for providing data to each chart / table, etc.

It is possible to design full layout using visualization widgets, each with the following details:

* **Component Type:** Defines the widget to use.
* **Component Props:** Component type specific properties (such as plotly config and contents).
* **Source Query:** Alasql statement for populating widget data from source tables.
* **Sample Data:** Temporary data to use for testing visualization before connecting with sources (optional).


---

# 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://docs.rierino.com/data-science/data-visualizations.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.
