# Sample apps

Web3 Analytics has two demo apps to help you see how Web3 Analytics works and how you instrument your app.

## React demo (NPM)

This demo shows how to use Web3 Analytics with an app that uses a package manager like NPM.

Debug is enabled so you can see the full interaction in the console of the browser inspector.&#x20;

<figure><img src="/files/gdORCLXxLG7TAY8KUTIi" alt=""><figcaption></figcaption></figure>

Click the 'Track event', 'Track page view', or 'Track identify visitor' to see interactions.

Source: <https://github.com/andyjagoe/web3-analytics-demo>

## Plain HTML demo (CDN)

This demo shows how to use Web3 Analytics loaded from a CDN with plain html.

Debug is enabled so you can see the full interaction in the console of the browser inspector.&#x20;

<figure><img src="/files/PvPd72z08ylv2UfC4JCq" alt=""><figcaption></figcaption></figure>

Click the 'Track event', 'Track page view', or 'Track identify visitor' to see interactions.

Source: <https://github.com/andyjagoe/web3analytics-test-html>


---

# 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://web3-analytics.gitbook.io/product-docs/product-guides/sample-apps.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.
