# The Browser

The browser is a powerful tool in furthering one's understanding of web applications and how frontend and backend communicate securely.

Some crucial resources are outlined below and we recommend you familiarize yourself with them before moving any further:

* [Learn about Chrome Dev Tools](https://www.codeschool.com/courses/discover-devtools)


---

# 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://shoppinpal.gitbook.io/docs-shoppinpal-com/5.-the-frontend/the-browser.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.
