> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/embed/setup/url-parameters/entityGroupLabel",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# entityGroupLabel

> Updates the embed user's associated entity group label.

In the **Embed URL Builder**, this is the **Entity group label** field.

## Requirements

An [`entity`](/embed/setup/url-parameters/entity) must be provided in the generated URL for this parameter to have an effect.

## Syntax

```markdown theme={null}
entityGroupLabel=<label>
```

## Properties

<ParamField path="entityGroupLabel" type="string">
  A label for the entity group. Maximum 64 characters.
</ParamField>

## Examples

```markdown title="Group label of Blob Sales" theme={null}
entityGroupLabel=Blob+Sales
```
