# Browser Info

The Browser info functionality can bring across information from the webpage where the project is displayed.

<figure><img src="https://911720298-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkLBGzn2hXrIMe50klQCv%2Fuploads%2F5SZmbcnJp0wgK3gmKO3g%2FBrowserInfo.png?alt=media&#x26;token=d2f61cde-fd7b-4305-992b-703d191fecc8" alt=""><figcaption></figcaption></figure>

***

## Browser Info Properties

### BROWSER INFO

The Browser Info function contains one property drawer that has four fields that need to be bound to the spreadsheet.

The **OS** field will read and report the operating system of the device that the project is viewed on. Examples of this are 'Apple' or 'Windows'

The **Browser** field will identify what browser the project is being viewed in. Examples of this are the following:

* Chrome
* Edge
* Firefox

The **User Agent** field returns the the relatively short bit of text that (attempts to) describe the Software/Browser (the "Agent") that is requesting a website. Web browsers include the user agent string in the requests they make to websites. The User Agent often includes descriptions of the Operating System and Device Type that the Browser/Agent is running on.

Finally, the **Language** field will identify the language locale of the device or browser that the project is being viewed on. An example of this could be '**en-US**' or '**en-GB**'


---

# 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://learn.squirrel365.io/components-functions-and-connections/overview-1/input-output/browser-info.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.
