# Pendo

You can programmatically send a link to a specific Zipy session to Pendo for display within the Pendo UI, as a [track event](https://support.pendo.io/hc/en-us/articles/360032294291-Track-Events-Configuration).

If you are using the Pendo agent/client, you can add the following code snippet to your app to send a session link through to Pendo (client-side) and view it within the Track Events section:

<pre class="language-javascript"><code class="lang-javascript">const zipySessionUrl = window.zipy.getCurrentSessionURL();

pendo.track<a data-footnote-ref href="#user-content-fn-1">(</a>"zipy_session_url", zipySessionUrl);
</code></pre>

For full details on Pendo documentation, see [here](https://support.pendo.io/hc/en-us/articles/360032294151-Track-Events).

[^1]:
