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

# navigation:home embed event

> Emitted by Omni when a user clicks the logo or home link in the navigation header.

This event is emitted when users interact with the home navigation elements:

* Clicking the Omni logo
* Clicking the home link in the header

Use this event to track when users navigate to the home page or to trigger custom navigation behaviors in your embedding application.

## Payload

This event carries an empty payload and serves as a notification signal only.

```json theme={null}
{}
```

## Example

When a user clicks the logo or home link, Omni emits:

```json theme={null}
{
  "name": "navigation:home",
  "payload": {}
}
```
