> For the complete documentation index, see [llms.txt](https://interactively.gitbook.io/interactively-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interactively.gitbook.io/interactively-docs/track-and-analyze.md).

# Track & Analyze

- [Demo Performance Analytics](https://interactively.gitbook.io/interactively-docs/track-and-analyze/demo-performance-analytics.md): Track the performance of your Interactively demos.
- [Advanced Demo Analytics](https://interactively.gitbook.io/interactively-docs/track-and-analyze/advanced-demo-analytics.md): Learn more about the powerful analytics and engagement data available at the demo level.
- [Visitors](https://interactively.gitbook.io/interactively-docs/track-and-analyze/visitors.md): Identify visitors engaging with your Interactively demos, enrich their data, and track their activity.
- [Account-Based Engagement](https://interactively.gitbook.io/interactively-docs/track-and-analyze/account-based-engagement.md): Reveal and enrich the company accounts engaging with your Interactively demos.
- [Form Submissions](https://interactively.gitbook.io/interactively-docs/track-and-analyze/form-submissions.md): Learn more about recording, analyzing, and exporting your form submissions.
- [Track Link Activity](https://interactively.gitbook.io/interactively-docs/track-and-analyze/track-link-activity.md): Receive real-time alerts when your share links are opened and track the entire buyer journey.
- [Identity Resolution](https://interactively.gitbook.io/interactively-docs/track-and-analyze/identity-resolution.md): Connect various visitor engagement data points across all your demos to create a unified view in the form of Visitor and Account profiles.
- [Advanced Enrichment](https://interactively.gitbook.io/interactively-docs/track-and-analyze/advanced-enrichment.md): Learn more about visitor and company account data enrichment.


---

# 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://interactively.gitbook.io/interactively-docs/track-and-analyze.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.
