# Focus summary

## Overview

The focus summary helps you understand where your teams are investing their time. By measuring effort in full-time equivalent (FTE) months across issues, initiatives, and contributors, you get a clear picture of what's actually being worked on – and how that effort is trending over time.

## What you can see in the focus summary

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

Above the table, you'll see a panel showing **total effort** for the selected team and timeframe, measured in full-time equivalent (FTE) months. This is the full capacity in FTE months.

When you apply additional filters, a **filtered effort** panel shows how much of the total capacity matches all your current filters and is displayed in the table.

The table displays all issues matching your selected timeframe, team, and filters. Each issue can be expanded to reveal matching child issues.

For each issue, you'll see:

* **Issue details**
  * Issue name and key
  * Status
  * Time spent in progress
  * Total child issues
  * Lifetime effort: Total FTE months invested since the issue was created
* **Contributors:** Individual contributors with effort attributed to the issue
* **Effort breakdown:** FTE months invested in the issue and its percentage share among all shown work (during the selected timeframe)
  * Includes a monthly trend breakdown for the selected timeframe

### Interpreting effort trends

* **Inactivity:** The effort column displays the total number of FTE months during the selected timeframe, while the trend column indicates whether any months were inactive. This can surface a lack of focus in key initiatives.
* **Winding up vs. winding down:** The shape of the trend breakdown can also tell you whether a project is starting or ending. Generally, in cross-team projects, effort tends to be highest when multiple teams are contributing simultaneously, and towards the end, most teams have already moved on to other projects.

## Focus summary options

### Filtering the view

The primary filters in the focus summary are team and timeframe. You can also narrow down the view using all standard issue filters available in Swarmia - you can find most of them under "More filters…"

### Grouping by initiative

By default, issues are grouped by the highest level in your issue hierarchy. Alternatively, you can group work by Swarmia initiatives.

{% hint style="info" %}
Swarmia initiatives are not mutually exclusive; a single issue can belong to multiple initiatives, depending on how they have been defined. This means the total focus percentages in the view may exceed 100%.
{% endhint %}

### Showing unlinked pull requests

By default, unlinked pull requests are hidden from the focus summary. To see how much focus is dedicated to unlinked PRs, toggle them on under "More filters…"


---

# 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://help.swarmia.com/features/focus/focus-summary.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.
