> For the complete documentation index, see [llms.txt](https://docs.moasapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moasapp.com/group-page/details/contact.md).

# Contact

## Group details

Group details are displayed Details -> Contact at the top of the tab. You can edit the group details here by pressing the cog.

### Tags

Tags can be added by selecting the plus symbol in the group details card and removed by hovering over the tag and clicking the cross. Tags can be used to identify collections of groups and used in advanced search.

## Teams

In the Details → Contact tab there is the Teams card. Teams can be added by clicking 'Add Team' and removed by clicking the cog and selecting 'Remove team from group'. Multiple teams can be assigned to a group. Having groups assigned to teams allows them to more accurately appear in advice and task lists.

To view more information about how to add or edit teams [click here](/admin/teams.md).

## Contact details

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

## Address

Address is different from the other group information as you can add multiple addresses.

> Addresses are related to individual clients and are found in the Details → Contact at the bottom of the tab.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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