> For the complete documentation index, see [llms.txt](https://wiki.friender.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.friender.io/software-screens/settings/browser-manager.md).

# Browser Manager

The browser manager shows all the browsers you've installed and connected with Friender. You can remove them at any time.

<figure><img src="https://3760888778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCGGRsnogkB4o7JxEYxTU%2Fuploads%2FARydWTVfsbfDIOeU7QmU%2Fimage.png?alt=media&amp;token=6b442008-4b5f-49be-a0b0-f16d7f68f8f4" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3760888778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCGGRsnogkB4o7JxEYxTU%2Fuploads%2FL1kRQTG1nsgWKaXCFrjT%2Fimage.png?alt=media&amp;token=acf84202-880e-46b9-824c-53d29d857a05" alt=""><figcaption></figcaption></figure>

Here you'll be able to see the total number of devices you've logged in from, the device information, the IP address, if you're useing that device as the defualt device to run automations so they don't run on multiple devices if you're logged into multiple devices (that feature is coming soon),  and the date you last logged into from that device. You'll also see the "This Device" text to show which is the current device you're using.&#x20;

<figure><img src="https://3760888778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCGGRsnogkB4o7JxEYxTU%2Fuploads%2F8jOFzYID3PLYd5xDaQkG%2Fimage.png?alt=media&amp;token=b2bc3646-b6a8-4bee-932a-ba63ef0835e9" alt=""><figcaption></figcaption></figure>

If you'd like to remove a device (force logout) just click the remove button next to the device.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.friender.io/software-screens/settings/browser-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
