# API Calls

## Sending Data to Sessions

While Browsee automatically captures all page URLs and clicks on your site, there may be certain additional information that you may want to send to Browsee.

You can use `_browsee.logEvent` call to specify a certain event like in GA or Mixpanel.&#x20;

Learn more about the [Log Event Call](/integration/api-calls/log-event-call.md).

Or, you can identify users with your Id and label using the `_browsee.identify` call.

Learn more about the [Identify Call](/integration/api-calls/identify-call.md).

## Getting Data

You can link your own internal systems with Browsee sessions using Browsee's [Session Url](/integration/api-calls/session-url.md).


---

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