> For the complete documentation index, see [llms.txt](https://docs.rekor.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rekor.ai/scout/scout-dashboard/dashboard/quick-view-panels.md).

# Quick View Panels

The Rekor Scout® home page offers four Quick View Panels to see information about your recognition setup at a glance. These four panels are [Cameras](#cameras), [Sites](#sites), [Plates This Week](#plates-this-week), and [Recent Alerts](#recent-alerts).

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

## Cameras

The Cameras panel provides information about the number of all deployed camera systems out in the field.

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

Clicking `View Details` on this panel will redirect you to the [Agents page](/scout/scout-dashboard/configuration.md) where you can configure and rename your agents.

## Sites

The Sites panel provides information about the number of locations of all deployed camera systems out in the field.

{% hint style="info" %}
***Note:*** *The relationship between Sites and Cameras is not 1 to 1, as each site could have multiple cameras.*
{% endhint %}

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

Clicking `View Details` on this panel will redirect you to the [Licensed Agents page](/scout/agent/configuration.md) where you can configure and rename your agents.

## Plates This Week

The Plates This Week panel displays the total number of plates read from the past 7 days.

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

Clicking `View Details` on this panel will redirect you to [Advanced Search](/scout/scout-dashboard/advanced-search.md).

## Recent Alerts

The Recent Alerts panel provides the number of license plates that are associated with any alert list that has been set up.

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

Clicking `View Details` on this panel will redirect you to [Advanced Search](/scout/scout-dashboard/advanced-search.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rekor.ai/scout/scout-dashboard/dashboard/quick-view-panels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
