> For the complete documentation index, see [llms.txt](https://docs.zipy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipy.ai/integration/heap.md).

# Heap

Add a Zipy session URL to a Heap user profile:

```javascript
const zipySessionUrl = window.zipy.getCurrentSessionURL();

heap.track('zipy', { sessionURL: zipySessionUrl });
```
