> 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/zipy-for-mobile/react-native-setup/session-url-retrieval.md).

# Session URL Retrieval

Retrieve and utilize the current session URL dynamically with Zipy's getCurrentSessionUrl function.

Retrieve the current session URL with Zipy's getCurrentSessionUrl function, enabling you to obtain and utilize the session's URL dynamically. Here is a sample code snippet:

```javascript
const url = zipy.getCurrentSessionUrl();
console.log('Current session URL:', url);
```

This function can be useful for tracking and analyzing user behavior within your application.
