# Advice process

## About the advice process

The advice process is broken up into 6 steps to guide you through giving great advice. To get started all you need is a group and a document template. New organisations have 3 default templates to get you started. These can be updated at any time by you MOAS administrators. To learn more about templates [click here](/documents/templates.md).

### Creating advice

New advice can be started on the group page under the advice tab. Once you have started you will see the dashboard which outlines your progress and which step you are up to. Each step is explained below:

### Data verification

For more detail on data verification [click here](/advice/advice-process/data-verification.md).

### Modelling

For more detail on modelling [click here](/modelling/modelling.md).

### Advice agreement

For more detail on advice agreements [click here](/advice/advice-process/advice-agreement.md).

### Document

For more detail on builing the document [click here](/documents/documents.md).

### Confirmation

For more detail on the confirmation step [click here](/advice/advice-process/confirmation.md).


---

# 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/advice-process.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.
