> For the complete documentation index, see [llms.txt](https://help.carpose.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.carpose.de/02_fahrzeuge/03_fahrzeugsuche.md).

# Fahrzeugsuche

Unter **Fahrzeuge → Fahrzeugsuche** wird eine Live-Vorschau der Carposé-Fahrzeugsuche mit dem aktuellen Fahrzeugbestand angezeigt. Sie zeigt die Suchoberfläche in genau der Form, wie Besucher der Webseite sie sehen würden — inklusive Filterleiste, Trefferliste und Detailansichten.

## Wozu dient diese Seite?

* **Funktionstest:** Nach einem Import oder einer Änderung an den Filtern lässt sich sofort prüfen, wie sich die Suche verhält und welche Fahrzeuge erscheinen.
* **Schulung:** Mitarbeitende können die Suche kennenlernen, ohne dass eine Einbindung auf der eigenen Webseite vorhanden sein muss.
* **Vorbereitung von Hashes:** Filter, die hier ausprobiert werden, können anschließend im [Fahrzeugsuche-Konfigurator](/02_fahrzeuge/04_fahrzeugsuche-konfigurator.md) als Voreinstellung gespeichert werden.

## Verhalten

Die Vorschau verwendet die gleichen globalen [Voreinstellungen der Fahrzeugsuche](/06_verwaltung/01_einstellungen.md#fahrzeugsuche), die auch auf der Webseite gelten. Funktionen wie Merkliste, Fahrzeugvergleich und Verlauf sind also nur sichtbar, wenn sie in den Einstellungen aktiviert sind.

> Die Vorschau läuft auf einer internen Demo-Seite. Sie ist nicht öffentlich erreichbar und kann nicht extern verlinkt werden.


---

# 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.carpose.de/02_fahrzeuge/03_fahrzeugsuche.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.
