> 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/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner/review-and-approve-route-results.md).

# Review and approve route results

After optimization, PlanSmart shows the proposed result.

Review the outcome before you apply it.

### What you can review

The result panel can show:

* solution status
* unassigned work orders
* created routes
* route details per employee

{% stepper %}
{% step %}

### Wait for the optimization to finish

The results panel opens automatically.
{% endstep %}

{% step %}

### Check the status

Review whether the result is valid, incomplete, or needs confirmation.
{% endstep %}

{% step %}

### Review unassigned work orders

Check whether any work orders could not be planned.
{% endstep %}

{% step %}

### Review route details

Check the employee, time range, and travel time per route.
{% endstep %}

{% step %}

### Approve the result

Click the button to apply the routes to the planboard.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>What if some work orders stay unassigned?</summary>

Plan them manually or run another optimization with adjusted settings.

</details>

<details>

<summary>Can I edit the result before approval?</summary>

No.

Approve first, then adjust it manually on the planboard if needed.

</details>

<details>

<summary>What does confirmation required mean?</summary>

PlanSmart needs an extra confirmation before it applies the result.

</details>

### Related topics

* [**PlanSmart (AI Routeplanner)**](/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner.md)
* [**Start route optimization from the planboard**](/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner/start-route-optimization-from-the-planboard.md)
* [**Visualize routes on the planboard**](/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner/visualize-routes-on-the-planboard.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/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner/review-and-approve-route-results.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.
