> For the complete documentation index, see [llms.txt](https://docs.agentnoon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentnoon.com/start-here/agentnoon-101/workforce-hub-fundamentals.md).

# Workforce Hub Fundamentals

Workforce Hub is Agentnoon's analytics module. It provides pre-built charts that turn your org data into visual insights — span of control distribution, headcount breakdowns, organizational depth, and more.

Workforce Hub is for **analysis**, not editing. Use it to understand your org structure, then model changes in Scenarios.

## Available Charts

<figure><img src="/files/1l49GMH7w6xy9nWoepWI" alt=""><figcaption></figcaption></figure>

* **Layers and Spans of Control** — Distribution of managers across org layers and span ranges. Identifies compression (managers with 1–2 reports) and overburdened managers.
* **Headcount Distribution** — Breakdown of headcount by layer, department, location, or any field.
* **Headcount Heatmap** — Two-dimensional view of headcount across any two attributes. Useful for spotting anomalies in org depth.

For the full list, see [Chart Library](/hub/chart-library.md).

## Navigating Charts

When you first open Workforce Hub, click on any chart tile to view it. After opening a chart, a **chart selector dropdown** appears at the top for switching between charts.

Each chart has consistent controls:

* **Gear icon** — Chart properties, sorting options, axis configuration, and number vs. percentage toggle
* **Filters** — Narrow data to specific departments, locations, or other attributes
* **Table view** — Switch to see underlying data in spreadsheet format
* **Click any bar or segment** — Drill into the specific positions behind that data point

For detailed navigation, see [Chart Navigation](/hub/chart-library.md).

## Exporting

Download individual charts as **PNG** (images), **PowerPoint** (editable chart objects), or **CSV** (raw data). For multi-chart presentations, see [Slide Packs](/hub/packs.md).

## Workforce Hub in Scenarios

When you open Workforce Hub inside a scenario, you can toggle between Before and After views to compare your baseline against your proposed changes. This is useful for showing stakeholders the structural impact of a plan.


---

# 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.agentnoon.com/start-here/agentnoon-101/workforce-hub-fundamentals.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.
