# Details

## Client

Details for each client in the group are displayed on the Details -> Details. You can edit a clients details by clicking the cog in the top right of the card. Each client within a group has their own details.

{% hint style="warning" %}
Client status is used to identify which clients in a group are activly engaging with your organisation. If for some reason you need a client within a group to be omitted from an advice document then set their status to **Archived**.
{% endhint %}

## Children

Children can be recorded on the Details -> Details tab.  You can add multiple children to a group.

{% hint style="info" %}
On each child card you will find an add button and child details. To edit child details, click the cog and to add notes select the add note button.
{% endhint %}

## Interest

Interest is used to record what areas of financial advice a client may be interested in discussing or receiving. To edit which types click on each one to select/deselect it.


---

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