> 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/android-setup/session-url-retrieval.md).

# Session URL Retrieval

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:

```java
import com.zipy.zipyandroid.Zipy
String sessionUrl = Zipy.getCurrentSessionURL();
```

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