> ## 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/name",
  "feedback": "Description of the issue"
}
```

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

</AgentInstructions>

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