> For the complete documentation index, see [llms.txt](https://help.flyandcar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.flyandcar.com/espanol/for-owner/manage-account/customize-public-profile.md).

# Personalizar perfil público

**Por qué importa un perfil completo**

Tu perfil público juega un papel clave en la construcción de confianza dentro de la comunidad de FlynCar. Un perfil detallado y preciso no solo ayuda a los conductores a tomar decisiones informadas, sino que también refleja tus propios estándares y profesionalismo. Si ya tienes un negocio fuera de FlynCar, mantener la coherencia en tu perfil es fundamental.

#### **¿Cómo personalizar tu perfil?**

* **Actualizar tu foto de perfil:**
  * Ve a la configuración de tu **Cuenta**.
  * Accede a tu **Perfil Público**.
  * Haz clic en **Editar Perfil**.
  * Toca la foto existente para reemplazarla o actualizarla, luego guarda los cambios.
* **Actualizar tu portada:**
  * Ve a tu **Cuenta**.
  * Selecciona **Perfil Público**.
  * Elige **Editar Perfil**.
  * Haz clic en **Cambiar Portada** para editar o actualizarla, y guarda los cambios.
* **Mejora tu descripción:**
  * Los conductores están interesados en quién eres. Utiliza la sección de descripción para darles una imagen clara y honesta de ti mismo y tus servicios.
* **Revisa tus opiniones y coches:**
  * Tus opiniones y coches listados también son visibles en tu perfil público.

#### **Visualización de perfiles de conductores**

Tienes la capacidad de ver los perfiles públicos de los conductores. Esto puede ser útil para verificar su información y leer opiniones de sus viajes anteriores. Para hacerlo, simplemente haz clic en el **perfil del conductor**, en los detalles de la reserva o solicitud.


---

# 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://help.flyandcar.com/espanol/for-owner/manage-account/customize-public-profile.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.
