> 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/configure-route-settings.md).

# Configure route settings

Route settings control how PlanSmart calculates routes.

Small changes here can affect route quality and feasibility.

### Available settings

Common settings include:

* excluding depot trips
* allowing invalid schedules
* aborting when no feasible result exists
* private travel time

{% stepper %}
{% step %}

### Open the Settings step

Go to **Settings → PlanSmart**.

Open **Settings** in the wizard.
{% endstep %}

{% step %}

### Review depot trip handling

Choose whether trips from and to the depot should count in the route.
{% endstep %}

{% step %}

### Review test options

Check whether invalid schedules are allowed.

Check whether the run should stop when no feasible result exists.
{% endstep %}

{% step %}

### Set private travel time

Enter the private travel time in minutes.

This is the travel time from home to the first stop.
{% endstep %}

{% step %}

### Save

Save the settings.

Then test the outcome in a route run.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>When should I exclude depot trips?</summary>

Use the setting that matches how your teams start the day.

</details>

<details>

<summary>What is private travel time?</summary>

It is the travel time from the employee start address to the first job.

</details>

<details>

<summary>Why are some options meant for testing?</summary>

They help diagnose or test planning behavior.

</details>

### Related topics

* [**PlanSmart (AI Routeplanner)**](/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner.md)
* [**Set up PlanSmart with the setup wizard**](/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner/set-up-plansmart-with-the-setup-wizard.md)
* [**Set job load and worker load**](/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner/set-job-load-and-worker-load.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/configure-route-settings.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.
