# Types of metrics

You can choose between 3 types of metrics, each of which have several display options.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Series metrics 📶</strong></td><td>Data trends or comparisons, visualized as pie, bar, horizontal bar, line charts, or tables</td><td></td><td></td><td><a href="/pages/XQ11Sz5GMj5Xlb4PioXL">/pages/XQ11Sz5GMj5Xlb4PioXL</a></td></tr><tr><td><strong>Number metrics 🔢</strong></td><td>Single values with optional targets, shown as gauges or simple numbers</td><td></td><td></td><td><a href="/pages/d7c1rNJLO9lO3yFUdDvY">/pages/d7c1rNJLO9lO3yFUdDvY</a></td></tr><tr><td><strong>Comparison metrics 🔁</strong></td><td>Compare two numbers, highlighting improvements or decrements</td><td></td><td></td><td><a href="/pages/X6Bpt4fLr45LyuDahlXM">/pages/X6Bpt4fLr45LyuDahlXM</a></td></tr></tbody></table>

{% hint style="info" %}
&#x20;***Visualization Tip:** Choose the right chart type to make your data easy to understand at a glance. Consider your audience and the story you want your data to tell.*
{% endhint %}

Learn how to [create a manual metric](/metrics/setting-up-metrics.md) in Smaply.


---

# 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://helpdesk.smaply.app/metrics/types-of-metrics.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.
