> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/browser-and-browser-profiles.md).

# Browser and browser profiles

- [Browser profiles overview](https://docs.incogniton.com/browser-and-browser-profiles/browser-profiles-overview.md)
- [Launch a browser profile](https://docs.incogniton.com/browser-and-browser-profiles/launch-a-browser-profile.md): Opening and closing a browser profile in Incogniton
- [Edit browser profile settings](https://docs.incogniton.com/browser-and-browser-profiles/managing-browser-profiles.md): Easily manage your browser profiles in Incogniton and improve your browsing experience
- [Privacy & Network](https://docs.incogniton.com/browser-and-browser-profiles/managing-browser-profiles/edit-profiles.md): Configure WebRTC, geolocation, and DNS settings for a browser profile
- [Browser & Navigator](https://docs.incogniton.com/browser-and-browser-profiles/managing-browser-profiles/edit-profiles-1.md): Configure how your browser profile reports its version, OS, screen, timezone, fonts, and media devices.
- [Hardware](https://docs.incogniton.com/browser-and-browser-profiles/managing-browser-profiles/edit-profiles-2.md): Configure Canvas, AudioContext, WebGL, GPU metadata, and other hardware fingerprint settings for your profile.
- [Extensions & Cookies](https://docs.incogniton.com/browser-and-browser-profiles/managing-browser-profiles/edit-profiles-3.md): Add Chrome extensions to your profile and import cookies to bring in an existing session.
- [Other settings](https://docs.incogniton.com/browser-and-browser-profiles/managing-browser-profiles/edit-profiles-4.md)
- [Organize browser profiles](https://docs.incogniton.com/browser-and-browser-profiles/organize-browser-profiles.md)
- [Group profiles](https://docs.incogniton.com/browser-and-browser-profiles/organize-browser-profiles/group-profiles.md)
- [Assign tags to profiles](https://docs.incogniton.com/browser-and-browser-profiles/organize-browser-profiles/assign-tags-to-profiles.md): Create, apply, edit, delete, and search profile tags within the app.
- [Pin profiles](https://docs.incogniton.com/browser-and-browser-profiles/organize-browser-profiles/pin-profiles.md)
- [Groups and tags](https://docs.incogniton.com/browser-and-browser-profiles/organize-browser-profiles/tagging-profiles-with-markers.md): How to use the tagging system with markers
- [Profile name in browser](https://docs.incogniton.com/browser-and-browser-profiles/organize-browser-profiles/set-profile-name-in-browser.md): How to set the profile name in a browser window
- [Manage browser profiles](https://docs.incogniton.com/browser-and-browser-profiles/manage-browser-profiles.md)
- [Clone profiles](https://docs.incogniton.com/browser-and-browser-profiles/manage-browser-profiles/clone-profiles.md): How to clone an Incogniton browser profile
- [Transfer profiles](https://docs.incogniton.com/browser-and-browser-profiles/manage-browser-profiles/transfer-profiles.md)
- [Disable and re-enable profiles](https://docs.incogniton.com/browser-and-browser-profiles/manage-browser-profiles/disable-and-re-enable-profiles.md)
- [Delete and restore profiles](https://docs.incogniton.com/browser-and-browser-profiles/manage-browser-profiles/enable-profiles.md)
- [Profile name in URL bar](https://docs.incogniton.com/browser-and-browser-profiles/profile-name-in-url-bar.md): Don't show the profile name in the URL bar
- [Create profiles in bulk](https://docs.incogniton.com/browser-and-browser-profiles/bulk-browser-profiles-creation.md): How to bulk create browser profiles
- [Perform bulk actions on profiles](https://docs.incogniton.com/browser-and-browser-profiles/bulk-browser-profiles-creation/perform-bulk-actions-on-profiles.md): How to perform bulk actions on browser profiles
- [Create profiles in bulk](https://docs.incogniton.com/browser-and-browser-profiles/create-profiles-in-bulk.md): Import browser profiles in bulk using a CSV file.
- [Change profile language](https://docs.incogniton.com/browser-and-browser-profiles/change-profile-language.md): How to change the language of a browser profile
- [Sync profiles](https://docs.incogniton.com/browser-and-browser-profiles/profiles-synchronizer.md): How to use the synchronizer for repetitive actions
- [Change profile browser version](https://docs.incogniton.com/browser-and-browser-profiles/change-profile-browser-version.md): How to change the browser version of an Incogniton profile
- [Modify browser settings](https://docs.incogniton.com/browser-and-browser-profiles/modify-browser-settings.md): How to edit navigator settings of a browser profile
- [Troubleshooting: Browser doesn't launch](https://docs.incogniton.com/browser-and-browser-profiles/browser-doesnt-launch.md): The browser doesn’t launch when pressing “Start” / The browser won’t download automatically


---

# 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://docs.incogniton.com/browser-and-browser-profiles.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.
