# Details

## Group Status

Group status can be found in the top left corner of the group menu. There are three different status a group can have:

1. **Active -** These groups are active client groups, they will show up in review lists
2. **Prospect** - These are client groups in the process of being converted to **Active**.
3. **Lead -** Lead groups are for new client groups that are not receiving advice yet.

{% hint style="info" %}
MOAS charges per group per month. Lead groups are cheaper, Archived groups are free.
{% endhint %}

Group status can be changed by clicking the status in the top left corner of the group menu or from the settings tab.

### Archived

Groups can be archived by navigating to the [Settings](/group-page/settings.md) page. Archiving a group will keep the status and disabled the application for the group.

{% hint style="info" %}
When a group status is changed, a date is saved and can be found by hovering over the question mark at the top of the group menu.
{% endhint %}

## Tabs

The details page is broken up into further sub tabs. By default the contact page is selected.&#x20;

[Contact](/group-page/details/contact.md)

[Details](/group-page/details/details.md)

[Employment & ID](/group-page/details/employment-and-id.md)

[Notes](/group-page/details/notes.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/group-page/details.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.
