> 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/passing-customer-identifiers.md).

# Passing Customer Identifiers

## Overview

When integrating Satisfi Labs as a web view inside your custom mobile application (App), you can pass your customer identifiers through. This identifier will be included in data transmissions and exports.

Satisfi Labs tracks activity anonymously by default. Including this identifier will enable you to associate this activity with a known user without asking again inside the chat conversation.

## How it Works

During the integration process, Satisfi Labs will provide you with a URL that is used to embed the chat experience as a web view inside of your App.  To pass your customer id to Satisfi Labs you can include an extid parameter on the URL.  The format of the URL is as follows:

{% code overflow="wrap" fullWidth="false" %}

```
https://chat.satis.fi/?pageID=YOUR_PAGE_ID&YOUR_USER_IDENTIFIER
```

{% endcode %}

{% hint style="info" %}
When invoking the web view, USER\_IDENTIFIER  should be replaced with your customer id.
{% endhint %}

## Helpful Hints

* Satisfi Labs enables data extracts through its Resources API. This value will be included on records associated with a particular customer.
* Satisfi Labs offers daily transcript transmissions via Zapier.  This identifier can be used to transmit data directly to the customer's account record inside your CRM. For more information on Zapier, click the link below:

{% content-ref url="/pages/pz24KP2rY0Xc5Au5anPk" %}
[Zapier](/resource-center/ai-agent-engine/features-and-integrations/integrations/zapier.md)
{% endcontent-ref %}


---

# 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/passing-customer-identifiers.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.
