> For the complete documentation index, see [llms.txt](https://learn.squirrel365.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.squirrel365.io/components-functions-and-connections/overview-1/input-output/browser-info.md).

# Browser Info

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

<figure><img src="/files/LKnqyhd54txMcPIJl6Yh" 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**'
