> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/ai-agent-engine/install-your-chat/inapp-webview-installation.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.satisfilabs.com/resource-center/ai-agent-engine/install-your-chat/inapp-webview-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
