> For the complete documentation index, see [llms.txt](https://help.agencydesk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.agencydesk.io/admin/reports.md).

# Reports

​​Use reports and dashboards to monitor workload, performance, efficiency, revenue trends, and profitability across your agency.

Reports in Agencydesk draw live from Job Costing, scheduling, time tracking, and invoicing across the platform. Since Agencydesk is built exclusively for agencies, the reports are shaped around the metrics that matter to agency operations: workload distribution across departments, Account Executive performance, billable utilisation, forecasting, and profitability at Job and User level.

This is the natural payoff of running your full agency workflow inside one integrated system. The insights come out because the data was connected on the way in.

Available reports:

## Active Jobs Report

A real-time operational view showing all active Jobs by an Account Executive.

{% hint style="success" %}
Flag risks or overruns early. Ideal for daily stand-ups, AE check-ins, and workload planning.
{% endhint %}

Includes:

* Estimated vs tracked hours
* Billable amounts
* Job progress
* Due dates
* Line-item status (Issued, Active, Activated)

<a class="button primary">Using the Active Jobs Report</a>

## Work Distribution Report

A multi-section report showing exactly where active hours are concentrated across the business.

{% hint style="success" %}
Perfect for identifying hiring needs, departmental pressure points, and sales opportunities.
{% endhint %}

#### By Department

Shows billed vs unbilled hours across Creative, Development, Content, Strategy, PM, Social Media, Data, etc.

#### By Job Category

Shows which services (e.g. Retainers, Websites, Creative, Strategy, Campaigns) are driving work volume.

#### By Account Executive & By Team Member

Tracks workload distribution per AE, and total assigned hours per team member, highlighting capacity or overload.

#### By Month

A month-by-month timeline of billed vs unbilled hours, revealing operational peaks and slow periods.

<a class="button primary">Using the Work Distribution Report</a>

## Forecasting Report

A financial forecasting dashboard showing upcoming revenue based on the due dates of active Jobs.

Includes:

* Total receivables by Job due date
* Billed vs unbilled values
* Receivables by client
* Month-by-month revenue pipeline

{% hint style="success" %}
Useful for financial planning, revenue predictability, and cash-flow management.
{% endhint %}

## User Time Recon Report

Shows each user’s time efficiency and adherence based on completed tasks. Filter by user or department. The graph timeframe can be set to 3 months, 6 months, 12 months, 18 months, or 24 months.

<a class="button primary">Using the User Time Recon Report</a>

## Manager Time Recon Report

Similar to [User Time Recon](#user-time-recon-report), but grouped by **Account Executive**, revealing performance trends in:

* Estimated vs actual performance
* Overrun patterns
* Job delivery behaviour

{% hint style="success" %}
Great for coaching AEs or understanding which accounts need intervention.
{% endhint %}

## Financial Summary Report

The Financial Summary report provides a visual overview of revenue performance over time.

It allows you to:

* Track total revenue trends
* Compare revenue against a monthly target
* Analyse performance by Account Manager
* Include or exclude supplier costs
* Customise chart display settings

<a class="button primary">Using the Financial Summary Report</a>


---

# 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://help.agencydesk.io/admin/reports.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.
