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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hello-lisa.com/developers/guides/integration-guide/entrypoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
