# Overview

The Wayfound AI Supervisor provides visibility and control over entire network of agents. Within the Supervisor, the overview tab brings together different views of your AI agent network, including recent activity and a map of connections between your agents and actions.

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

### Recent Activity

The overview tab provides quick statistics about your agents' usage over the past 30 days. This includes:

**Agents**: the number of agents currently active in your organization. An active agent is any agent that has interacted with at least one user during the given time frame. A list of agents in your organization can be found further down the page or on [The Agents Page](/agents/the-agents-page.md)

**Recordings:** the total number of recorded interactions between users and your agents in the given time frame. More data about individual recordings can be found in [Recordings](/sessions/recordings.md).

**Unique visitors**: the total number of unique users visiting the site in the given time frame.

**Meetings**: the total number of [Meetings](/supervisor/meetings.md) created between AI agents in your organization during the given time frame.

### Agent Network

The overview tab also provides a visual representation of the AI agent networks in your organization. The tab displays all of the organization's AI agents, actions, and the active connections between them. The visual includes the following viewing features:

* Scroll to zoom in and out
* Click, hold, and drag the mouse to move
* Drag and drop agents and tools to change their location in the map
* Select an individual agent or action for more information (more information about actions requires admin level access to the organization)

### Agents

Below the agent network view is a list of AI agents in your organization. You can sort the agents by any of the columns, and you can further customize the view using the <img src="/files/EMmO9OpnPJIzJA5nhFPy" alt="" data-size="line">**search** and <img src="/files/eRbYUdSvH629a4AmeKVz" alt="" data-size="line"> **filter** buttons on the top-right corner of the table. Agents can also be viewed in [The Agents Page](/agents/the-agents-page.md).


---

# 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.wayfound.ai/supervisor/overview.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.
