# Visualisations

Algology offers a variety of visualizations to support different use cases. This section of the documentation highlights the built-in panels, their options and typical usage.

{% hint style="info" %}
Note: If you are unsure which visualization to pick, Algology can provide visualization suggestions based on the panel query. When you select a visualization, Algology will show a preview with that visualization applied.
{% endhint %}

* Graphs & charts
  * Time series is the default and main Graph visualization.
  * State timeline for state changes over time.
  * Status history for periodic state over time.
  * Bar chart shows any categorical data.
  * Histogram calculates and shows value distribution in a bar chart.
  * Heatmap visualizes data in two dimensions, used typically for the magnitude of a phenomenon.
  * Pie chart is typically used where proportionality is important.
  * Candlestick is typically for financial data where the focus is price/data movement.
* Stats & numbers
  * Stat for big stats and optional sparkline.
  * Bar gauge is a horizontal or vertical bar gauge.
* Misc.
  * Table is the main and only table visualization.
  * Logs is the main visualization for logs.
  * Node Graph for directed graphs or networks.
  * Traces is the main visualization for traces.
  * Flame Graph is the main visualization for profiling.
* Widgets
  * Dashboard list can list dashboards.
  * Alert list can list alerts.
  * Text panel can show markdown and html.
  * News panel can show RSS feeds.

***


---

# 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.turium.ai/home/algoreus/turium-connector-documentation/turium-fabriq-overview/how-to-guides/algology-visualisation-user-guide/visualisations.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.
