# Monitoring & Insights

[<mark style="color:purple;">Monitoring View</mark>](https://scorable.ai/monitoring/dashboard)

## Overview

The main dashboard provides a high-level summary of all Evaluator and Judge executions within your organization.

#### Slack integration

You can get detailed insights about your application's behavior by [connecting](https://scorable.ai/settings/integrations) the Scorable Slack app.

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

The Slack integration provides two capabilities:

**Daily digest notifications** — Configure a channel ID in the integration settings to receive a daily summary of evaluation insights posted to that channel.

**Conversational AI assistant** — Once connected, you can DM the Scorable bot or @mention it in any channel to ask natural-language questions about your evaluation data. For example:

* "How many evaluations failed last week?"
* "Show me the worst-performing evaluator in the past 30 days"
* "What are the top failure categories for my judge?"

The bot uses your organization's evaluation data to answer questions in context. No channel configuration is required for this feature — it works anywhere you invite the bot.

#### Logs and traces

Every single *Evaluator* and *Judge* execution result is logged. Each execution can also be tagged with labels, and filtering & grouping with tags is supported. Metadata such as `user_id` and `session_id` can be passed during execution to enable granular tracking and user-level insights within the dashboard.

<figure><img src="/files/a0JzoZVX2Os9R00juRAH" alt="" width="375"><figcaption></figcaption></figure>

Overall trends and summaries for each Judge can also be found in the *Monitoring* view.

<figure><img src="/files/6ZMCaGS3QFigWLQeiNNO" alt=""><figcaption></figcaption></figure>

#### HTML Reports

One can create a shareable HTML Report for any *Judge* execution by clicking the <mark style="color:purple;">Generate HTML Report</mark> button.

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

<figure><img src="/files/BgaBsWURAojfn4SLi4YO" 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.scorable.ai/concepts-and-examples/usage/monitoring-and-insights.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.
