# \<group>

Usage groups are groups of definitions. They differ from \[Usage nodes]\[usage] as they all belong to the same part of speech, but differ based on their meaning. For example, the verbal phrase to "pass out" might have the definitions:

* to distribute
* to hand out, especially to a large group of people

yet can also mean:

* to faint
* to lose consciousness

It is important to distinguish between these verb definitions so the definition list does not become muddled. While groups are not required, they are encouraged, especially for lengthy usage nodes.

## Attributes

| Name        | Type   | Required?           |
| ----------- | ------ | ------------------- |
| description | String | No, but recommended |

## Children

| Name                                                                                   | Required? |
| -------------------------------------------------------------------------------------- | --------- |
| [\<definition>](https://odict.gitbook.io/the-open-dictionary-project/odxml/definition) | Yes       |


---

# 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://odict.gitbook.io/the-open-dictionary-project/odxml/group.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.
