> 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-pt/loja-virtual-pacotes-e-power-ups/power-ups/plansmart-planeador-de-rotas-com-ia/configurar-definicoes-de-rotas.md).

# Configurar definições de rotas

Ajustar as Configurações de Cálculo de rotas utilizadas pelo PlanSmart durante a otimização.

As definições da rota controlam a forma como o PlanSmart calcula as rotas.

Pequenas Alterações aqui podem afetar a qualidade e a viabilidade da rota.

### Definições disponíveis

As definições comuns incluem:

* excluir viagens do depósito
* permitir Modelos inválidos
* interromper quando não existir um resultado viável
* tempo de Viagem privada

{% stepper %}
{% step %}

### Abrir a etapa Definições

Ir para **Definições → PlanSmart**.

Abrir **Definições** no assistente.
{% endstep %}

{% step %}

### Rever o tratamento das viagens ao depósito

Escolher se as viagens de e para o depósito devem contar na rota.
{% endstep %}

{% step %}

### Rever opções de teste

Verificar se são permitidos Modelos inválidos.

Verificar se a execução deve parar quando não existir um resultado viável.
{% endstep %}

{% step %}

### Definir o tempo de Viagem privada

Introduzir o tempo de Viagem privada em Minutos.

Este é o tempo de Viagem de casa para a primeira paragem.
{% endstep %}

{% step %}

### Guardar

Guardar as Definições.

Depois, testar o resultado numa execução de rota.
{% endstep %}
{% endstepper %}

### Perguntas frequentes

<details>

<summary>Em que casos devem ser excluídas as viagens ao depósito?</summary>

Utilizar a definição que corresponde à forma como as equipas começam o dia.

</details>

<details>

<summary>O que é o tempo de Viagem privada?</summary>

É o tempo de Viagem desde a morada inicial do Funcionário até ao primeiro Trabalho.

</details>

<details>

<summary>Porque é que algumas opções são destinadas a teste?</summary>

Ajudam a diagnosticar ou a testar o comportamento do planeamento.

</details>

### Tópicos relacionados

* [**PlanSmart (Planeador de rotas com IA)**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/plansmart-planeador-de-rotas-com-ia.md)
* [**Configurar o PlanSmart com o assistente de configuração**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/plansmart-planeador-de-rotas-com-ia/configurar-o-plansmart-com-o-assistente-de-configuracao.md)
* [**Definir a carga de trabalho e a carga do trabalhador**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/loja-virtual-pacotes-e-power-ups/power-ups/plansmart-planeador-de-rotas-com-ia/definir-carga-de-trabalho-e-carga-de-trabalhadores.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-pt/loja-virtual-pacotes-e-power-ups/power-ups/plansmart-planeador-de-rotas-com-ia/configurar-definicoes-de-rotas.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.
