> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/app-tracking-setup/demo-app.md).

# Demo App

We have created the JENTIS Demo App to help developers better understand use cases and examples for using the JENTIS App SDK environment. You can also connect our demo app with your container and send predefined tracking requests to your JENTIS Platform.

<table data-header-hidden><thead><tr><th width="108"></th><th></th></tr></thead><tbody><tr><td></td><td><strong>JENTIS Demo App on Github</strong></td></tr><tr><td><strong>iOS</strong></td><td><a href="https://github.com/JENTISDev/jentis-sdk-ios-app-example">https://github.com/JENTISDev/jentis-sdk-ios-app-example</a></td></tr><tr><td><strong>Android</strong></td><td><a href="https://github.com/JENTISDev/jentis-sdk-android-app-example">https://github.com/JENTISDev/jentis-sdk-android-app-example</a></td></tr></tbody></table>

### JENTIS Demo App Overview

| <p>On the initial app screen, you have the following options:</p><ul><li><strong>Top Right Three Dots</strong>: These take you to the configuration screen.</li><li><strong>Consent Settings Button</strong>: Opens a simulated consent bar to modify consent settings.</li><li><strong>Tracking Examples Button</strong>: Opens a window with predefined tracking examples.</li></ul><p>Check these pages' details below.</p>                                                      | <div><figure><img src="/files/dCysnwRMPnzSoYhj8GON" alt=""><figcaption></figcaption></figure></div> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| <p>The Configuration screen allows you to define predefined values, including:</p><ul><li><strong>Trackdomain</strong></li><li><strong>Container</strong></li><li><strong>Environment</strong></li><li><strong>Version</strong></li><li><strong>Debug Code</strong></li><li><strong>Session Timeout</strong> (in seconds, for testing purposes)</li><li><strong>Authorization Token</strong></li></ul>                                                                              | <div><figure><img src="/files/qTSYpSYxmCC7bu8j1fvd" alt=""><figcaption></figcaption></figure></div> |
| The Consent screen allows you to manage predefined consents for **Google Analytics**, **Meta**, and **Google Ads**. You can choose to **accept**, **decline**, or select the **Essential Mode** to test your tracking setup with the JENTIS Platform.                                                                                                                                                                                                                               | <div><figure><img src="/files/VEOG6N1dMPIqq0hE3v6o" alt=""><figcaption></figcaption></figure></div> |
| <p>The Tracking Examples screen offers predefined examples to test your connection to the JENTIS Platform and help developers better understand how to correctly push data to the JENTIS SDK.</p><p>We provide four main examples for basic use cases:</p><ul><li><strong>PageView</strong></li><li><strong>ProductView</strong></li><li><strong>Add-To-Cart</strong></li><li><strong>Order</strong></li></ul><p>Additional examples are available for more advanced use cases.</p> | <div><figure><img src="/files/RvpAr7cpIpiJdqbXJ5We" alt=""><figcaption></figcaption></figure></div> |


---

# 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.jentis.com/app-tracking-setup/demo-app.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.
