> ## 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 Flutter due to platform limitations. We highly encourage you to still track pages with the following helper method.

## Track a page

```dart theme={null}
Gleap.trackPage(pageName: "HomePage");
```

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