# How to create performance monitors

{% embed url="<https://youtu.be/CDaINrzh4hU>" %}

### What are performance monitors

Performance monitors help you track performance trends and spot significant changes without spreadsheets or scripts. They're shown in the **Performance view.**

A monitor is a condition/rule you define (e.g. Conv rate goes below 5%), which Adalysis will check automatically at a frequency you specify. An alert is triggered when that condition is met.

You can create monitors for individual or multiple accounts. Define global monitors to add automatically to all future accounts, ensuring consistency.

<figure><img src="/files/sI8nh9mccDK6MDFNHzzR" alt=""><figcaption></figcaption></figure>

Choose from high or standard priority monitors. This makes it easier to focus on the most important metric changes first.

Once triggered, alerts will be displayed on-screen. You can also choose email and/or Slack alerts.

<figure><img src="/files/EXDytQWMsGMAIBogqwyQ" alt=""><figcaption></figcaption></figure>

### How to add monitors

**Adding a monitor to one account**

Create **high or standard priority** monitors by clicking the relevant cell, based on their importance to your account.

<figure><img src="/files/86vJaXx8W6N3Z7WTnjuG" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Predefined monitors are available in a template that you can edit as needed.
{% endhint %}

<figure><img src="/files/MJhgRLNfxqf3png7m09L" alt="" width="545"><figcaption></figcaption></figure>

**Adding a monitor to multiple accounts**

Create a monitor in one account and check this option to apply it to other accounts at the same time.

<figure><img src="/files/7gvD5yqQBoSDQ5eQBxMM" alt="" width="563"><figcaption></figcaption></figure>

**Edit, copy, or delete a monitor across multiple accounts**

Whenever you edit or delete a monitor, you'll see options to apply the change to other accounts as well.&#x20;

You can also copy an existing monitor to other accounts.

<figure><img src="/files/jt9DyxbVTq6JkLAhxhgq" alt="" width="563"><figcaption></figcaption></figure>

**Global monitors**

<figure><img src="/files/DMObLK8ZiYFGbW6Ti3pQ" alt=""><figcaption></figcaption></figure>

Global monitors ensure consistent use of monitors across all your accounts: &#x20;

1. Global monitors are added automatically to all newly linked accounts.
2. Global monitors can be applied to existing accounts using their edit option.
3. When creating a new global monitor, you can add it to all existing accounts.

### Reviewing performance alerts

Performance alerts are triggered when a monitor threshold is detected. You'll see the notifications on the **Performance view** and via email/Slack (if configured).

Click a cell to open the alerts for that account.

<figure><img src="/files/tgnttM4nYEncBVzFReFH" alt=""><figcaption></figcaption></figure>

**Root cause** activates the [Performance Analyzer](/tools/performance/root-cause-analysis-with-the-performance-analyzer.md) to quickly identify what drove the performance change.

<figure><img src="/files/JXw5eQyYlVi5VHmVEjpt" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/zZG3NoD4DHG9uIowG1NF" alt=""><figcaption></figcaption></figure>


---

# 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.adalysis.com/tools/performance/how-to-create-performance-monitors.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.
