# 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.


---

# 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.browsee.io/integration/api-calls/session-url.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.
