> For the complete documentation index, see [llms.txt](https://help.aristotlemetadata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aristotlemetadata.com/creating-and-editing/property-groups.md).

# Property Groups

A property group is a collection that gather sets of related [Properties](https://dss.aristotlecloud.io/help/concepts/aristotle_mdr/property) to aid discovery and navigation.  All properties that describe the same features are gathered together in property groups. Each property in the registry will be assigned to one property group. For example, Property Group named “Life Event Characteristics” will have the properties that are related to lifetime of a person or organisation like Date of Birth, Time of Birth etc.

### Property Groups Functionalities:

* These groupings allow the categorisation of the properties in the Aristotle Registry.
* The editor of the property groups can set permissions to control the other user to link the metadata to any property group.
* These groups play a vital role in the Business information model of an organisation.

### Permissions:

#### Control on Users: Editor can set the permissions to control users of the registry to link the properties to the property group. Permissions are as below:

* This can allow any user in the registry to link properties to the property group.
* Only users in same Stewardship organisations can allowed to link properties.
* Only Administrators of the registry can link the properties.
* Only users with permissions to edit the property groups can link the properties.

#### Control on properties that can be linked to the group: Editor can also set some control on which properties can be linked to the property groups. Permissions are as below:

* Any properties can be linked to this property group.
* Only properties within the same stewardship organisations can be linked to this property group.
* The property group cant be linked to the properties, this means only editor of the property group can link properties.

  <figure><img src="/files/6NcfI46HH7PcrEBP40pG" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.aristotlemetadata.com/creating-and-editing/property-groups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
