> 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/routenergebnisse-prufen-und-freigeben.md).

# Routenergebnisse prüfen und freigeben

Prüfen Sie das Optimierungsergebnis und geben Sie die neuen Routen auf der Plantafel frei.

Nach der Optimierung zeigt PlanSmart das vorgeschlagene Ergebnis an.

Prüfen Sie das Ergebnis, bevor Sie es anwenden.

### Was Sie prüfen können

Der Ergebnisbereich kann Folgendes anzeigen:

* Lösungsstatus
* nicht zugewiesene Arbeitsaufträge
* erstellte Routen
* Routendetails je Mitarbeiter

{% stepper %}
{% step %}

### Warten Sie, bis die Optimierung abgeschlossen ist

Der Ergebnisbereich öffnet sich automatisch.
{% endstep %}

{% step %}

### Status prüfen

Prüfen Sie, ob das Ergebnis gültig, unvollständig oder bestätigungspflichtig ist.
{% endstep %}

{% step %}

### Nicht zugewiesene Arbeitsaufträge prüfen

Prüfen Sie, ob Arbeitsaufträge nicht geplant werden konnten.
{% endstep %}

{% step %}

### Routendetails prüfen

Prüfen Sie Mitarbeiter, Zeitfenster und Fahrzeit je Route.
{% endstep %}

{% step %}

### Ergebnis freigeben

Klicken Sie auf die Schaltfläche, um die Routen auf der Plantafel zu übernehmen.
{% endstep %}
{% endstepper %}

### Häufig gestellte Fragen

<details>

<summary>Was ist, wenn einige Arbeitsaufträge unzugewiesen bleiben?</summary>

Planen Sie sie manuell oder starten Sie eine weitere Optimierung mit angepassten Einstellungen.

</details>

<details>

<summary>Kann ich das Ergebnis vor der Freigabe bearbeiten?</summary>

Nein.

Geben Sie es zuerst frei und passen Sie es danach bei Bedarf manuell auf der Plantafel an.

</details>

<details>

<summary>Was bedeutet Bestätigung erforderlich?</summary>

PlanSmart benötigt eine zusätzliche Bestätigung, bevor es das Ergebnis übernimmt.

</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)
* [**Routen auf der Plantafel visualisieren**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/plansmart-ki-routenplaner/routen-auf-der-plantafel-visualisieren.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/routenergebnisse-prufen-und-freigeben.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.
