# InApp Webview Installation

## How to Install

Once your chat has been built, you will receive a page link (webview) from your Onboarding Specialist to add to your app.&#x20;

If you need to locate your page link post-launch, follow the instructions below:

1. In the dashboard, go to **Studio -> Pages**
2. Once you've identified which page you need, copy the URL

**Sample Page Link:**

```
https://chat.satis.fi/?pageID=XXXX
```

This link can be added as a webview behind a chat bubble, tile, or other navigation piece.&#x20;

![](/files/kHYLlZH6UxgebKNLDtMe)

{% hint style="danger" %}
To ensure that your reporting data remains accurate, only add InApp-specific page links within the app. If you're unsure, tap the **Click Here For More Support** button in the top right corner of this page.
{% endhint %}


---

# 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.satisfilabs.com/resource-center/ai-agent-engine/install-your-chat/inapp-webview-installation.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.
