> For the complete documentation index, see [llms.txt](https://docs.browsee.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.browsee.io/integration/api-calls/session-url.md).

# Session Url

If you would like to link Browsee's session URLs to your CRM or internal systems you can use the following API call

```javascript
_browsee.getSessionUrl()
```

This will return a URL like:

&#x20;`https://browse.io/app/session/1e825882bb26`*.*

In case you are going to call this even before Browsee JS is loaded, please use it as

```javascript
_browsee('getSessionUrl', callback)
```

where you will get the URL in a callback.
