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

# name

> Defines a non-unique name for the embed user's name property.

<Note>
  This parameter is **required** to create valid embed requests.
</Note>

In the **Embed URL Builder**, this is the **Name** field.

## Syntax

```markdown theme={null}
name=<user_name>
```

## Properties

<ParamField path="name" type="string" required>
  The display name for the embed user.
</ParamField>

## Examples

```markdown title="Example name" theme={null}
name=Blob+Ross
```
