# Dashboard

All advice in MOAS can be tracked via the advice dashboard. The graph displays how advice is spread throughout the year

### In progress advice

The in progress card is all the current active advice that hasn't been completed. You can filter by Not actioned, In progress or completed for the specified timeframe. The not actioned will display all groups that have a review month that has passed and no in progress or completed advice in MOAS.

### Active groups without a start date

A start date can be set for each group in MOAS to show when that client engaged started receiving advice. This is then used to help notifiy when they have advice upcoming. Any group that doesn't have a start date set will be displayed here. You can click on the group to go to their group page and set their start date.


---

# 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://docs.moasapp.com/advice/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.
