> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gleap.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Track pages

Automatic page tracking is not available for ReactNative due to platform limitations. We highly encourage you to still track pages with the following helper method.

## Track a page

```javascript theme={null}
cordova.plugins.GleapPlugin.trackPage("HomePage");
```

You will be able to use the tracked pages as triggers in outbound messages as well as breadcrumbs for debugging.
