# Advice

- [Dashboard](https://docs.moasapp.com/advice/dashboard.md): View all upcoming, ongoing and completed advice filtered by type, team and timeframe.
- [Advice process](https://docs.moasapp.com/advice/advice-process.md): Step by step process to complete advice for a group.
- [Data verification](https://docs.moasapp.com/advice/advice-process/data-verification.md): Data verificaiton step of the advice process
- [Advice agreement](https://docs.moasapp.com/advice/advice-process/advice-agreement.md): Advcie fee calculator that can be viewed in the advice module or on the group page.
- [Confirmation](https://docs.moasapp.com/advice/advice-process/confirmation.md): Confirmation step of the advice process to complete and finalise outstanding work.


---

# 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.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.
