# Entrypoints

### Live / Replay

The entrypoint of a concurrent live show consists of the following URI segments:

`clientId` — Unique client identifier

`showId`— Unique Show identifier

```
https://[clientId].loveslisa.tech/s/{showId}
```

#### Query Parameters

<table><thead><tr><th width="163" valign="top">Name</th><th>Description</th></tr></thead><tbody><tr><td valign="top"><code>context</code></td><td><p>The <code>context</code> parameter specifies the type of host application in which LiSA is being integrated. It determines whether LiSA is rendered within a native mobile application or a web-based environment.<br></p><p><strong>Accepted Values:</strong></p><ul><li><code>app</code> —  Use this value when the host application is a native mobile application (e.g., iOS or Android apps).</li><li><code>web</code> — Use this value when the host application is a website or web-based application.</li></ul></td></tr><tr><td valign="top"><code>language</code></td><td>By default, LiSA detects the viewer's browser language and formats text, numbers, and currencies according to the corresponding locale. You can override this default behavior by specifying the language parameter.</td></tr><tr><td valign="top"><code>plattform</code></td><td><p>When embedded in a native mobile application, the plattform parameter specifies the OS.</p><p></p><p><strong>Accepted Values:</strong></p><ul><li><code>android</code> —  Use this value when the host application is an Android app.</li><li><code>ios</code> — Use this value when the host application is an iOS app</li></ul></td></tr><tr><td valign="top"><code>store</code></td><td>Provide a store identifier to enable the LiSA Player to display product data, including price currency, regional details, market or store-specific attributes, and localization.</td></tr></tbody></table>
