# Anomalies

Under **Settings → Application Settings → Anomalies**, admins can fine-tune how anomaly detection is displayed across Tellius. Anomalies highlight data points that deviate significantly from expected patterns, helping users identify outliers, spikes, or dips in trends—whether during ad hoc searches or in Vizpads.

<figure><img src="/files/hkQVEv4HMzQjGgHZ0M2j" alt="" width="563"><figcaption><p>Anomalies Settings</p></figcaption></figure>

### Display anomalies in Search

Enable this option for automatic anomaly detection and visual display in Search-based charts.

### Display anomalies in Explore (Vizpads)

Enable this option for automatic anomaly detection and visual display in Vizpad charts. It can be toggled off to reduce clutter in static reporting views.

### Anomaly display limit per chart

This numeric input sets a maximum threshold for how many anomalies will be rendered per chart.

* Example: If set to 8, charts with more than 8 detected anomalies will hide all anomaly markers.
* Click on **Update** to apply the change.


---

# 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://help.tellius.com/tellius-6.3/settings/application-settings/anomalies.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.
