# When to Use a Page Load Test

Use a ThousandEyes page load test when:

* You have a web service.
* You want to understand individual page objects.
* You only need to test a single page, not the entire user journey.

You can use a page load test to measure in-browser user experience and identify troublesome page components, such as images or other elements that aren’t loading properly. You can also use it to monitor browser performance across different content providers that the page could be fetching data from.

Here are some examples of when to use a page load test:

* A streaming media company wants to compare website performance from various locations around the world.
* A financial services provider wants to verify portal reachability and load time across all regions, for both customers and internal users.
* A news site wants to test its new website redesign before rolling it out to the general public.


---

# 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.thousandeyes.com/product-documentation/browser-synthetics/page-load-tests/when-to-use-a-page-load-test.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.
