# How Agent Display Endpoint works

An endpoint has a name. A display app is paired with that endpoint. Agents use the endpoint name when they send a view.

## Request fields

- Endpoint: the display endpoint to use.
- View: what to show.
- Start: when to show it.
- End: when to remove it.
- Next view: what to show after the current view ends.

## Service

The service checks whether the agent can use the endpoint. It stores the view and its start and end times. It selects the current view. User changes have priority over agent requests.

## Display app

The display app receives the current view and shows it on the paired TV or monitor.

## Availability

The service and display app are still being built.
