> 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/deutsch/for-owner/manage-account/customize-public-profile.md).

# Öffentliches Profil anpassen

**Warum ein vollständiges Profil wichtig ist**

Dein öffentliches Profil spielt eine entscheidende Rolle beim Aufbau von Vertrauen innerhalb der FlynCar-Community. Ein detailliertes und genaues Profil hilft nicht nur den Fahrern, informierte Entscheidungen zu treffen, sondern spiegelt auch deine eigenen Standards und Professionalität wider. Wenn du bereits außerhalb von FlynCar ein Geschäft betreibst, ist die Konsistenz deines Profils entscheidend.

#### **Wie du dein Profil anpassen kannst?**

* **Profilbild aktualisieren:**
  * Gehe zu deinen **Kontoeinstellungen**.
  * Greife auf dein **öffentliches Profil** zu.
  * Klicke auf **Profil bearbeiten**.
  * Tippe auf das vorhandene Foto, um es zu ersetzen oder zu aktualisieren, und speichere dann deine Änderungen.
* **Aktualisiere dein Titelbild:**
  * Gehe zu deinem **Konto**.
  * Wähle **Öffentliches Profil**.
  * Wähle **Profil bearbeiten**.
  * Klicke auf **Titelbild ändern**, um es zu bearbeiten oder zu aktualisieren, und speichere.
* **Verbessere deine Beschreibung:**
  * Fahrer sind neugierig, wer du bist. Verwende den Beschreibungsbereich, um ihnen ein klares und ehrliches Bild von dir und deinen Dienstleistungen zu geben.
* **Überprüfe deine Bewertungen und Autos:**
  * Deine Bewertungen und aufgelisteten Autos sind ebenfalls auf deinem öffentlichen Profil sichtbar.

#### **Anzeigen von Fahrerprofilen**

Du hast die Möglichkeit, öffentliche Profile von Fahrern einzusehen. Dies kann nützlich sein, um ihre Informationen zu überprüfen und Bewertungen von ihren vergangenen Fahrten zu lesen. Klicke dazu einfach auf das **Fahrerprofil** in den Reservierungs- oder Anforderungsdetails.


---

# 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/deutsch/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.
