> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/project-control-center/v2-latest-version/reports/health-metrics/outstanding-balance.md).

# Outstanding Balance

This widget displays the total outstanding balance that is overdue by 60 days or more, categorized into two risk levels:

* High Risk: Amount overdue for more than 89 days, including members who haven't renewed.
* Medium Risk: Amount overdue for 60–89 days.

{% hint style="info" %}
All the metrics in this widget are manually updated every Friday at 4 pm PT.
{% endhint %}

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

### Explore more

#### How to Utilize the "Explore More" Feature for Outstanding Balances

1. Click the **Explore More** Call-to-Action (CTA) to access the detailed Outstanding Balance page.
2. On the Outstanding Balance page, you will find the **Memberships at Risk** list, showcasing all members with overdue payments categorized by risk level.
3. To filter and view only **High Risk** Members:
   * Click on the toggle button located at the top of the list. This will filter out Medium Risk members, allowing you to focus on members with dues overdue for more than 89 days.
4. To view detailed information about a specific member:
   * Browse through the list and click on the name of the member you are interested in. This action will redirect you to that member's details page.

By following these steps, you can effectively manage and prioritize outreach to members based on the risk level of their outstanding balances.


---

# 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.linuxfoundation.org/lfx/project-control-center/v2-latest-version/reports/health-metrics/outstanding-balance.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.
