> 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/factors.md).

# Factors

### Steps to be followed:

\
1\. In your website page, where you want to push the visitors session link to factors, call the Zipy function below.

```
const zipy_session_url = zipy.getCurrentSessionURL();
```

\
3\. Send this url to factors using this line of code:

```
factors.addUserProperties({"zipy_url" : zipy_session_url});
```

**Note:** The session url will then be visible as part of User Properties in the Session details page.&#x20;
