# Fiscal Host Overview Dashboard

The Fiscal Host Overview Dashboard provides admins with a high-level overview of their status on the platform. This includes a to-do list of pending Expenses, Contributions, and Applications; a snapshot of balance, income, and spent funds; and a short list of recent activity associated with the Host.

## To do

The To do module in the Fiscal Host Overview consolidates all of items that might require an admin's attention in one place. Clicking on one of the buttons with a specific type of Expense, Contribution, or Application will redirect you to the respective page in the Dashboard, filtered to only show those specific items.&#x20;

The specific items that are featured in the To do list are:

* Expenses
  * Unreplied
  * To Pay
  * Missing Receipts
  * On Hold
  * Incomplete
  * Errors
* Contributions
  * Disputed
  * In Review
* Applications
  * Unreplied
  * Pending

<figure><img src="/files/LGDUqvy6AqJ1SiKQZIf0" alt="Screen shot of the To do section."><figcaption></figcaption></figure>

## Recent Financial Activity

The Recent Financial Activity section of the Overview page shows important financial information consolidated into one place. It is also possible to change the filters for the information displayed to account for different time spans or focus exclusively on the fiannces of the Fiscal Host or its hosted Collectives.

There are four main components displayed in this section:

* Balance
* Received
* Spent
* Recent Transactions

The information displayed can also be configured by changing the filters at the top of the section.

<figure><img src="/files/qeIurcd6BHS3wxZ36GY1" alt="Screen shot of the Recent Financial Activity filters."><figcaption></figcaption></figure>

## Recent Activity

The final section on the Overview page is the Recent activity module. This section gives a simplified snapshot of all of the activity related to the Fiscal Host on the platform. To view a more comprehensive list of associated activities, you can click the "Got to activity log button" at the top of the section.


---

# 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://documentation.opencollective.com/fiscal-hosts/fiscal-host-overview-dashboard.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.
