> 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/documentation/spanish/navegador-y-perfiles-de-navegador/managing-browser-profiles.md).

# Editar configuraciones de perfil de navegador

Cada perfil de navegador tiene su propia huella digital, comportamiento de red y configuración de hardware. El panel Editar perfil es donde ajustas estos parámetros para que coincidan con la cuenta o tarea para la que se creó el perfil. Para abrir la configuración de un perfil, selecciona el icono de **más opciones** (⋮) junto al perfil, luego selecciona **Editar** en el menú desplegable.

En el panel que se abre, selecciona **Avanzado** para acceder a todas las configuraciones del perfil, incluyendo su privacidad, navegador y configuración de hardware.

Las páginas de esta subsección explican las configuraciones disponibles en cada pestaña, cómo afectan a tu perfil y las consideraciones para configurarlas.

{% hint style="info" %}
Los **ajustes avanzados** vienen preconfigurados con valores predeterminados adecuados para la mayoría de los casos de uso. Solo ajústalos si estás familiarizado con su comportamiento o has leído esta documentación para comprender sus efectos.
{% endhint %}


---

# 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/documentation/spanish/navegador-y-perfiles-de-navegador/managing-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.
