# Group

Group shape can be used to visually tie together shapes in the process, to separate functionality into logical parts within the Process, optionally giving each group a name or description. While sharing a lot of similarities to a Scope shape, group shape is purely visual element and cannot be used for error handling, obtaining a named result, or disposing the data after the scope ends, unlike Scope shape.

<figure><img src="/files/cx69XNnwxqbZTXXFW1Y8" alt="Example of Group artifact being used to connect a set of shapes together visually."><figcaption><p>Group ties different shapes visualy together, explaining their common usage.</p></figcaption></figure>


---

# 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.frends.com/reference/shapes/artifact-shapes/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.
