# Verifying the Browser Configuration

Now we can verify the browser and proxy configuration. In the browser you chose for browsing via the proxy, type **[www.google.com](http://www.google.com)** in the URL *(address)* bar and hit enter. You will see the country specific main Google page:

<figure><img src="/files/nqA25PpOxKRhGD0t2Vw7" alt=""><figcaption><p>Google homepage</p></figcaption></figure>

Now switch back to the browser running the console. You should see some activity in the server console viewer. You can enlarge the server console viewer to get a better look:

<figure><img src="/files/R3YsfwWZ02EO8C0vgmQX" alt=""><figcaption><p>server console</p></figcaption></figure>

Without going into too much detail at this stage, what you are seeing is the browser request for each interaction that the browser had with the requested host. You can see items such as the IP addresses, User agent *(Browser)*, Request URL, request method, cookies, protocol scheme etc. This is by no means an exhaustive list of the data Composable Agentic Platform can detect but gives you a general idea.

The thing to take note of at this stage is that you can see all requests, including requests for images as well as JavaScript, CSS and other page elements. This is an important thing to be aware of when writing rules.


---

# 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.tomorrowx.com/cap/product-reference/quick-product-introduction/verifying-the-browser-configuration.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.
