# 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]:


---

# Agent Instructions: 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:

```
GET https://docs.zipy.ai/integration/pendo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
