> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/plansmart-ki-routenplaner/routen-auf-der-plantafel-visualisieren.md).

# Routen auf der Plantafel visualisieren

Sehen Sie Routensymbole, Routenlinien und Routendetails direkt auf der Plantafel.

Nach der Optimierung können Sie Routen direkt auf der Plantafel prüfen.

PlanSmart zeigt Routeninformationen auf der Zeitachse und der Karte an.

### Was Sie sehen können

Sie können Folgendes prüfen:

* Routen-Icons für Arbeitsaufträge im Status Geplant
* farbige Routenlinien auf der Karte
* Routendetails in einem Popover
* Statusfarben auf Markierungen

{% stepper %}
{% step %}

### Planboard öffnen

Gehen Sie zu **Planung → Planboard**.
{% endstep %}

{% step %}

### Öffnen Sie den optimierten Tag

Wählen Sie den Tag aus, für den Routen erstellt wurden.
{% endstep %}

{% step %}

### Routen-Icons prüfen

Prüfen Sie die Arbeitsaufträge auf Routenanzeigen.
{% endstep %}

{% step %}

### Routendetails öffnen

Klicken Sie auf ein Routen-Icon, um Fahrtzeit, Entfernung und die nächste Adresse anzuzeigen.
{% endstep %}

{% step %}

### Karte prüfen

Verwenden Sie die Karte, um die vollständigen Routenlinien zu sehen.
{% endstep %}
{% endstepper %}

### Häufig gestellte Fragen

<details>

<summary>Warum sehe ich keine Routen-Icons?</summary>

Prüfen Sie, ob PlanSmart aktiv ist und für diesen Tag eine Route erstellt wurde.

</details>

<details>

<summary>Kann ich Routen manuell anpassen?</summary>

Ja.

Wenn Sie Planungsmaterialien verschieben, aktualisiert sich die Routenansicht.

</details>

<details>

<summary>Was bedeuten die Markerfarben?</summary>

Sie zeigen Informationen zum Auftragsstatus.

</details>

### Verwandte Themen

* [**PlanSmart (KI-Routenplaner)**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/plansmart-ki-routenplaner.md)
* [**Routenoptimierung von der Plantafel aus starten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/plansmart-ki-routenplaner/routenoptimierung-von-der-plantafel-aus-starten.md)
* [**Routenergebnisse prüfen und freigeben**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/plansmart-ki-routenplaner/routenergebnisse-prufen-und-freigeben.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/plansmart-ki-routenplaner/routen-auf-der-plantafel-visualisieren.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.
