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

# entityFolderLabel

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

In the **Embed URL Builder**, this is the **Entity folder 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}
entityFolderLabel=<label>
```

## Properties

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

## Examples

```markdown title="Example entityFolderLabel" theme={null}
entityFolderLabel=Blob+Sales
```
