> For the complete documentation index, see [llms.txt](https://docs.thousandeyes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thousandeyes.com/product-documentation/browser-synthetics.md).

# Browser Synthetics

{% hint style="warning" %}
BrowserBot is not available in the ThousandEyes for Government instance.
{% endhint %}

*Browser synthetics* refers to using programmatic browser interactions to test a web-based user experience. A ThousandEyes browser synthetics test simulates user interaction with a website or application – helping you understand how employees or customers experience an application, and the impact of underlying network infrastructure and service availability on the user’s experience.

For example, using browser synthetics tests, you can:

* Load a web page and measure the load time for all page elements.
* Visit an online shopping site, search for an item by name, and add it to a shopping cart.
* Visit a streaming media site, load a video, play the first 5 seconds and then pause.
* Log into an office team site behind a firewall and send an email to a few selected individuals using directory lookup.
* Visit a customer portal and download a file, or upload a generated test file.
* Load a page that makes API calls and presents new data to the user in a browser.

You can run browser synthetics tests from ThousandEyes Cloud Agents to monitor a public-facing website, or from Enterprise Agents deployed in your own environment. Use an Enterprise Agent if the browser needs to be on a VPN or behind a firewall in order to load the target page.

For tests that provide details on page load times by agent, the ThousandEyes UI includes a special view tab called **Waterfall**. For more information, see [Navigating Waterfall Charts for Page Load and Transaction Tests](https://docs.thousandeyes.com/product-documentation/browser-synthetics/navigating-waterfall-charts-for-page-load-and-transaction-tests) for more information.

A scripting tool called the ThousandEyes IDE Recorder helps with generating browser scripts based on real-world interactions.

{% hint style="info" %}
If you just need to run a test using API calls, and don’t need to emulate a user journey in a browser, use the [API Test Type](https://docs.thousandeyes.com/product-documentation/api-test/).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.thousandeyes.com/product-documentation/browser-synthetics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
